Skip to content

{bp-19784} mips/Makefile: Add nuttx build with CONFIG_ALLSYMS enabled. - #19804

Open
jerpelea wants to merge 1 commit into
apache:releases/13.0from
jerpelea:bp-19784
Open

{bp-19784} mips/Makefile: Add nuttx build with CONFIG_ALLSYMS enabled.#19804
jerpelea wants to merge 1 commit into
apache:releases/13.0from
jerpelea:bp-19784

Conversation

@jerpelea

Copy link
Copy Markdown
Contributor

Summary

Change the arch/mips/src/Makefile to build nuttx with CONFIG_ALLSYMS enabled in MIPS architecture. This enables symbol name showing in system, such as 'dumpstack 3' shows both functions name and addresses.

This change is referred to arch/tricore/src/Makefile and updated to work well with MIPS. And it works with and without CONFIG_ALLSYMS enabled.

Impact

RELEASE

Testing

CI

Change the arch/mips/src/Makefile to build nuttx with CONFIG_ALLSYMS
enabled in MIPS architecture. This enables symbol name showing in
system, such as 'dumpstack 3' shows both functions name and addresses.

This change is referred to arch/tricore/src/Makefile and updated to
work well with MIPS. And it works with and without CONFIG_ALLSYMS enabled.

Fixes apache#19728

Signed-off-by: wangtao <twangpicasso@gmail.com>
@github-actions github-actions Bot added Arch: mips Issues related to the MIPS architecture Size: S The size of the change in this PR is small labels Aug 12, 2026
@jerpelea

Copy link
Copy Markdown
Contributor Author

please restart CI after #19814 is merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Arch: mips Issues related to the MIPS architecture 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