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 2021/09/11 20:31:17 UTC

[GitHub] [incubator-nuttx] acassis commented on pull request #3900: Revert "Make: use gcc as LD"

acassis commented on pull request #3900:
URL: https://github.com/apache/incubator-nuttx/pull/3900#issuecomment-917475760


   @yamt @xiaoxiang781216  please take a look, this Revert brought back an old issue, now all ARM and MIPS boards are breaking because of it:
   ```
   LDFLAGS += -nostartfiles ...
   ```
   
   "arm-none-eabi-ld: Error: unable to disambiguate: -nostartfiles (did you mean --nostartfiles ?)"
   
   As @hartmannathan reported here https://github.com/apache/incubator-nuttx/issues/3209 it will happen if "Binutils is updated to  2.36.x". So probably our CI is using an old version and the problem doesn't show up.


-- 
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-unsubscribe@nuttx.apache.org

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