You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per ziglang/zig#22685 (comment), Zig 0.14 has enabled 'unwind tables' for ARM embedded (and most other platforms). Therefore it looks like we need to update tools/generate_linker_script.zig, as part of the upgrade to Zig 0.14 (being done on the current zig-master branch).
I have no idea whether the above is actually correct, but it seems to work for me. (At the time of writing, I did not try to actually debug and look at any stack traces yet...)
I have no idea whether something similar would be needed for RISCV, and/or for other embedded platforms.
The text was updated successfully, but these errors were encountered:
marnix
changed the title
Add .ARM.extab to generated ARM linker.ld scripts
Zig 0.14 support: Add .ARM.extab to generated ARM linker.ld scripts
Jan 31, 2025
Per ziglang/zig#22685 (comment), Zig 0.14 has enabled 'unwind tables' for ARM embedded (and most other platforms). Therefore it looks like we need to update
tools/generate_linker_script.zig
, as part of the upgrade to Zig 0.14 (being done on the current zig-master branch).I have no idea whether the above is actually correct, but it seems to work for me. (At the time of writing, I did not try to actually debug and look at any stack traces yet...)
I have no idea whether something similar would be needed for RISCV, and/or for other embedded platforms.
The text was updated successfully, but these errors were encountered: