This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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: C compiler cannot create executables?


Tao Zhang wrote:
> checking whether we are using GNU C... (cached) yes
> checking whether /mnt/redhat/gcc3/gcc/gcc/xgcc -B/mnt/redhat/gcc3/gcc/gcc/
> -B/usr/local/new-xscale/arm-linux/bin/ -B/usr/local/new-xscale/arm-linux/lib/
> -isystem /usr/local/new-xscale/arm-linux/include accepts -g... (cached) yes
> checking how to run the C preprocessor... (cached)
> /mnt/redhat/gcc3/gcc/gcc/xgcc -B/mnt/redhat/gcc3/gcc/gcc/
> -B/usr/local/new-xscale/arm-linux/bin/ -B/usr/local/new-xscale/arm-linux/lib/
> -isystem /usr/local/new-xscale/arm-linux/include -E
> checking for ANSI C header files... (cached) yes
> checking for memcpy... (cached) yes
> checking for working alloca.h... (cached) yes
> checking for alloca... (cached) yes
> checking size of short... configure: error: can not run test program while
> cross compiling

Upgrade to autoconf2.52.  That will get rid of errors checking for
size of short and the like.

- Dan

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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