Created
July 21, 2016 23:49
-
-
Save amanuel2/d98adc0ae3e916a334dae3698c19f6a1 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| i686-elf-g++ -m32 -g -Iinclude -fno-use-cxa-atexit -nostdlib -fno-builtin -fno-rtti -fno-exceptions -fno-leading-underscore -Wno-write-strings -o kernel.o -c kernel.cc -ffreestanding | |
| i686-elf-g++ -m32 -g -Iinclude -fno-use-cxa-atexit -nostdlib -fno-builtin -fno-rtti -fno-exceptions -fno-leading-underscore -Wno-write-strings -o gdt.o -c gdt.c++ | |
| In file included from gdt.h:5:0, | |
| from gdt.c++:1: | |
| /home/amanuel/Os_Dev_Tut/barebones-toolchain/cross/x86_64/lib/gcc/i686-elf/4.9.2/include/stdint.h:9:26: fatal error: stdint.h: No such file or directory | |
| # include_next <stdint.h> | |
| ^ | |
| compilation terminated. | |
| Makefile:7: recipe for target 'all' failed | |
| make: *** [all] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment