Created
December 6, 2021 13:08
-
-
Save Andrej123456789/28ddaca832bdf9d8e74bbef2c48f5cb9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!==== COMPILING src/memory/paging/Bitmap.cpp | |
!==== COMPILING src/memory/paging/PageFrameAllocator.cpp | |
!==== COMPILING src/memory/paging/PageTableManager.cpp | |
!==== COMPILING src/memory/paging/PageMapIndex.cpp | |
!==== COMPILING src/memory/memory.cpp | |
!==== COMPILING src/util/utils.cpp | |
!==== COMPILING src/graphics/print.cpp | |
!==== COMPILING src/kernel/kernel.cpp | |
!==== LINKING | |
bin/memory/paging/Bitmap.o bin/memory/paging/PageFrameAllocator.o bin/memory/paging/PageTableManager.o bin/memory/paging/PageMapIndex.o bin/memory/memory.o bin/util/utils.o bin/graphics/print.o bin/kernel/kernel.o | |
ld: bin/memory/paging/PageTableManager.o: in function `PageTableManager::mapMemory(void*, void*)': | |
PageTableManager.cpp:(.text+0x107): undefined reference to `memset' | |
ld: PageTableManager.cpp:(.text+0x20a): undefined reference to `memset' | |
make[1]: *** [Makefile:133: link] Error 1 | |
make[1]: Leaving directory '/home/vangu/ElectroOS-UEFI' | |
make: *** [Makefile:61: build] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment