Hello all,
out of the blue I cannot compile a project originally written in SDK 2.5.0. Last time I worked on this project was a few weeks ago and nothing has changed, not in the repo or source code.
Today I'm trying to compile a bugfix where only two lines of code have changed in the source. I did a pristine build, and I get the error:
C:/Users/xxx/Projects/Firmware/project/build/zephyr/misc/generated/extra_kconfig_options.conf:2: warning: '"y"' is not a valid value for the bool symbol SPEED_OPTIMIZATIONS (defined at Kconfig.zephyr:493). Assignment ignored.
I updated the SDK to version 2.7.0 hoping this would fix it, but no change.
I'm very lost, as this is a file generated by the SDK, not by me, and I don't know what else to update. So far what I have is:
-- west build: generating a build system Loading Zephyr default modules (Zephyr base). -- Application: C:/Users/xxx/Projects/Firmware/project -- CMake version: 3.21.0 -- Found Python3: C:/ncs/toolchains/ce3b5ff664/opt/bin/python.exe (found suitable version "3.9.13", minimum required is "3.8") found components: Interpreter -- Cache files will be written to: C:/ncs/v2.7.0/zephyr/.cache -- Zephyr version: 3.6.99 (C:/ncs/v2.7.0/zephyr) -- Found west (found suitable version "1.2.0", minimum required is "0.14.0") -- Board: project_board -- Found host-tools: zephyr 0.16.5 (C:/ncs/toolchains/ce3b5ff664/opt/zephyr-sdk) -- Found toolchain: zephyr 0.16.5 (C:/ncs/toolchains/ce3b5ff664/opt/zephyr-sdk) -- Found Dtc: C:/ncs/toolchains/ce3b5ff664/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6") -- Found BOARD.dts: C:/Users/xxx/Projects/nrf_boards/boards/arm/project_board/project_board.dts -- Found devicetree overlay: c:/Users/xxx/Projects/Firmware/project/project.overlay -- Generated zephyr.dts: C:/Users/xxx/Projects/Firmware/project/build/zephyr/zephyr.dts -- Generated devicetree_generated.h: C:/Users/xxx/Projects/Firmware/project/build/zephyr/include/generated/devicetree_generated.h -- Including generated dts.cmake file: C:/Users/xxx/Projects/Firmware/project/build/zephyr/dts.cmake
Any help would be greatly appreciated.
Cheers,
Alberto