[superh-gnu-discuss] Re: Sorry Andrew, but what is this?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[superh-gnu-discuss] Re: Sorry Andrew, but what is this?



On 22/06/10 13:44, Fabio Giovagnini wrote:
This is the output with -v onto the command line

Hmm, that doesn't show an -rpath option, but then "-v" only reveals the collect2 command, which is usually much the same as ld. Just to be sure, try "-Wl,-v" which should reveal the ld command.

I'm not totally sure, but I think the "rpath" error message could be referring to the --sysroot option (which implies -rpath-link, at least). Does that path look ok to you?

If you remove the -m2a option, and --isa=sh2a perhaps also (both are redundant - SH-2A is the default), does that fix anything? What about if you delete your new "specs" file?

Andrew