anjiahao1 commented on issue #4832: URL: https://github.com/apache/incubator-nuttx/issues/4832#issuecomment-971615883
> raspberrypi-pico:nsh ``` $ echo $PICO_SDK_PATH /home/ajh/pico-sdk/ $ ls /home/ajh/pico-sdk/ build CMakeCache.txt cmake_install.cmake CONTRIBUTING.md elf2uf2 generated LICENSE.TXT pico_sdk_init.cmake README.md test cmake CMakeFiles CMakeLists.txt docs external lib Makefile pico_sdk_version.cmake src tools $ ./tools/configure.sh raspberrypi-pico:nsh $ make .... AR (create): libboard.a rp2040_boardinitialize.o rp2040_appinit.o rp2040_bringup.o rp2040_reset.o make[2]: “/home/ajh/nuttxwork/nuttx/boards/arm/rp2040/common” LD: nuttx arm-none-eabi-ld: /home/ajh/nuttxwork/nuttx/nuttx section `.bss' will not fit in region `sram' arm-none-eabi-ld: region `sram' overflowed by 1462612 bytes make[1]: *** [Makefile:156:nuttx] error 1 make[1]: “/home/ajh/nuttxwork/nuttx/arch/arm/src” make: *** [tools/Makefile.unix:420:nuttx] error 2 ``` i follow you step,but it not good work -- 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