-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Arch: allIssues that apply to all architecturesIssues that apply to all architecturesArea: Build systemOS: MacIssues related to MacOS (building system, etc)Issues related to MacOS (building system, etc)Type: BugSomething isn't workingSomething isn't working
Description
Description / Steps to reproduce the issue
All build are broken !!! https://github.com/NuttX/nuttx/actions/runs/12685758124
example
====================================================================================
Configuration/Tool: stm32f4discovery/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI
2025-01-09 08:26:57
------------------------------------------------------------------------------------
Cleaning...
Configuring...
make: *** [olddefconfig] Error 1
Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
make: *** [olddefconfig] Error 1
Building NuttX...
arm-none-eabi-gcc: error: missing argument to '-Wstack-usage='
arm-none-eabi-gcc: error: missing argument to '-Wstack-usage='
ERROR: arm-none-eabi-gcc failed: 1
ERROR: arm-none-eabi-gcc failed: 1
Update: Delete the old macOS cache partially solved the problem.
https://github.com/NuttX/nuttx/actions/caches
macOS (macos) and macOS (sim-01) are ok !!!
https://github.com/NuttX/nuttx/actions/runs/12715249762
There is still a need to fix macOS (sim-02) and macOS (sim-03)
macOS (sim-02)
https://github.com/NuttX/nuttx/actions/runs/12743076785/job/35512409267#logs
====================================================================================
Configuration/Tool: sim/cxxtest
2025-01-13 08:25:13
------------------------------------------------------------------------------------
Cleaning...
Configuring...
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
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0
100 264k 100 264k 0 0 41559 0 0:00:06 0:00:06 --:--:-- 62352
Error: libcxxabi/libcxxabi/src/cxa_aux_runtime.cpp:38:14: error: no member named 'bad_array_new_length' in namespace 'std'
throw std::bad_array_new_length();
~~~~~^
macOS (sim-03)
https://github.com/NuttX/nuttx/actions/runs/12743076785/job/35512409961#logs
====================================================================================
Configuration/Tool: sim/quickjs
2025-01-13 08:37:16
------------------------------------------------------------------------------------
Cleaning...
Configuring...
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 734k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 734k 100 734k 0 0 546k 0 0:00:01 0:00:01 --:--:-- 546k
make[3]: *** [quickjs] Error 1
make[3]: Target `context' not remade because of errors.
make[2]: *** [/Users/runner/work/nuttx/nuttx/sources/apps/interpreters/quickjs_context] Error 2
make[2]: Target `context_all' not remade because of errors.
make[1]: *** [context] Error 2
make: *** [/Users/runner/work/nuttx/nuttx/sources/apps/.context] Error 2
make: Target `all' not remade because of errors.
/Users/runner/work/nuttx/nuttx/sources/nuttx/tools/testbuild.sh: line 385: /Users/runner/work/nuttx/nuttx/sources/nuttx/../nuttx/nuttx.manifest: No such file or directory
Normalize sim/quickjs
====================================================================================
On which OS does this issue occur?
[OS: Mac]
What is the version of your OS?
MacOS at GitHub Actions
NuttX Version
master
Issue Architecture
[Arch: all]
Issue Area
[Area: Build System]
Verification
- I have verified before submitting the report.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Arch: allIssues that apply to all architecturesIssues that apply to all architecturesArea: Build systemOS: MacIssues related to MacOS (building system, etc)Issues related to MacOS (building system, etc)Type: BugSomething isn't workingSomething isn't working