zig-bootstrap icon indicating copy to clipboard operation
zig-bootstrap copied to clipboard

arm-linux-musleabihf

Open alexrp opened this issue 1 year ago • 0 comments

install
└─ install zig
   └─ zig build-exe zig ReleaseFast arm-linux-musleabihf failure
error: warning(link): unexpected LLD stderr:
ld.lld: warning: Linking two modules of different target triples: '/home/alexrp/Source/zig-bootstrap/zig/.zig-cache/o/2114b7956f3867c84769305bd38f1f0b/zig.o' is 'arm-unknown-linux-musleabihf' whereas 'ld-temp.o' is 'armv6kz-unknown-linux-musleabihf'

Same issue as https://github.com/ziglang/zig-bootstrap/issues/102#issuecomment-2303243603.

alexrp avatar Aug 22 '24 21:08 alexrp