Replies: 2 comments
-
Hi @sri-2205! We appreciate you submitting your first issue for our open-source project. 🌟 Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, you could also ask on Discord if you need help with this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have tried to add new SOC and board and tried to build sample helloworld program for that board. but when i gave west build -b board_name samples/helloworld i'm getting this following error.
ISSUE is marked with bold letters
epl@rrr-OptiPlex-3060:~/zephyrproject/zephyr/samples/hello_world$ west build -b naples1 -p=always
-- west build: making build dir /home/epl/zephyrproject/zephyr/samples/hello_world/build pristine
-- west build: generating a build system
Loading Zephyr default modules (Zephyr base).
-- Application: /home/epl/zephyrproject/zephyr/samples/hello_world
-- CMake version: 3.22.1
-- Found Python3: /usr/bin/python3.10 (found suitable exact version "3.10.6") found components: Interpreter
-- Cache files will be written to: /home/epl/.cache/zephyr
-- Zephyr version: 3.3.99 (/home/epl/zephyrproject/zephyr)
-- Found west (found suitable version "1.0.0", minimum required is "0.7.1")
-- Board: naples1
-- ZEPHYR_TOOLCHAIN_VARIANT not set, trying to locate Zephyr SDK
-- Found host-tools: zephyr 0.16.0 (/home/epl/zephyr-sdk-0.16.0)
-- Found toolchain: zephyr 0.16.0 (/home/epl/zephyr-sdk-0.16.0)
-- Found Dtc: /home/epl/zephyr-sdk-0.16.0/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6")
-- Found BOARD.dts: /home/epl/zephyrproject/zephyr/boards/riscv/naples1/naples1.dts
node '/cpus/cpu@0' compatible 'naples,naples1' has unknown vendor prefix 'naples'
node '/soc' compatible 'naples,naples1' has unknown vendor prefix 'naples'
node '/soc/serial@10041000' compatible 'naples,uart0' has unknown vendor prefix 'naples'
node '/soc/i2c@1004F000' compatible 'naples,naples1-i2c' has unknown vendor prefix 'naples'
-- Generated zephyr.dts: /home/epl/zephyrproject/zephyr/samples/hello_world/build/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /home/epl/zephyrproject/zephyr/samples/hello_world/build/zephyr/include/generated/devicetree_generated.h
-- Including generated dts.cmake file: /home/epl/zephyrproject/zephyr/samples/hello_world/build/zephyr/dts.cmake
Parsing /home/epl/zephyrproject/zephyr/Kconfig
Loaded configuration '/home/epl/zephyrproject/zephyr/boards/riscv/naples1/naples1_defconfig'
Merged configuration '/home/epl/zephyrproject/zephyr/samples/hello_world/prj.conf'
Configuration saved to '/home/epl/zephyrproject/zephyr/samples/hello_world/build/zephyr/.config'
Kconfig header saved to '/home/epl/zephyrproject/zephyr/samples/hello_world/build/zephyr/include/generated/autoconf.h'
-- Found GnuLd: /home/epl/zephyr-sdk-0.16.0/riscv64-zephyr-elf/bin/../lib/gcc/riscv64-zephyr-elf/12.2.0/../../../../riscv64-zephyr-elf/bin/ld.bfd (found version "2.38")
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /home/epl/zephyr-sdk-0.16.0/riscv64-zephyr-elf/bin/riscv64-zephyr-elf-gcc
CMake Error at /home/epl/zephyrproject/zephyr/cmake/modules/extensions.cmake:3194 (message):
dt_reg_addr(img_0_off ...) missing required argument: PATH
Call Stack (most recent call first):
/home/epl/zephyrproject/zephyr/soc/riscv/esp32c3/CMakeLists.txt:16 (dt_reg_addr)
-- Configuring incomplete, errors occurred!
See also "/home/epl/zephyrproject/zephyr/samples/hello_world/build/CMakeFiles/CMakeOutput.log".
FATAL ERROR: command exited with status 1: /usr/bin/cmake -DWEST_PYTHON=/usr/bin/python3 -B/home/epl/zephyrproject/zephyr/samples/hello_world/build -GNinja -DBOARD=naples1 -S/home/epl/zephyrproject/zephyr/samples/hello_world
Beta Was this translation helpful? Give feedback.
All reactions