Created
April 12, 2011 09:59
-
-
Save dileks/915272 to your computer and use it in GitHub Desktop.
arch/x86/kernel/acpi/realmode/wakemain.c:2:10: fatal error: 'boot.h' file not found
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
| AS arch/x86/kernel/acpi/realmode/wakeup.o | |
| clang: warning: argument unused during compilation: '-i/home/sd/src/lll-project/kernel/arch/x86/kernel/acpi/realmode/../../../boot' | |
| CC arch/x86/kernel/acpi/realmode/wakemain.o | |
| clang: warning: argument unused during compilation: '-i/home/sd/src/lll-project/kernel/arch/x86/kernel/acpi/realmode/../../../boot' | |
| arch/x86/kernel/acpi/realmode/wakemain.c:2:10: fatal error: 'boot.h' file not found | |
| #include "boot.h" | |
| ^ | |
| 1 error generated. | |
| make[4]: *** [arch/x86/kernel/acpi/realmode/wakemain.o] Fehler 1 | |
| make[3]: *** [arch/x86/kernel/acpi/realmode/wakeup.bin] Fehler 2 | |
| make[2]: *** [arch/x86/kernel/acpi] Fehler 2 | |
| make[1]: *** [arch/x86/kernel] Fehler 2 | |
| make: *** [arch/x86] Fehler 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment