Untitled

 avatar
unknown
plain_text
a year ago
2.9 kB
14
Indexable
nxf25322@lxl00008:~/work/repos/zephyr3$ west build -p -b mimxrt595_evk/mimxrt595s/cm33 samples/hello_world
-- west build: making build dir /home/nxf25322/work/repos/zephyr3/build pristine
-- west build: generating a build system
Loading Zephyr default modules (Zephyr base).
-- Application: /home/nxf25322/work/repos/zephyr3/samples/hello_world
-- CMake version: 3.28.1
-- Found Python3: /usr/bin/python3 (found suitable version "3.8.10", minimum required is "3.8") found components: Interpreter 
-- Cache files will be written to: /home/nxf25322/.cache/zephyr
-- Zephyr version: 3.6.99 (/home/nxf25322/work/repos/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: mimxrt595_evk, qualifiers: mimxrt595s/cm33
-- ZEPHYR_TOOLCHAIN_VARIANT not set, trying to locate Zephyr SDK
-- Found host-tools: zephyr 0.16.5 (/home/nxf25322/zephyr-sdk-0.16.5-1)
-- Found toolchain: zephyr 0.16.5 (/home/nxf25322/zephyr-sdk-0.16.5-1)
-- Found Dtc: /home/nxf25322/zephyr-sdk-0.16.5-1/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6") 
-- Found BOARD.dts: /home/nxf25322/work/repos/zephyr/boards/nxp/mimxrt595_evk/mimxrt595_evk_mimxrt595s_cm33.dts
-- Generated zephyr.dts: /home/nxf25322/work/repos/zephyr3/build/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /home/nxf25322/work/repos/zephyr3/build/zephyr/include/generated/devicetree_generated.h
-- Including generated dts.cmake file: /home/nxf25322/work/repos/zephyr3/build/zephyr/dts.cmake

warning: HAS_CMSIS_CORE (defined at modules/cmsis/Kconfig:7) has direct dependencies 0 with value n, but is currently being y-selected by the following symbols:
 - CPU_CORTEX_M (defined at arch/arm/core/Kconfig:6), with value y, direct dependencies ARM (value: y), and select condition ARM (value: y)

error: Aborting due to Kconfig warnings

Parsing /home/nxf25322/work/repos/zephyr/Kconfig
Loaded configuration '/home/nxf25322/work/repos/zephyr/boards/nxp/mimxrt595_evk/mimxrt595_evk_mimxrt595s_cm33_defconfig'
Merged configuration '/home/nxf25322/work/repos/zephyr3/samples/hello_world/prj.conf'
CMake Error at /home/nxf25322/work/repos/zephyr/cmake/modules/kconfig.cmake:391 (message):
  command failed with return code: 1
Call Stack (most recent call first):
  /home/nxf25322/work/repos/zephyr/cmake/modules/zephyr_default.cmake:132 (include)
  /home/nxf25322/work/repos/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
  /home/nxf25322/work/repos/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  CMakeLists.txt:5 (find_package)


-- Configuring incomplete, errors occurred!
FATAL ERROR: command exited with status 1: /usr/bin/cmake -DWEST_PYTHON=/usr/bin/python3 -B/home/nxf25322/work/repos/zephyr3/build -GNinja -DBOARD=mimxrt595_evk/mimxrt595s/cm33 -S/home/nxf25322/work/repos/zephyr3/samples/hello_world
nxf25322@lxl00008:~/work/repos/zephyr3$ git diff
Editor is loading...
Leave a Comment