Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CC boards/minnowboard/board.o
- LD boards/minnowboard/built-in.o
- LD boards/built-in.o
- AS arch/x86/core/i386_sysV_abi/intstub.o
- AS arch/x86/core/i386_sysV_abi/swap.o
- CC arch/x86/core/i386_sysV_abi/thread.o
- LD arch/x86/core/i386_sysV_abi/built-in.o
- CC arch/x86/core/fatal.o
- In file included from /home/spoussa/src/iot/zephyr/arch/x86/core/fatal.c:31:0:
- /home/spoussa/src/iot/zephyr/include/drivers/loapic.h: In function '_loapic_eoi':
- /home/spoussa/src/iot/zephyr/include/drivers/loapic.h:84:20: error: 'CONFIG_LOAPIC_BASE_ADDRESS' undeclared (first use in this function)
- *(volatile int *)(CONFIG_LOAPIC_BASE_ADDRESS + LOAPIC_EOI) = 0;
- ^
- /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
- /home/spoussa/src/iot/zephyr/scripts/Makefile.build:182: recipe for target 'arch/x86/core/fatal.o' failed
- make[6]: *** [arch/x86/core/fatal.o] Error 1
- /home/spoussa/src/iot/zephyr/scripts/Makefile.build:356: recipe for target 'arch/x86/core' failed
- make[5]: *** [arch/x86/core] Error 2
- /home/spoussa/src/iot/zephyr/scripts/Makefile.build:356: recipe for target 'arch/x86' failed
- make[4]: *** [arch/x86] Error 2
- /home/spoussa/src/iot/zephyr/Makefile:851: recipe for target 'arch' failed
- make[3]: *** [arch] Error 2
- make[3]: Leaving directory '/home/spoussa/src/iot/soletta/soletta-small-oses-samples/soletta-basic/zephyr_stage/outdir'
- Makefile:169: recipe for target 'sub-make' failed
- make[2]: *** [sub-make] Error 2
- make[2]: Leaving directory '/home/spoussa/src/iot/zephyr'
- /home/spoussa/src/iot/zephyr/Makefile.inc:61: recipe for target 'all' failed
- make[1]: *** [all] Error 2
- make[1]: Leaving directory '/home/spoussa/src/iot/soletta/soletta-small-oses-samples/soletta-basic/zephyr_stage'
- Makefile:40: recipe for target 'zephyr' failed
- make: *** [zephyr] Error 2
- make: Leaving directory '/home/spoussa/src/iot/soletta/soletta-small-oses-samples/BUILD'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement