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]

compilation error


Hi,

I am trying to compile gcc-3.3 (which includes DFA scheduler) for ARM.
After completing binutils, got headers from linux. When i m compiling
gcc i got the following error. can anyone help me out.

thanks
Anand

/home/research/nandu/Tools/build/gcc/gcc/xgcc
-B/home/research/nandu/Tools/build/gcc/gcc/
-B/home/research/nandu/Tools/prefix//arm-linux/bin/
-B/home/research/nandu/Tools/prefix//arm-linux/lib/ -isystem
/home/research/nandu/Tools/prefix//arm-linux/include -O2 -DIN_GCC
-DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -isystem ./include  -I. -I. -I../../../gcc-3.3/gcc
-I../../../gcc-3.3/gcc/. -I../../../gcc-3.3/gcc/config
-I../../../gcc-3.3/gcc/../include  -g0 -finhibit-size-directive
-fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss  \
>    -c ../../../gcc-3.3/gcc/crtstuff.c -DCRT_BEGIN \
>   -o crtbegin.o
In file included from ../../../gcc-3.3/gcc/crtstuff.c:62:
../../../gcc-3.3/gcc/tsystem.h:72:19: stdio.h: No such file or directory
../../../gcc-3.3/gcc/tsystem.h:75:23: sys/types.h: No such file or
directory
../../../gcc-3.3/gcc/tsystem.h:78:19: errno.h: No such file or directory
../../../gcc-3.3/gcc/tsystem.h:85:20: string.h: No such file or
directory
../../../gcc-3.3/gcc/tsystem.h:89:20: stdlib.h: No such file or
directory
../../../gcc-3.3/gcc/tsystem.h:90:20: unistd.h: No such file or
directory
../../../gcc-3.3/gcc/tsystem.h:96:18: time.h: No such file or directory
../../../gcc-3.3/gcc/crtstuff.c: In function `__do_global_dtors_aux':
../../../gcc-3.3/gcc/crtstuff.c:280: warning: passing arg 1 of
`__deregister_frame_info' discards qualifiers from pointer target type
../../../gcc-3.3/gcc/crtstuff.c: In function `frame_dummy':
../../../gcc-3.3/gcc/crtstuff.c:316: warning: passing arg 1 of
`__register_frame_info' discards qualifiers from pointer target type



------
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]