This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cross compiling for the 1750A


On 02/01/2012 02:57 AM, ~Stack~ wrote:
> I have pasted the make error at the end of the email. I
> don't expect someone to solve our problems from it, but hopefully it
> helps to see part of the issue we have run into.

You're using the wrong assembler.  That's your system's
assembler program, not the 1750A assembler.  You need to
run that gcc command with -v which will who you what gcc
is calling.  You then need to make sure that the assembler
in gcc's path is the 1750A version.

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]