At 06:49 AM 2/23/99 -0800, Chagas, Jason wrote:
>Phil,
>
>I could have sworn that I ran `make LANGUAGES=c install' successfully. I
>just tried installing it again and bingo... 'cpp' is now under
>'/usr/local/arm/lib/gcc-lib/arm-linux/egcs-2.91.60'.
>
>However, I'm now having problems linking my "Hello World" application:
>
># ./xgcc -o hello hello.c
>/usr/local/arm/arm-linux/lib/crt1.o: file not recognized: File format not
>recognized
>collect2: ld returned 1 exit status
>
>Am I missing something?
I wonder which linker its picking up - if its decided to pick up your
x86 linker it aint going to be happy!
Do:
./xgcc -v -o hello hello.c
and it should be possible to see which linker its using.
Dave
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]