with gcc-3.3.2 i get this error when building a cross-compiler: /home/Owner/src/build/gcc/gcc /xgcc -B/home/Owner/src/build/gcc/gcc/ -B/usr/bin/cross/i386-elf/i386-elf/bin/ -B/usr/bin/cross/i386-elf/i386-elf/lib/ -isystem /usr/bin/cross/i386-elf/i386-elf/include -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -I. -I. -I../../../gcc- 3.3.2/gcc -I../../../gcc-3.3.2/gcc/. -I../../../gcc-3.3.2/gcc/config -I../../../gcc-3.3.2/gcc/../include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fPIC \ -Dinhibit_libc -c ../../../gcc- 3.3.2/gcc/crtstuff.c -DCRT_BEGIN \ -o crtbegin.o ../../../gcc-3.3.2/gcc/crtstuff.c: In function `__do_global_dtors_aux': ../../../gcc-3.3.2/gcc/crtstuff.c:280: warning: passing arg 1 of `__deregister_frame_info' discards qualifiers from pointer target type ../../../gcc-3.3.2/gcc/crtstuff.c: In function `frame_dummy': ../../../gcc-3.3.2/gcc/crtstuff.c:316: warning: passing arg 1 of `__register_frame_info' discards qualifiers from pointer target type /c/DOCUME~1/Owner/LOCALS~1/Temp/ccCQAi47.s: Assembler messages: /c/DOCUME~1/Owner/LOCALS~1/Temp/ccCQAi47.s:2: Error: junk at end of line, first unrecognized character is `,' /c/DOCUME~1/Owner/LOCALS~1/Temp/ccCQAi47.s:4: Warning: .type pseudo-op used outside of .def/.endef ignored. /c/DOCUME~1/Owner/LOCALS~1/Temp/ccCQAi47.s:4: Error: junk at end of line, first unrecognized character is `_' /c/DOCUME~1/Owner/LOCALS~1/Temp/ccCQAi47.s:7: Error: junk at end of line, first unrecognized character is `,' /c/DOCUME~1/Owner/LOCALS~1/Temp/ccCQAi47.s:9: Warning: .type pseudo-op used outside of .def/.endef ignored. /c/DOCUME~1/Owner/LOCALS~1/Temp/ccCQAi47.s:9: Error: junk at end of line, first unrecognized character is `_' /c/DOCUME~1/Owner/LOCALS~1/Temp/ccCQAi47.s:12: Error: junk at end of line, first unrecognized character is `,' /c/DOCUME~1/Owner/LOCALS~1/Temp/ccCQAi47.s:14: Warning: .type pseudo-op used outside of .def/.endef ignored. /c/DOCUME~1/Owner/LOCALS~1/Temp/ccCQAi47.s:14: Error: junk at end of line, first unrecognized character is `_' /c/DOCUME~1/Owner/LOCALS~1/Temp/ccCQAi47.s:16: Error: junk at end of line, first unrecognized character is `,' /c/DOCUME~1/Owner/LOCALS~1/Temp/ccCQAi47.s:18: Warning: .type pseudo-op used outside of .def/.endef ignored. /c/DOCUME~1/Owner/LOCALS~1/Temp/ccCQAi47.s:18: Error: junk at end of line, first unrecognized character is `_' /c/DOCUME~1/Owner/LOCALS~1/Temp/ccCQAi47.s:23: Warning: .type pseudo-op used outside of .def/.endef ignored. /c/DOCUME~1/Owner/LOCALS~1/Temp/ccCQAi47.s:23: Error: junk at end of line, first unrecognized character is `_' /c/DOCUME~1/Owner/LOCALS~1/Temp/ccCQAi47.s:26: Error: junk at end of line, first unrecognized character is `,' /c/DOCUME~1/Owner/LOCALS~1/Temp/ccCQAi47.s:28: Warning: .type pseudo-op used outside of .def/.endef ignored. /c/DOCUME~1/Owner/LOCALS~1/Temp/ccCQAi47.s:28: Error: junk at end of line, first unrecognized character is `p' /c/DOCUME~1/Owner/LOCALS~1/Temp/ccCQAi47.s:31: Error: unknown pseudo-op: `.local' /c/DOCUME~1/Owner/LOCALS~1/Temp/ccCQAi47.s:32: Error: junk at end of line, first unrecognized character is `,' /c/DOCUME~1/Owner/LOCALS~1/Temp/ccCQAi47.s:35: Warning: .type pseudo-op used outside of .def/.endef ignored. /c/DOCUME~1/Owner/LOCALS~1/Temp/ccCQAi47.s:35: Error: junk at end of line, first unrecognized character is `_' /c/DOCUME~1/Owner/LOCALS~1/Temp/ccCQAi47.s:82: Error: unknown pseudo-op: `.local' /c/DOCUME~1/Owner/LOCALS~1/Temp/ccCQAi47.s:83: Error: junk at end of line, first unrecognized character is `,' /c/DOCUME~1/Owner/LOCALS~1/Temp/ccCQAi47.s:85: Warning: .type pseudo-op used outside of .def/.endef ignored. /c/DOCUME~1/Owner/LOCALS~1/Temp/ccCQAi47.s:85: Error: junk at end of line, first unrecognized character is `f' make[1]: *** [crtbegin.o] Error 1 make[1]: Leaving directory `/home/Owner/src/build/gcc/gcc' make: *** [all-gcc] Error 2
Please help. /c/ is binded to /cygdrive/c using mount. is this a gcc 3.3.2 bug, should i use 3.4.0 Thanks