This is the mail archive of the crossgcc@sourceware.org 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]

GCC-4.0.2 on Cygwin



I am trying to build GCC on a cygwin platform. My chosen target is m68k-elf, with no operating system (for now). I have successfully built binutils-2.16.1. When I build GCC-4.0.2 I get the following error.


/home/brose/rtems/tools/source/build/gcc/gcc/xgcc -B/home/brose/rtems/tools/source/build/gcc/gcc/ -B/home/brose/rtems/tools/m68k-elf/bin/ -B/home/brose/rtems/tools/m68k-elf/lib/ -isystem /home/brose/rtems/tools/m68k-elf/include -isystem /home/brose/rtems/tools/m68k-elf/sys-include -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../../gcc-4.0.2/gcc -I../../../gcc-4.0.2/gcc/. -I../../../gcc-4.0.2/gcc/../include -I./../intl -I../../../gcc-4.0.2/gcc/../libcpp/include -m68040 -DL_fixunsdfsi -c ../../../gcc-4.0.2/gcc/libgcc2.c -o libgcc/m68040/_fixunsdfsi.o
/cygdrive/c/DOCUME~1/brose/LOCALS~1/TEMP/ccMW7YYh.s: Assembler messages:
/cygdrive/c/DOCUME~1/brose/LOCALS~1/TEMP/ccMW7YYh.s:31: Error: operands mismatch -- statement `fmovem.l %fpcr,%d1' ignored
/cygdrive/c/DOCUME~1/brose/LOCALS~1/TEMP/ccMW7YYh.s:42: Error: operands mismatch -- statement `fmovem.l %fpcr,%d1' ignored


What is going on here?

Note: I am an embedded developer who has spent the better part of 10 years doing VxWorks and a little WinCE. So feel free to get technical. Its just that I am relatively inexperienced with open source software on the Cygwin platform and I am not used to having to build my own tools.

Thanks in advance,

--

Brian

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