search for: ppcfixupkind

Displaying 5 results from an estimated 5 matches for "ppcfixupkind".

Did you mean: ppcfixupkinds
2011 Dec 02
4
[LLVMdev] LLVM-3.0 fails to build on linux ppc32
...make[2]: Leaving directory `/mnt/EXT/00/llvm/work/src/llvm-3.0.src/lib/Linker' make[2]: Entering directory `/mnt/EXT/00/llvm/work/src/llvm-3.0.src/lib/MC' llvm[2]: Compiling ELFObjectWriter.cpp for Release build In file included from ELFObjectWriter.cpp:33:0: ../Target/PowerPC/MCTargetDesc/PPCFixupKinds.h:16:11: error: expected identifier before numeric constant ../Target/PowerPC/MCTargetDesc/PPCFixupKinds.h:16:11: error: expected unqualified-id before numeric constant ELFObjectWriter.cpp:1832:1: error: expected '}' at end of input /bin/rm: cannot remove `/mnt/EXT/00/llvm/work/src/llvm-3....
2011 Dec 02
0
[LLVMdev] LLVM-3.0 fails to build on linux ppc32
Nico, There is a third place that '#undef PPC' is needed (at the top of PPCFixupKinds.h). Alternatively, you can run configure with -UPPC in your CPPFLAGS. I'll try to get this fixed in trunk shortly. -Hal On Fri, 2011-12-02 at 12:30 +0100, acrux_it at libero.it wrote: > hi, i just try to build llvm-3.0 (stable) on linux ppc32 (CRUX PPC 2.7) with > gcc-4.5.3, binutils-...
2011 Dec 02
1
[LLVMdev] LLVM-3.0 fails to build on linux ppc32
On Fri, 2011-12-02 at 06:58 -0600, Hal Finkel wrote: > Nico, > > There is a third place that '#undef PPC' is needed (at the top of > PPCFixupKinds.h). Alternatively, you can run configure with -UPPC in > your CPPFLAGS. I'll try to get this fixed in trunk shortly. I just tested this, and I was wrong: passing -UPPC to configure in CPPFLAGS does not work for some reason. Providing CPPFLAGS=-UPPC as an argument to make, however, does see...
2011 Dec 02
2
[LLVMdev] R: Re: LLVM-3.0 fails to build on linux ppc32
...LLVM-3.0 fails to build on linux ppc32 > >On Fri, 2011-12-02 at 09:15 -0600, Hal Finkel wrote: >> On Fri, 2011-12-02 at 06:58 -0600, Hal Finkel wrote: >> > Nico, >> > >> > There is a third place that '#undef PPC' is needed (at the top of >> > PPCFixupKinds.h). Alternatively, you can run configure with -UPPC in >> > your CPPFLAGS. I'll try to get this fixed in trunk shortly. >> >> I just tested this, and I was wrong: passing -UPPC to configure in >> CPPFLAGS does not work for some reason. Providing CPPFLAGS=-UPPC as an...
2011 Dec 02
0
[LLVMdev] R: Re: LLVM-3.0 fails to build on linux ppc32
...c32 > > > >On Fri, 2011-12-02 at 09:15 -0600, Hal Finkel wrote: > >> On Fri, 2011-12-02 at 06:58 -0600, Hal Finkel wrote: > >> > Nico, > >> > > >> > There is a third place that '#undef PPC' is needed (at the top of > >> > PPCFixupKinds.h). Alternatively, you can run configure with -UPPC in > >> > your CPPFLAGS. I'll try to get this fixed in trunk shortly. > >> > >> I just tested this, and I was wrong: passing -UPPC to configure in > >> CPPFLAGS does not work for some reason. Providing...