Skip to content

docs/wind: document S32G missing symbol table fix#47

Merged
ho28 merged 1 commit into
wr-integrationfrom
kpeng-add-net-sym-tbl-fix-to-s32g
Jun 17, 2026
Merged

docs/wind: document S32G missing symbol table fix#47
ho28 merged 1 commit into
wr-integrationfrom
kpeng-add-net-sym-tbl-fix-to-s32g

Conversation

@kpeng3

@kpeng3 kpeng3 commented Jun 17, 2026

Copy link
Copy Markdown
Collaborator

In the NXP-S32G guide, the VxWorks image created by it attempts to use a network symbol table. If the symbol table is not found, it leads to an error on startup and the C interpreter does not work because there are no symbols.

This pull request adds a troubleshooting section which fixes it by adding INCLUDE_STANDALONE_SYM_TBL, which automatically removes INCLUDE_NET_SYM_TBL.

It is a direct copy of what @shivkd wrote in #44 because it is the same error with the same solution.

In the NXP-S32G guide, the VxWorks image created by it attempts to use a
network symbol table. If the symbol table is not found, it leads to an
error on startup and the C interpreter does not work because there are
no symbols.

This commit adds a troubleshooting section which fixes it by adding
INCLUDE_STANDALONE_SYM_TBL, which automatically removes
INCLUDE_NET_SYM_TBL.
@kpeng3 kpeng3 requested review from ho28, hungmtruong and shivkd June 17, 2026 18:22
@ho28 ho28 merged commit 5cc3de7 into wr-integration Jun 17, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants