-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Description
Describe the bug
When building same70q21.h is not found
To Reproduce
Steps to reproduce the behavior:
- cd $ZEPHYR_BASE/samples/hello_world
- mkdir build && cd build
- cmake -GNinja -DBOARD=sam_e70_xplained ..
- nijna
Impact
showstopper
Screenshots or console output
[6/110] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj
FAILED: zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj
ccache /home/user/LinuxDevelopment/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DBUILD_VERSION=v2.0.0-rc1-181-gfbcbc2ed1626 -DKERNEL -D_FORTIFY_SOURCE=2 -D__ZEPHYR__=1 -I../../../kernel/include -I../../../arch/arm/include -I../../../include -I../../../include/drivers -Izephyr/include/generated -I../../../soc/arm/atmel_sam/same70 -I../../../soc/arm/atmel_sam/common/. -I../../../ext/hal/cmsis/Include -isystem ../../../lib/libc/minimal/include -isystem /home/user/LinuxDevelopment/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/8.3.0/include -isystem /home/user/LinuxDevelopment/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/8.3.0/include-fixed -Os -imacros/home/user/LinuxDevelopment/zephyr/samples/hello_world/build/zephyr/include/generated/autoconf.h -ffreestanding -fno-common -g -mthumb -mcpu=cortex-m7 -imacros/home/user/LinuxDevelopment/zephyr/include/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wno-main -Wno-pointer-sign -Wpointer-arith -Wno-unused-but-set-variable -Werror=implicit-int -fno-asynchronous-unwind-tables -fno-pie -fno-pic -fno-strict-overflow -fno-reorder-functions -fno-defer-pop -fmacro-prefix-map=/home/user/LinuxDevelopment/zephyr/samples/hello_world=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/user/LinuxDevelopment/zephyr=ZEPHYR_BASE -ffunction-sections -fdata-sections -mabi=aapcs -std=c99 -nostdinc -MD -MT zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj -MF zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj.d -o zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj -c /home/user/LinuxDevelopment/zephyr/arch/arm/core/offsets/offsets.c
In file included from ../../../include/arch/arm/cortex_m/cmsis.h:17,
from ../../../include/arch/arm/cortex_m/mpu/arm_mpu_v7m.h:10,
from ../../../include/arch/arm/cortex_m/mpu/arm_mpu.h:13,
from ../../../include/arch/arm/arch.h:246,
from ../../../include/arch/cpu.h:17,
from ../../../include/kernel_includes.h:34,
from ../../../include/kernel.h:17,
from ../../../kernel/include/kernel_structs.h:10,
from /home/user/LinuxDevelopment/zephyr/arch/arm/core/offsets/offsets.c:26:
../../../soc/arm/atmel_sam/same70/soc.h:39:10: fatal error: same70q21.h: No such file or directory
#include <same70q21.h>
^~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Environment (please complete the following information):
- OS: Linux ubuntu 5.0.0-25-generic kernel: queue, fifo: Add cancel_wait operation. #26-Ubuntu SMP Thu Aug 1 12:04:58 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
- Toolchain zephyr-sdk-0.10.3
- Commit SHA or Version used https://github.com/zephyrproject-rtos/zephyr.git