search for: gencondmd

Displaying 9 results from an estimated 9 matches for "gencondmd".

2009 Oct 07
2
[LLVMdev] llvm-gcc configure options for ARM target at llvm-gcc build time
...number -I/home/jaykang10/Projects/LLVM/bin//include -I/home/jaykang10/HardDisk2/Projects/LLVM/src/llvm-2.5/include -DENABLE_LLVM -I/home/jaykang10/HardDisk2/Projects/LLVM/bin/include -DARM_COFF_KIST -DARM_KIST_BUG_FIX -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -o build/gencondmd.o build/gencondmd.c ../../src/gcc/config/arm/arm.md:4788: error: ‘MACHO_DYNAMIC_NO_PIC_P’ undeclared here (not in a function) ../../src/gcc/config/arm/arm.md:4789: warning: missing initializer ../../src/gcc/config/arm/arm.md:4789: warning: (near initialization for ‘insn_conditions[15].value’) ../.....
2009 May 20
2
[LLVMdev] LLVM-GCC and Symbian
..../gcc/../libdecnumber -I../libdecnumber -I/home/wim/Documents/Sources/llvm-2.5/OBJ_ROOT//include -I/home/wim/Documents/Sources/llvm-2.5/include -DENABLE_LLVM -I/home/wim/Documents/Sources/llvm-2.5/OBJ_ROOT/../include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -o build/gencondmd.o build/gencondmd.c > ../../gcc/config/arm/arm.md:4788: error: ‘MACHO_DYNAMIC_NO_PIC_P’ undeclared here (not in a function) > ../../gcc/config/arm/arm.md:4789: warning: missing initializer > ../../gcc/config/arm/arm.md:4789: warning: (near initialization for ‘insn_conditions[15].value’) &g...
2009 Mar 12
0
[LLVMdev] Consumer ARM platform suitable for LLVM development?
...m-gcc4.2-2.5.source/gcc/../libdecnumber -I../libdecnumber -I/tmp/llvm-project/install/x86_64-arm/llvm/include -I/tmp/llvm-project/src/llvm-2.5/include -DENABLE_LLVM -I/tmp/llvm-project/install/x86_64-arm/llvm/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -o build/gencondmd.o build/gencondmd.c ../../../../src/llvm-gcc4.2-2.5.source/gcc/config/arm/arm.md:4788: error: ‘MACHO_DYNAMIC_NO_PIC_P’ undeclared here (not in a function) This tells me there are some Darwin-specific bits in arm.md which shouldn't be there (MachO is Mac OS X-specific). I'm using the atta...
2009 Mar 13
4
[LLVMdev] Consumer ARM platform suitable for LLVM development?
...gcc/../libdecnumber > -I../libdecnumber -I/tmp/llvm-project/install/x86_64-arm/llvm/include > -I/tmp/llvm-project/src/llvm-2.5/include -DENABLE_LLVM > -I/tmp/llvm-project/install/x86_64-arm/llvm/include  -D_DEBUG  -D_GNU_SOURCE > -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS   -o build/gencondmd.o > build/gencondmd.c > > ../../../../src/llvm-gcc4.2-2.5.source/gcc/config/arm/arm.md:4788: error: > ‘MACHO_DYNAMIC_NO_PIC_P’ undeclared here (not in a function) > > This tells me there are some Darwin-specific bits in arm.md which shouldn't > be there (MachO is Mac OS X-s...
2009 Mar 18
0
[LLVMdev] Consumer ARM platform suitable for LLVM development?
...> -I../libdecnumber -I/tmp/llvm-project/install/x86_64-arm/llvm/include > > -I/tmp/llvm-project/src/llvm-2.5/include -DENABLE_LLVM > > -I/tmp/llvm-project/install/x86_64-arm/llvm/include -D_DEBUG > -D_GNU_SOURCE > > -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -o build/gencondmd.o > > build/gencondmd.c > > > > ../../../../src/llvm-gcc4.2-2.5.source/gcc/config/arm/arm.md:4788: > error: > > ‘MACHO_DYNAMIC_NO_PIC_P’ undeclared here (not in a function) > > > > This tells me there are some Darwin-specific bits in arm.md which > shouldn&...
2009 Mar 12
5
[LLVMdev] Consumer ARM platform suitable for LLVM development?
On Mar 11, 2009, at 9:44 PM, Misha Brukman wrote: > The problem I've had is building an LLVM cross-compiler from Linux/ > x86 to Linux/ARM (as has another llvm-dev poster). Someone > mentioned to me off-list that he managed to get it to build, but I > haven't been able to reproduce the build using his instructions > (I'll post my results in another thread).
2011 Jul 01
1
[LLVMdev] where define the TARGET_80387 in md file ?
Hi, I am a beginner for LLVM, and now I am building LLVM-gcc 4.2.2.9 from dowloaded source. When generating gencondmd, the error occurs as follows: ../../llvm-gcc-4.2-2.9.source/gcc/config/i386/i386.md:9844: error: 'TARGET_80387' undeclared here (not in a function) but I use grep, there doesn't the definition for 'TARGET_80387' in the whole source dir. And in orginal gcc source, I found its de...
2009 Mar 18
3
[LLVMdev] Consumer ARM platform suitable for LLVM development?
...number -I/tmp/llvm-project/install/x86_64-arm/llvm/ > include > > -I/tmp/llvm-project/src/llvm-2.5/include -DENABLE_LLVM > > -I/tmp/llvm-project/install/x86_64-arm/llvm/include -D_DEBUG - > D_GNU_SOURCE > > -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -o build/ > gencondmd.o > > build/gencondmd.c > > > > ../../../../src/llvm-gcc4.2-2.5.source/gcc/config/arm/arm.md:4788: > error: > > ‘MACHO_DYNAMIC_NO_PIC_P’ undeclared here (not in a function) > > > > This tells me there are some Darwin-specific bits in arm.md which > shou...
2011 Jul 03
0
[LLVMdev] where define the TARGET_80387 in md file ?
...e ? > To: llvmdev at cs.uiuc.edu > Message-ID: <4E0D9046.1090601 at free.fr> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Hi, > > > I am a beginner for LLVM,  and now I am building LLVM-gcc 4.2.2.9 from > > dowloaded source.  When generating  gencondmd,  the error occurs as > > follows: > > ../../llvm-gcc-4.2-2.9.source/gcc/config/i386/i386.md:9844: error: > > 'TARGET_80387' undeclared here (not in a function) > > but I use grep, there doesn't the definition for 'TARGET_80387' in the > > whole sou...