Skip to content

Instantly share code, notes, and snippets.

@Andrej123456789
Created December 6, 2021 13:08
Show Gist options
  • Save Andrej123456789/28ddaca832bdf9d8e74bbef2c48f5cb9 to your computer and use it in GitHub Desktop.
Save Andrej123456789/28ddaca832bdf9d8e74bbef2c48f5cb9 to your computer and use it in GitHub Desktop.
!==== 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