On 22/06/10 11:39, Fabio Giovagnini wrote:
sh-uclinux-gcc -o init -mfdpic -m2a -mb -Wl,-EB -Wl,-isa=sh2a init.o /home/fgiovagnini/sh7203/sh7203- uclinux-4.4-206/build/target/bin/../lib/gcc/sh-uclinux/4.4.1/../../../../sh- uclinux/bin/ld: bad -rpath option collect2: ld returned 1 exit status How can I solve?
Run the compiler with -v to see what's wrong with the -rpath option. It might be that some further specs modifications solve the problem.
Andrew