Cannot compile servo-motor sample application for FRDM-MCXN947 #79150
-
I'm adding
When compiling using (.venv) void@null:~/Documents/z/zephyr_pwm$ west build -b frdm_mcxn947/mcxn947/cpu0 -s zephyr/samples/basic/servo_motor -p
-- west build: making build dir /home/void/Documents/z/zephyr_pwm/build pristine
-- west build: generating a build system
Loading Zephyr default modules (Zephyr base).
-- Application: /home/void/Documents/z/zephyr_pwm/zephyr/samples/basic/servo_motor
-- CMake version: 3.30.2
-- Found Python3: /home/void/Documents/z/zephyr_nafe/.venv/bin/python3 (found suitable version "3.12.3", minimum required is "3.8") found components: Interpreter
-- Cache files will be written to: /home/void/.cache/zephyr
-- Zephyr version: 3.7.99 (/home/void/Documents/z/zephyr_pwm/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: frdm_mcxn947, qualifiers: mcxn947/cpu0
-- ZEPHYR_TOOLCHAIN_VARIANT not set, trying to locate Zephyr SDK
-- Found host-tools: zephyr 0.16.5 (/home/void/zephyr-sdk-0.16.5-1)
-- Found toolchain: zephyr 0.16.5 (/home/void/zephyr-sdk-0.16.5-1)
-- Found Dtc: /home/void/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/void/Documents/z/zephyr_pwm/zephyr/boards/nxp/frdm_mcxn947/frdm_mcxn947_mcxn947_cpu0.dts
-- Found devicetree overlay: /home/void/Documents/z/zephyr_pwm/zephyr/samples/basic/servo_motor/boards/frdm_mcxn947_mcxn947_cpu0.overlay
devicetree error: /home/void/Documents/z/zephyr_pwm/zephyr/samples/basic/servo_motor/boards/frdm_mcxn947_mcxn947_cpu0.overlay:5 (column 28): parse error: expected number or parenthesized expression
CMake Error at /home/void/Documents/z/zephyr_pwm/zephyr/cmake/modules/dts.cmake:289 (execute_process):
execute_process failed command indexes:
1: "Child return code: 1"
Call Stack (most recent call first):
/home/void/Documents/z/zephyr_pwm/zephyr/cmake/modules/zephyr_default.cmake:133 (include)
/home/void/Documents/z/zephyr_pwm/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
/home/void/Documents/z/zephyr_pwm/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
CMakeLists.txt:4 (find_package)
-- Configuring incomplete, errors occurred!
FATAL ERROR: command exited with status 1: /usr/bin/cmake -DWEST_PYTHON=/home/void/Documents/z/zephyr_nafe/.venv/bin/python3 -B/home/void/Documents/z/zephyr_pwm/build -GNinja -DBOARD=frdm_mcxn947/mcxn947/cpu0 -S/home/void/Documents/z/zephyr_pwm/zephyr/samples/basic/servo_motor Trying the same for |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Currently this sample is not enabled in zephyr for the FRDM-MCXN947. This sample is enabled on these NXP boards mimxrt1062_fmurt6 and rddrone_fmuk66. If you have any other questions or need assistance with enabled features I'd be happy to help. |
Beta Was this translation helpful? Give feedback.
Currently this sample is not enabled in zephyr for the FRDM-MCXN947. This sample is enabled on these NXP boards mimxrt1062_fmurt6 and rddrone_fmuk66. If you have any other questions or need assistance with enabled features I'd be happy to help.