search for: ccsflvhw

Displaying 2 results from an estimated 2 matches for "ccsflvhw".

2004 May 01
2
[LLVMdev] LLVM on Windows (cygwin?)
...te-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../src/gcc -I../../src/gcc/. -I../../src/gcc/../include -DL_chkstk -xassembler-with-cpp -c ../../src/gcc/config/i386/cygwin.asm -o libgcc/./_chkstk.o gccas: /tmp/ccSFlVhW.s:1: syntax error, unexpected $undefined /tmp/ccSFlVhW.s:1: while reading token: '#' Which seems to be a libgcc problem. Any ideas where to start digging for more information on how to port the gcc frontend to cygwin? GCC natively build and runs happily on cygwin, however, it seems th...
2004 May 01
0
[LLVMdev] LLVM on Windows (cygwin?)
...ct-prototypes -Wmissing-prototypes -isystem > ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. > -I../../src/gcc -I../../src/gcc/. -I../../src/gcc/../include -DL_chkstk > -xassembler-with-cpp -c ../../src/gcc/config/i386/cygwin.asm -o > libgcc/./_chkstk.o > gccas: /tmp/ccSFlVhW.s:1: syntax error, unexpected $undefined > /tmp/ccSFlVhW.s:1: while reading token: '#' > > Which seems to be a libgcc problem. > Any ideas where to start digging for more information on how to port the > gcc frontend to cygwin? Noone to my knowledge has tried compiling the...