I've installed gcc-arm-linux-gnu-4.9.1-1.fc20.x86_64
on my Fedora 20 box.
$ cat main.c
int main(void)
{
return 0;
}
$ arm-linux-gnu-gcc main.c
collect2: fatal error: cannot find 'ld'
compilation terminated.
Am I missing something? Is this a bug?
I think you encountered an instance of bug 1122003. It seems to have been solved in gcc-arm-linux-gnu-4.9.1-1.1.fc22.x86_64, or you should be able to work around it with the --with-ld
flag in the meanwhile.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With