Opened 10 months ago
Closed 8 weeks ago
#69072 closed defect (fixed)
zig @0.11.0: Undefined symbols for architecture arm64
Reported by: | eric-j-ason | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | Cc: | mascguy (Christopher Nielsen) | |
Port: | zig |
Description
Error while building zig. The following might be the essential part from the log:
:info:build Undefined symbols for architecture arm64: :info:build "_panic_stage", referenced from: :info:build _std.debug.panicImpl in zig2.o :info:build "_panic_state_raw", referenced from: :info:build _crash_report.PanicSwitch.preDispatch in zig2.o :info:build _crash_report.PanicSwitch.dispatch in zig2.o :info:build "_zir_state", referenced from: :info:build _crash_report.AnalyzeBody.push in zig2.o :info:build _crash_report.AnalyzeBody.pop in zig2.o :info:build _crash_report.dumpStatusReport in zig2.o :info:build ld: symbol(s) not found for architecture arm64 :info:build clang: error: linker command failed with exit code 1 (use -v to see invocation)
The full log is attached.
Attachments (1)
Change History (5)
Changed 10 months ago by eric-j-ason
comment:1 Changed 10 months ago by jmroot (Joshua Root)
Port: | zig added |
---|
comment:2 Changed 7 months ago by mascguy (Christopher Nielsen)
Cc: | mascguy added |
---|
comment:3 Changed 7 months ago by mascguy (Christopher Nielsen)
comment:4 Changed 8 weeks ago by i0ntempest
Resolution: | → fixed |
---|---|
Status: | new → closed |
zig 0.13 now builds on all arm64 macOS. If this is still an issue for you please reopen.
Note: See
TracTickets for help on using
tickets.
While the original missing symbol issue seems to be resolved, there's a new issue: