Advertisement
Guest User

Untitled

a guest
Apr 1st, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. CC boards/minnowboard/board.o
  2. LD boards/minnowboard/built-in.o
  3. LD boards/built-in.o
  4. AS arch/x86/core/i386_sysV_abi/intstub.o
  5. AS arch/x86/core/i386_sysV_abi/swap.o
  6. CC arch/x86/core/i386_sysV_abi/thread.o
  7. LD arch/x86/core/i386_sysV_abi/built-in.o
  8. CC arch/x86/core/fatal.o
  9. In file included from /home/spoussa/src/iot/zephyr/arch/x86/core/fatal.c:31:0:
  10. /home/spoussa/src/iot/zephyr/include/drivers/loapic.h: In function '_loapic_eoi':
  11. /home/spoussa/src/iot/zephyr/include/drivers/loapic.h:84:20: error: 'CONFIG_LOAPIC_BASE_ADDRESS' undeclared (first use in this function)
  12. *(volatile int *)(CONFIG_LOAPIC_BASE_ADDRESS + LOAPIC_EOI) = 0;
  13. ^
  14. /home/spoussa/src/iot/zephyr/include/drivers/loapic.h:84:20: note: each undeclared identifier is reported only once for each function it appears in
  15. /home/spoussa/src/iot/zephyr/scripts/Makefile.build:182: recipe for target 'arch/x86/core/fatal.o' failed
  16. make[6]: *** [arch/x86/core/fatal.o] Error 1
  17. /home/spoussa/src/iot/zephyr/scripts/Makefile.build:356: recipe for target 'arch/x86/core' failed
  18. make[5]: *** [arch/x86/core] Error 2
  19. /home/spoussa/src/iot/zephyr/scripts/Makefile.build:356: recipe for target 'arch/x86' failed
  20. make[4]: *** [arch/x86] Error 2
  21. /home/spoussa/src/iot/zephyr/Makefile:851: recipe for target 'arch' failed
  22. make[3]: *** [arch] Error 2
  23. make[3]: Leaving directory '/home/spoussa/src/iot/soletta/soletta-small-oses-samples/soletta-basic/zephyr_stage/outdir'
  24. Makefile:169: recipe for target 'sub-make' failed
  25. make[2]: *** [sub-make] Error 2
  26. make[2]: Leaving directory '/home/spoussa/src/iot/zephyr'
  27. /home/spoussa/src/iot/zephyr/Makefile.inc:61: recipe for target 'all' failed
  28. make[1]: *** [all] Error 2
  29. make[1]: Leaving directory '/home/spoussa/src/iot/soletta/soletta-small-oses-samples/soletta-basic/zephyr_stage'
  30. Makefile:40: recipe for target 'zephyr' failed
  31. make: *** [zephyr] Error 2
  32. make: Leaving directory '/home/spoussa/src/iot/soletta/soletta-small-oses-samples/BUILD'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement