You forgot to provide architecture for code generation. Please add --cpu:arm just after nim command:
nim --cpu:arm --cc:zig --zig.options.linker: "-target arm-linux-musleabihf" \--zig.options.always: "-target arm-linux-musleabihf" c ./hello.nim
You forgot to provide architecture for code generation. Please add --cpu:arm just after nim command:
nim --cpu:arm --cc:zig --zig.options.linker: "-target arm-linux-musleabihf" \--zig.options.always: "-target arm-linux-musleabihf" c ./hello.nim