You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/09/20 09:53:36 UTC

[GitHub] [incubator-nuttx] anchao edited a comment on issue #1844: BEST SUPPORTED BOARD + NUTTX VERSION

anchao edited a comment on issue #1844:
URL: https://github.com/apache/incubator-nuttx/issues/1844#issuecomment-695767561


   Hi @TAIDB ,
   
   The latest version simplifies the link phase and will not require such a complex command line in the future,
   
   Could you please replace :
   
   `$ make import`
   
   instead of :
   
   `$ arm-none-eabi-ld --entry=__start -nostartfiles -nodefaultlibs -T./scripts/ld.script -L./libs hello.o -o nuttx.elf --start-group -lc -larch -lbinfmt -lboard -lboards -ldrivers -lfs -lmm -lsched -lxx "/usr/lib/gcc/arm-none-eabi/9.2.1/thumb/v7e-m/nofp/libgcc.a" --end-group`
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org