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/07/04 02:05:31 UTC

[GitHub] [incubator-nuttx] yamt opened a new pull request #1362: sim: Fix 32-bit module build

yamt opened a new pull request #1362:
URL: https://github.com/apache/incubator-nuttx/pull/1362


   ## Summary
   Specify -mcmodel=large only on 64-bit case. (x86-64)
   The code model is not available for 32-bit.
   
   This fixes the following error:
   
       MODULECC: chardev.c
       cc1: error: code model 'large' not supported in the 32 bit mode
       Makefile:79: recipe for target 'chardev.o' failed
   
   
   ## Impact
   
   ## Testing
   manually build-tested sim:module32
   


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



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #1362: sim: Fix 32-bit module build

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #1362:
URL: https://github.com/apache/incubator-nuttx/pull/1362


   


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