Skip to content

{bp-19298} boards/risv-v/bl602: disable CONFIG_ENABLE_ALL_SIGNALS=y#19299

Closed
jerpelea wants to merge 2 commits into
apache:releases/13.0from
jerpelea:bp-19298
Closed

{bp-19298} boards/risv-v/bl602: disable CONFIG_ENABLE_ALL_SIGNALS=y#19299
jerpelea wants to merge 2 commits into
apache:releases/13.0from
jerpelea:bp-19298

Conversation

@jerpelea

@jerpelea jerpelea commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

Summary

If this configuration is enabled it will cause the build error

riscv-none-elf-ld: /github/workspace/sources/nuttx/nuttx section .text will not fit in region ilm
riscv-none-elf-ld: region ilm overflowed by 976 bytes

NOTE:
1.The same option is disabled for all other risc-v boards
2.The RISC-V regression appeared on
361e7e2

Impact

RELEASE

Testing

CI

@jerpelea jerpelea requested review from Donny9 and GUIDINGLI as code owners July 4, 2026 12:10
@github-actions github-actions Bot added Size: XS The size of the change in this PR is very small Board: risc-v labels Jul 4, 2026
@acassis

acassis commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

@jerpelea same comment: this error message seems wrong, this bl602 has 4MB, so NuttX is not using this all

jerpelea added 2 commits July 4, 2026 14:46
If this configuration is enabled it will cause the build error

riscv-none-elf-ld: /github/workspace/sources/nuttx/nuttx section .text will not fit in region ilm
riscv-none-elf-ld: region ilm overflowed by 976 bytes

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
the timers example causes the following error:
iscv-none-elf-ld: /github/workspace/sources/nuttx/staging/libapps.a(timer_main.c.github.workspace.sources.apps.examples.timer_1.o): in function timer_main:
/github/workspace/sources/apps/examples/timer/timer_main.c:209:(.text.timer_main+0x1c2): undefined reference to sigaction
riscv-none-elf-ld: /github/workspace/sources/apps/examples/timer/timer_main.c:278:(.text.timer_main+0x30e): undefined reference to sigaction

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
@jerpelea jerpelea requested a review from btashton as a code owner July 4, 2026 12:46
@github-actions github-actions Bot added Size: S The size of the change in this PR is small and removed Size: XS The size of the change in this PR is very small labels Jul 4, 2026
@jerpelea

jerpelea commented Jul 4, 2026

Copy link
Copy Markdown
Contributor Author

@jerpelea same comment: this error message seems wrong, this bl602 has 4MB, so NuttX is not using this all

@jerpelea jerpelea closed this Jul 4, 2026
@jerpelea jerpelea deleted the bp-19298 branch July 4, 2026 13:14
@jerpelea jerpelea restored the bp-19298 branch July 4, 2026 13:25
@jerpelea jerpelea reopened this Jul 4, 2026
@jerpelea jerpelea closed this Jul 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Board: risc-v Size: S The size of the change in this PR is small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants