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: Problems building --target=powerpc-eabi


On Sat, May 1, 2010 at 8:28 AM, Tom Hawkins <tomahawkins@gmail.com> wrote:
> On Sat, May 1, 2010 at 2:06 AM, Ian Lance Taylor <iant@google.com> wrote:
>>
>> Run the failing gcc command with the -v option to
>> see which assembler it is invoking. ?It appears that your host gcc is
>> running your target assembler, which is a peculiar failure mode.
>
> With -v, yes, it looks like it is using the target assembler. ?Any suggestions?

There is an 'as' in the build directory when the gcc command in
question is run.  And --version confirms it is the target assembler.

I have '.' in my PATH by default.  Is this a problem?


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