Skip to content

Instantly share code, notes, and snippets.

@via
Created July 7, 2019 15:33
Show Gist options
  • Save via/ed8741f65b6eba91f4fa0ccc0993391f to your computer and use it in GitHub Desktop.
Save via/ed8741f65b6eba91f4fa0ccc0993391f to your computer and use it in GitHub Desktop.
zig build-exe -target thumbv7-freestanding-eabihf --c-source console.c -L /usr/lib/arm-none-eabi/lib -isystem . -isystem /usr/lib/arm-none-eabi/include --library c --libc blah
lld: error: cannot open /usr/lib/arm-none-eabi/lib/crt1.o: No such file or directory
lld: error: cannot open /usr/lib/arm-none-eabi/lib/crti.o: No such file or directory
lld: error: unable to find library -lgcc
lld: error: unable to find library -lgcc_eh
lld: error: cannot open /usr/lib/arm-none-eabi/lib/crtn.o: No such file or directory
4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment