Displaying 3 results from an estimated 3 matches for "dl_chkstk".
Did you mean:
__chkstk
2004 May 01
2
[LLVMdev] LLVM on Windows (cygwin?)
...ude -I../../src/gcc/../winsup/include
-I../../src/gcc/../winsup/cygwin/include -DIN_GCC -W -Wall
-Wwrite-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 ho...
2004 Jun 28
1
[LLVMdev] xgcc: installation problem, cannot exec `gccas': No such file or directory
...src/cfrontend/install//i586-pc-interix3/sys-include -O2 -DIN_GCC
-D__INTERIX -D_ALL_SOURCE -W -Wall -Wwrite-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
xgcc: installation problem, cannot exec `gccas': No such file or directory
Why is xgcc looking for gccas? I've not yet build the LLVM sources. And with
my knowledge up to this point, it is not necessary -...
2004 May 01
0
[LLVMdev] LLVM on Windows (cygwin?)
...src/gcc/../winsup/include
> -I../../src/gcc/../winsup/cygwin/include -DIN_GCC -W -Wall
> -Wwrite-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 diggi...