roskuttan commented on PR #16212: URL: https://github.com/apache/nuttx/pull/16212#issuecomment-2808467645
I don't see any `rp2040_pico.h` in the `nuttx/boards/arm/rp2040/common/include` i think that what causing this error. ``` roskuttan@SILENT-KILLERED:~/nuttx_pr/nuttx$ cmake --build build -t clean -j12 && cmake --build build -j12 [1/1] Cleaning all built files... Cleaning... 0 files. [1027/1039] Building C object boards/CMakeFiles/board.dir/arm/rp2040/common/src/rp2040_common_bringup.c.obj FAILED: boards/CMakeFiles/board.dir/arm/rp2040/common/src/rp2040_common_bringup.c.obj /usr/bin/arm-none-eabi-gcc -D__KERNEL__ -D__NuttX__ -I/home/roskuttan/nuttx_pr/nuttx/arch/arm/src/rp2040 -I/home/roskuttan/nuttx_pr/nuttx/arch/arm/src/common -I/home/roskuttan/nuttx_pr/nuttx/arch/arm/src/armv6-m -I/home/roskuttan/nuttx_pr/nuttx/sched -I/home/roskuttan/nuttx_pr/nuttx/boards/arm/rp2040/common/include -isystem /home/roskuttan/nuttx_pr/nuttx/include -isystem /home/roskuttan/nuttx_pr/nuttx/build/include -mcpu=cortex-m0 -mthumb -mfloat-abi=soft --param=min-pagesize=0 -fno-common -Wall -Wshadow -Wundef -nostdlib -Os -fno-strict-aliasing -fomit-frame-pointer -Wa,-mthumb -Wa,-mimplicit-it=always -ffunction-sections -fdata-sections -g -Wno-attributes -Wno-unknown-pragmas -Wstrict-prototypes -Wno-psabi -fdiagnostics-color=always -DNDEBUG -fmacro-prefix-map=/home/roskuttan/nuttx_pr/nuttx= -fmacro-prefix-map=/home/roskuttan/nuttx_pr/nuttx/dummy= -fmacro-prefix-map=/home/roskuttan/nuttx_pr/nuttx/boards/arm/rp2040/raspberrypi-pico= -fmacro-prefix-map=/home/roskuttan/nuttx_pr/nut tx/arch/arm/src/rp2040= @boards/CMakeFiles/board.dir/arm/rp2040/common/src/rp2040_common_bringup.c.obj.rsp -MD -MT boards/CMakeFiles/board.dir/arm/rp2040/common/src/rp2040_common_bringup.c.obj -MF boards/CMakeFiles/board.dir/arm/rp2040/common/src/rp2040_common_bringup.c.obj.d -o boards/CMakeFiles/board.dir/arm/rp2040/common/src/rp2040_common_bringup.c.obj -c /home/roskuttan/nuttx_pr/nuttx/boards/arm/rp2040/common/src/rp2040_common_bringup.c /home/roskuttan/nuttx_pr/nuttx/boards/arm/rp2040/common/src/rp2040_common_bringup.c:39:10: fatal error: rp2040_pico.h: No such file or directory 39 | #include "rp2040_pico.h" | ^~~~~~~~~~~~~~~ compilation terminated. [1036/1039] Linking C static library libs/libc/libc.a ninja: build stopped: subcommand failed. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org