Skip to content

Instantly share code, notes, and snippets.

@dileks
Created April 12, 2011 09:59
Show Gist options
  • Select an option

  • Save dileks/915272 to your computer and use it in GitHub Desktop.

Select an option

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
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