Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] macOS CI: Error: common/riscv_exit.c:65:33: error: 'tcb' undeclared (first use in this function); #15016

Closed
1 task done
simbit18 opened this issue Dec 2, 2024 · 2 comments · Fixed by #15014
Closed
1 task done
Labels
Arch: risc-v Issues related to the RISC-V (32-bit or 64-bit) architecture Area: Build system OS: Mac Issues related to MacOS (building system, etc) Type: Bug Something isn't working

Comments

@simbit18
Copy link
Contributor

simbit18 commented Dec 2, 2024

Description / Steps to reproduce the issue

bl602evb/wifi in macOS CI fails
Error: common/riscv_exit.c:65:33: error: 'tcb' undeclared (first use in this function); did you mean 'tcb_s'?
65 | g_running_tasks[this_cpu()] = tcb;
| ^~~
| tcb_s
common/riscv_exit.c:65:33: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [riscv_exit.o] Error 1

The same problem happens with
esp32c3-devkit/cxx
esp32c3-devkit/wifi

MacOS-13 [macos]
https://github.com/simbit18/nuttx_test_pr/actions/runs/12117323247/job/33779603978

On which OS does this issue occur?

[OS: Mac]

What is the version of your OS?

MacOS 13

NuttX Version

master

Issue Architecture

[Arch: risc-v]

Issue Area

[Area: Build System]

Verification

  • I have verified before submitting the report.
@simbit18 simbit18 added the Type: Bug Something isn't working label Dec 2, 2024
@github-actions github-actions bot added Arch: risc-v Issues related to the RISC-V (32-bit or 64-bit) architecture Area: Build system OS: Mac Issues related to MacOS (building system, etc) labels Dec 2, 2024
@hujun260
Copy link
Contributor

hujun260 commented Dec 2, 2024

#15014

@xiaoxiang781216 xiaoxiang781216 linked a pull request Dec 2, 2024 that will close this issue
@simbit18
Copy link
Contributor Author

simbit18 commented Dec 2, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arch: risc-v Issues related to the RISC-V (32-bit or 64-bit) architecture Area: Build system OS: Mac Issues related to MacOS (building system, etc) Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants