xiaoxiang781216 commented on PR #2026:
URL: https://github.com/apache/nuttx-apps/pull/2026#issuecomment-1728893762
But the link error is directly related to this patch:
```
====================================================================================
Configuration/Tool: sim/sotest32
------------------------------------------------------------------------------------
make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make
rule.
Cleaning...
Configuring...
make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make
rule.
make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make
rule.
Building NuttX...
ld: i386 architecture of input file `dynload.o' is incompatible with
i386:x86-64 output
ld: warning: cannot find entry symbol _start; defaulting to 0000000000401000
make[4]: *** [Makefile:45: dynload] Error 1
make[4]: Target 'install' not remade because of errors.
make[3]: *** [Makefile:50: dynload_install] Error 2
make[3]: Target 'all' not remade because of errors.
make[2]: *** [Makefile:53: build] Error 2
make[2]: Target 'all' not remade because of errors.
make[1]: *** [Makefile:51:
/github/workspace/sources/apps/examples/sotest_all] Error 2
make[1]: Target 'all' not remade because of errors.
make: *** [tools/LibTargets.mk:232:
/github/workspace/sources/apps/libapps.a] Error 2
make: Target 'all' not remade because of errors.
```
--
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]