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/10/24 20:09:24 UTC

[GitHub] [incubator-nuttx] btashton opened a new issue #2086: sim:cxx Build Broken

btashton opened a new issue #2086:
URL: https://github.com/apache/incubator-nuttx/issues/2086


   The build is broken for `sim:cxxtest`
   
   ```
   make[2]: Leaving directory '/home/bashton/nuttx/apache/incubator-nuttx/boards/sim/sim/sim/src'
   CPP:  nuttx-names.in-> nuttx-names.dat
   cc: warning: nuttx-names.in: linker input file unused because linking not done
   LD:  nuttx
   ld: cannot open linker script file nuttx.ld: No such file or directory
   make[1]: *** [Makefile:295: nuttx] Error 1
   make[1]: Leaving directory '/home/bashton/nuttx/apache/incubator-nuttx/arch/sim/src'
   make: *** [tools/Makefile.unix:415: nuttx] Error 2
   ```
   
   Also the NOTES section in readme is no long accurate for this target and should be updated to correctly represent the requirements of this.


----------------------------------------------------------------
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] btashton commented on issue #2086: sim:cxxtest Build Broken

Posted by GitBox <gi...@apache.org>.
btashton commented on issue #2086:
URL: https://github.com/apache/incubator-nuttx/issues/2086#issuecomment-725873280


   Going to reopen until we get the backport in so we don't forget. 


----------------------------------------------------------------
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] btashton commented on issue #2086: sim:cxxtest Build Broken

Posted by GitBox <gi...@apache.org>.
btashton commented on issue #2086:
URL: https://github.com/apache/incubator-nuttx/issues/2086#issuecomment-716175896


   Thanks @xiaoxiang781216 sorry some of these reports are brief, I just wanted to try to get some quality of testing done. I'm happy to go back and test any fixes. (just slower during the work week unfortunately)


----------------------------------------------------------------
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 commented on issue #2086: sim:cxxtest Build Broken

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on issue #2086:
URL: https://github.com/apache/incubator-nuttx/issues/2086#issuecomment-726800002


   Fixed, let's close it.


----------------------------------------------------------------
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] liuguo09 closed issue #2086: sim:cxxtest Build Broken

Posted by GitBox <gi...@apache.org>.
liuguo09 closed issue #2086:
URL: https://github.com/apache/incubator-nuttx/issues/2086


   


----------------------------------------------------------------
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 commented on issue #2086: sim:cxxtest Build Broken

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on issue #2086:
URL: https://github.com/apache/incubator-nuttx/issues/2086#issuecomment-716176788


   The idea to enable the automation test in pre-check is an important method of quality guarantee. @ttnie could help on this.


----------------------------------------------------------------
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] btashton edited a comment on issue #2086: sim:cxxtest Build Broken

Posted by GitBox <gi...@apache.org>.
btashton edited a comment on issue #2086:
URL: https://github.com/apache/incubator-nuttx/issues/2086#issuecomment-716175896


   Thanks @xiaoxiang781216 sorry some of these reports are brief, I just wanted to try to get some quantity of testing done. I'm happy to go back and test any fixes. (just slower during the work week unfortunately)


----------------------------------------------------------------
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] btashton commented on issue #2086: sim:cxxtest Build Broken

Posted by GitBox <gi...@apache.org>.
btashton commented on issue #2086:
URL: https://github.com/apache/incubator-nuttx/issues/2086#issuecomment-723487734


   @xiaoxiang781216 Have you been able to look into this?


----------------------------------------------------------------
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 commented on issue #2086: sim:cxxtest Build Broken

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on issue #2086:
URL: https://github.com/apache/incubator-nuttx/issues/2086#issuecomment-716175381


   @btashton I will fix this issue by moving c++ specified setting to arch/**/Toolchain.defs.


----------------------------------------------------------------
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] ttnie commented on issue #2086: sim:cxxtest Build Broken

Posted by GitBox <gi...@apache.org>.
ttnie commented on issue #2086:
URL: https://github.com/apache/incubator-nuttx/issues/2086#issuecomment-716271737


   Hi Btashton, 
   I've apply PR about adding LTP test support scripts. As LTP is ready, this script could run LTP case by case on sim. 
   my PR: https://github.com/apache/incubator-nuttx-testing/pull/70
   
   > I had started to write some tests with robotframework which is also what renode uses. AntMicro who is behind renode had offered to help support making sure there emulation frameworks is working with NuttX.
   
   


----------------------------------------------------------------
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 closed issue #2086: sim:cxxtest Build Broken

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 closed issue #2086:
URL: https://github.com/apache/incubator-nuttx/issues/2086


   


----------------------------------------------------------------
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] btashton commented on issue #2086: sim:cxxtest Build Broken

Posted by GitBox <gi...@apache.org>.
btashton commented on issue #2086:
URL: https://github.com/apache/incubator-nuttx/issues/2086#issuecomment-716178068


   I had started to write some tests with robotframework which is also what renode uses. AntMicro who is behind renode had offered to help support making sure there emulation frameworks is working with NuttX.


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