TaiJuWu commented on PR #2076: URL: https://github.com/apache/nuttx-apps/pull/2076#issuecomment-1729356274
> please fix: > > ``` > ==================================================================================== > Configuration/Tool: esp32s3-devkit/ksta_softap > ------------------------------------------------------------------------------------ > Cleaning... > make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. > make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. > 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... > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > > 100 340k 100 340k 0 0 1044k 0 --:--:-- --:--:-- --:--:-- 1044k > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 100 496k 100 496k 0 0 1872k 0 --:--:-- --:--:-- --:--:-- 5169k > xtensa-esp32s3-elf-ld: /github/workspace/sources/nuttx/staging//libapps.a(spinlock.c.github.workspace.sources.apps.testing.ostest.o):(.literal.thread_native_spinlock+0x10): undefined reference to `spin_lock' > xtensa-esp32s3-elf-ld: /github/workspace/sources/nuttx/staging//libapps.a(spinlock.c.github.workspace.sources.apps.testing.ostest.o): in function `thread_native_spinlock': > spinlock.c:(.text.thread_native_spinlock+0x1b): undefined reference to `spin_lock' > make[1]: *** [Makefile:82: nuttx_user.elf] Error 1 > make[1]: Target 'all' not remade because of errors. > make: *** [tools/Unix.mk:526: nuttx] Error 2 > make: Target 'all' not remade because of errors. > /github/workspace/sources/nuttx/tools/testbuild.sh: line 370: /github/workspace/sources/nuttx/../nuttx/nuttx.manifest: No such file or directory > Normalize esp32s3-devkit/ksta_softap > ``` The error is related about nuttx repo setting. I just disable spinlock config, I think it just a temporary solution. -- 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]
