search for: n_gcc

Displaying 3 results from an estimated 3 matches for "n_gcc".

Did you mean: n_gc
2010 Dec 29
0
[LLVMdev] LLVM for ARM target
On Dec 28, 2010, at 8:06 AM, akramul azim wrote: > hi everyone, > > I am new in LLVM. I am using this command to compile gcc or configure LLVM for the ARM target. > > $ ../llvm-gcc-4.8/ configure --target=arm-linux --program-prefix=arm- > arm- --prefix=$PWD/.. /install --disable-optimized --enable-bindings= none --enable-llvm=$PWD/../ llvm-2.8 --enable-languages=
2010 Dec 28
2
[LLVMdev] LLVM for ARM target
hi everyone,        I am new in LLVM. I am using this command to compile gcc or configure LLVM for the ARM target.   $ ../llvm-gcc-4.8/ configure --target=arm-linux --program-prefix=arm-    arm- --prefix=$PWD/.. /install --disable-optimized --enable-bindings= none --enable-llvm=$PWD/../ llvm-2.8 --enable-languages= c,c++   $ make   However, I get compile errors. So, i cannot execute make
2010 Dec 29
3
[LLVMdev] LLVM for ARM target
..../gcc/xgcc -B/MinGW/llvm/arm_objects/./gcc/ -B/MinGW/llv m/arm_objects/../install/arm-linux/bin/ -B/MinGW/llvm/arm_objects/../install/arm -linux/lib/ -isystem /MinGW/llvm/arm_objects/../install/arm-linux/include -isyst em /MinGW/llvm/arm_objects/../install/arm-linux/sys-include  -O2 -O2 -g -O2  -DI N_GCC -DCROSS_DIRECTORY_STRUCTURE   -W -Wall -Wwrite-strings -Wstrict-prototypes  -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -I. -I. -I../. ./llvm-gcc-4.8/gcc -I../../llvm-gcc-4.8/gcc/. -I../../llvm-gcc-4.8/gcc/../includ e -I../../llvm-gcc-4.8/gcc/../libcpp/include  -I../../llvm-gcc...