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/03/27 00:23:15 UTC

[GitHub] [incubator-nuttx-apps] yamt opened a new issue #143: CELFFLAGS and friends are abused in Application.mk

yamt opened a new issue #143: CELFFLAGS and friends are abused in Application.mk
URL: https://github.com/apache/incubator-nuttx-apps/issues/143
 
 
   CELFFLAGS/CXXELFFLAGS/AELFFLAGS/LDELFFLAGS are for ELF modules.
   they should not be used eg. when building FLAT model libapps.
   
   also, ELFCOMPILE etc are misleading names as they are not necessarily ELF.
   

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


With regards,
Apache Git Services

[GitHub] [incubator-nuttx-apps] yamt commented on issue #143: CELFFLAGS and friends are abused in Application.mk

Posted by GitBox <gi...@apache.org>.
yamt commented on issue #143: CELFFLAGS and friends are abused in Application.mk
URL: https://github.com/apache/incubator-nuttx-apps/issues/143#issuecomment-604758920
 
 
   my understanding is:
   * if CONFIG_BUILD_KERNEL=y, CELFFLAGS should be used
   * if CONFIG_BUILD_LOADABLE=n, CFLAGS should be used
   * otherwise, we need to build twice, one with CELFFLAGS and another with CFLAGS
   

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


With regards,
Apache Git Services