Re: [arm-gnu] Internal Compiler Error
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [arm-gnu] Internal Compiler Error



On Friday 12 August 2005 10:48, Richard Earnshaw wrote:
> A quick look at the preprocessed file shows that it contains an invalid
> asm statement:
>
> __asm__ ("rorw $8, %w0" : "=r" (__v) : "0" (__x) : "cc"); __v;
>
> This is an x86 instruction, not an ARM one.  It looks like either you've
> misconfigured your application or that it will need porting to the ARM.

Hi,

I've just fixed the problem. My C_INCLUDE_PATH was being generated in a way 
such as:
export C_INCLUDE_PATH=$(C_INCLUDE_PATH):$(CROSS_C_INCLUDE_PATH)

So, the host headers were being included through this bogus variable. Thanks a 
lot for your help.

-- 
Lucas
powered by /dev/dsp