This is the mail archive of the gcc-bugs@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]

Does EGCS Support ARC


Is ARC one of the targets that EGCS supports?
I tried to build and configure as

../../../egcs/egcs-1.1.1/configure
--with-gcc-version-trigger=/home/catherine/egcs/egcs-1.1.1/gcc/version.c
--host=sparc-sun-solaris2.6 --target=arc-elf -v
--srcdir=../../../egcs/egcs-1.1.1 --norecursion

and got problem when cc1 is being built.

gcc -DCROSS_COMPILE -DIN_GCC  -DSVR4  -g  -DHAVE_CONFIG_H   -o cc1
c-parse.o c-lang.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o
c-aux-info.o c-common.o c-iterate.o  toplev.o version.o tree.o
print-tree.o stor-layout.o fold-const.o function.o stmt.o except.o
expr.o calls.o expmed.o explow.o optabs.o varasm.o rtl.o print-rtl.o
rtlanal.o emit-rtl.o genrtl.o real.o regmove.o dbxout.o sdbout.o
dwarfout.o dwarf2out.o xcoffout.o bitmap.o alias.o integrate.o jump.o
cse.o loop.o unroll.o flow.o stupid.o combine.o varray.o regclass.o
local-alloc.o global.o reload.o reload1.o caller-save.o gcse.o
insn-peep.o reorg.o sched.o final.o recog.o reg-stack.o insn-opinit.o
insn-recog.o insn-extract.o insn-output.o insn-emit.o profile.o
insn-attrtab.o arc.o getpwd.o  convert.o dyn-string.o obstack.o
alloca.o    
explow.o: In function `allocate_dynamic_stack_space':
/home/raymond/gnu/build/gcc-egcs/gcc/../../../../egcs/egcs-1.1.1/gcc/explow.c:1189:
undefined reference to `arith_operand'
make[1]: *** [cc1] Error 1
make[1]: Leaving directory `/home/raymond/gnu/build/gcc-egcs/gcc'
make: *** [all-gcc] Error 2

_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com



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