acassis commented on issue #16689:
URL: https://github.com/apache/nuttx/issues/16689#issuecomment-3049930994

   @comejv yes, CMakefile are relatively new to NuttX and many boards are not 
updated yet to use it.
   
   Could you please try using makefile, just to confirm the source of the issue?
   
   $ make distclean
   $ ./tools/configure.sh nucleo-h743zi:nsh
   $ make -j
   
   Flash the generated binary and test if ps is working.
   
   If it is not working, maybe there are two things to investigate:
   1) Why nucleo is missing CFLAGS -pipe (compare your hostinfo.txt with mine 
to see it)
   2) arm toolchain 14 (yours) vs 10 (mine)


-- 
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

Reply via email to