pkarashchenko commented on pull request #5309:
URL: https://github.com/apache/incubator-nuttx/pull/5309#issuecomment-1020933896


   @AlanRosenthal the root cause of an issue is that you are running 
`tools/testbuild.sh` without `-l` flag. The default `pcduino-a10/nsh` config is 
`CONFIG_HOST_WINDOWS=y` that is why things are getting messy.
   But is it good that you pointed out
   ```
   make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make 
rule.
   make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make 
rule.
     Disabling CONFIG_ARMV7A_TOOLCHAIN_GNU_EABIL
     Enabling CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL
   ```
   We should not use `CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL` for ARMv7-A based 
boards. I will correct that.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to