Displaying 3 results from an estimated 3 matches for "gccsrc".
Did you mean:
csrc
2006 May 02
1
[LLVMdev] Bootstrapping llvm-gcc4 on Mingw
...ortunately, stage2 failes immediately with this cryptic message:
$/f/tmp/llvm/gccbuild/gcc/xgcc -B/f/tmp/llvm/gccbuild/gcc/ -Bf:/tmp/llvm/install/mingw32/bin/
-Bf:/tmp/llvm/install/mingw32/lib/ -isystem f:/tmp/llvm/install/mingw32/include -isystem
f:/tmp/llvm/install/mingw32/sys-include -O -I../../gccsrc/gcc/../winsup/w32api/include -DIN_GCC
-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
-isystem ./include -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I.
-I../../gccsrc/gcc -I../../gccsrc/gcc/. -I../../gccsrc/gcc/../include -I../../gcc...
2006 May 10
2
[LLVMdev] llvm-gcc4 & mingw32
...-05-08-llvm-gcc-4.tar.gz
1.5 Patches to LLVM source code and GCC source code (attached).
2. LLVM itself
We're using MSYS shell for main compilation. Also, we're using
objdir!=srcdir directory structure (the root is actually f:/tmp/llvm):
f:/tmp/llvm/build
/gccbuild
/gccsrc
/install
/src
LLVM sources goes to src, GCC sources goes to gccsrc. We're using
build dir to build LLVM and gccbuild dir to build GCC.
2.1 Switch do /build directory and configure LLVM:
$ ../src/configure --enable-jit --enable-optimized --prefix=f:/tmp/llvm/build
2.2....
2005 Mar 12
0
[LLVMdev] GCC 3.4.1 and conflicting types for 'malloc'
...g/Release/zalloc.Cd"
"/home/myuser/LLVM/objdir/utils/Burg/Release/zalloc.d"; \
else /bin/rm -f "/home/myuser/LLVM/objdir/utils/Burg/Release/zalloc.Cd"; exit 1; fi
Reading specs from /home/myuser/gcc.3.4.1/lib/../lib/gcc/ia64-unknown-linux-gnu/3.4.1/specs
Configured with: ../gccsrc/gcc-3.4.1/configure --prefix=/home/myuser/gcc.3.4.1
Thread model: posix
gcc version 3.4.1
/home/myuser/gcc.3.4.1/lib/../libexec/gcc/ia64-unknown-linux-gnu/3.4.1/cc1 -quiet -v
-I/home/myuser/LLVM/objdir/utils/Burg -I/home/myuser/LLVM/objdir/../srcdir/utils/Burg
-I/home/myuser/LLVM/objdir/../srcdir/...