acassis commented on issue #4832: URL: https://github.com/apache/incubator-nuttx/issues/4832#issuecomment-971599269
It is working fine here: ``` $ export PICO_SDK_PATH=/opt/rasp_pico/pico-sdk $ ./tools/configure.sh raspberrypi-pico:nsh $ make ... make[1]: Leaving directory '/home/alan/nuttxspace/nuttx/binfmt' IN: binfmt/libbinfmt.a -> staging/libbinfmt.a make[1]: Entering directory '/home/alan/nuttxspace/nuttx/arch/arm/src' AS: rp2040_boot_stage2.S make[2]: Entering directory '/home/alan/nuttxspace/nuttx/boards/arm/rp2040/common' CC: board/rp2040_boardinitialize.c CC: board/rp2040_appinit.c CC: board/rp2040_bringup.c CC: board/rp2040_reset.c AR (create): libboard.a rp2040_boardinitialize.o rp2040_appinit.o rp2040_bringup.o rp2040_reset.o make[2]: Leaving directory '/home/alan/nuttxspace/nuttx/boards/arm/rp2040/common' LD: nuttx make[1]: Leaving directory '/home/alan/nuttxspace/nuttx/arch/arm/src' Generating: nuttx.uf2 make[1]: Entering directory '/home/alan/nuttxspace/nuttx/tools/rp2040' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/alan/nuttxspace/nuttx/tools/rp2040' tools/rp2040/elf2uf2 nuttx nuttx.uf2; Done. ``` -- 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