search for: ppccomm

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

Did you mean: pccom
2005 Jun 13
0
[LLVMdev] problem compiling the cfrontend on Linux/PPC
...t; cyrille > Okay, I took a closer look at your output. I was correct in that gccas is attempting to assemble a native PPC assembly language file. However, this appears to be happening because the assembly file is generated by the GCC Makefiles for libgcc2 (in llvm-gcc/gcc/config/rs6000/t-ppccomm, I think). The first thing I would try is Marco's suggestion: add --disable-multilib to the configure command line and rebuild. Hopefully this will disable the generation of this assembly code. If that doesn't work, then you will need to comment out stuff in llvm-gcc/gcc/config/rs6000...
2005 Jun 13
2
[LLVMdev] problem compiling the cfrontend on Linux/PPC
On Mon, Jun 13, 2005 at 11:02:10AM -0500, John Criswell wrote: > Cyrille Mescam wrote: > >Hi, > > > > > >When compiling the cfrontend for Linux/PPC architecture on a powermac > >G5, i got > >the following error : > > I hate to ask a silly question, but are you using "make bootstrap" to > build the cfrontend? Your output looks like gccas
2005 Jun 13
2
[LLVMdev] problem compiling the cfrontend on Linux/PPC
...took a closer look at your output. > > I was correct in that gccas is attempting to assemble a native PPC > assembly language file. However, this appears to be happening because > the assembly file is generated by the GCC Makefiles for libgcc2 (in > llvm-gcc/gcc/config/rs6000/t-ppccomm, I think). > > The first thing I would try is Marco's suggestion: add > --disable-multilib to the configure command line and rebuild. Hopefully > this will disable the generation of this assembly code. it doesn't work for me > > If that doesn't work, then you wi...