btashton commented on pull request #1765:
URL: https://github.com/apache/incubator-nuttx/pull/1765#issuecomment-691415904


   Hmm this one is odd I am not sure either.  @xiaoxiang781216 do you have any 
thoughts on what might cause this behaviour.
   The test script issues.
   ```
   function makefunc {
     if ! ${MAKE} ${MAKE_FLAGS} "${EXTRA_FLAGS}" ${JOPTION} $@ 1>/dev/null; then
       fail=1
     fi
   ```
   
   MacOS:
   ```
   /github/workspace/sources/nuttx/staging/libsched.a(nx_bringup.o): In 
function `nx_bringup':
   nx_bringup.c:(.text+0x8): undefined reference to `hello_main'
   nx_bringup.c:(.text+0xa): undefined reference to `hello_main'
   make[1]: *** [Makefile:122: nuttx] Error 1
   make: *** [tools/Makefile.unix:401: nuttx] Error 2
   ```
   
   Linux:
   ```
    /github/workspace/sources/nuttx/staging/libsched.a(nx_bringup.o): In 
function `nx_bringup':
   nx_bringup.c:(.text+0x8): undefined reference to `nsh_main'
   nx_bringup.c:(.text+0xa): undefined reference to `nsh_main'
   make[1]: *** [Makefile:122: nuttx] Error 1
   make: *** [tools/Makefile.unix:401: nuttx] Error 2
   ```


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to