Displaying 4 results from an estimated 4 matches for "gccspec".
2006 Aug 01
0
[LLVMdev] Building llvm under cygwin
...ot;../../../../\" `test "X${SHLIB_LINK}" = "X"
> || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` `test "X
> ${SHLIB_MULTILIB}" = "X" || echo "-DNO_SHARED_LIBGCC_MULTILIB"` \
> -c ../../src/gcc/gccspec.c -o gccspec.o)
> gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings
> -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
> -fno-common -DHAVE_CONFIG_H -DENABLE_LLVM -D__STDC_LIMIT_MACROS
> -I. -I. -I../../src/gcc -I../../src/gcc/. -I../../src/gcc/../include
> -I./.....
2006 Jul 31
0
[LLVMdev] Building llvm under cygwin
If you're building llvm-gcc4, you don't need the runtime libraries, so
I'd just stick with the "tools-only" build and declare success. If
you're building llvm-gcc3, I'd suggest you switch to llvm-gcc4 :)
However, the problem appears to be your PATH variable. In your path you
have the following directory: C:/Program Files/Microsoft DirectX SDK
(June
2006 Jul 30
2
[LLVMdev] Building llvm under cygwin
Hi!
I'm trying to build LLVM under cygwin.
I have the latest version of cygwin and CVS versions of llvm, llvm-test and
llvm-gcc.
make of tools only succeeded.
make of frontend succeeded too
but full make of llvm failed on crtend in llvm/runtime/GCCLibraries with the
following message:
llvm[0]: Compiling crtend.c for Debug build (bytecode)
/bin/sh: -c: line 0: syntax error near unexpected
2006 Aug 01
15
[LLVMdev] Building llvm under cygwin
..._BASE_PREFIX=\"../../../../\" `test "X${SHLIB_LINK}" = "X" || test
"yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` `test "X${SHLIB_MULTILIB}"
= "X" || echo "-DNO_SHARED_LIBGCC_MULTILIB"` \
-c ../../src/gcc/gccspec.c -o gccspec.o)
gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wold-style-definition -fno-common -DHAVE_CONFIG_H
-DENABLE_LLVM -D__STDC_LIMIT_MACROS -I. -I. -I../../src/gcc
-I../../src/gcc/. -I../../src/gcc/../include -I./../intl
-I../../src/gcc/....