Created
July 7, 2019 15:33
-
-
Save via/ed8741f65b6eba91f4fa0ccc0993391f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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