[LLVMbugs] compilation failed with linux/PPC for llvm-tools

Reid Spencer reid at x10sys.com
Tue Jun 7 08:34:29 PDT 2005


Cyrille,

Could you please create a bug report from this information? Not many
people watch the commits list but if a bug gets entered against the PPC
code, the right people will get notified.  You can enter the information
here:

http://llvm.cs.uiuc.edu/bugs/enter_bug.cgi

Thanks,

Reid.

On Tue, 2005-06-07 at 15:22 +0200, Cyrille Mescam wrote:
> Hi,
> 
> I try to compile the llvm-tools-1.5 for linux/PPC, the process fails 
> with this message :
> 
> mkdir build install
> tar zxf llvm-1.5.tar.gz
> cd build/
> ../configure --prefix=/mypath/to/install
> gmake only-tools
> 
> --------------------------------------------------------------------------------------------------------------------------------------------------------------
> gmake[3]: Entering directory 
> `/usr/local/home/cyrille/project/llvm/build/lib/Target/PowerPC'
> llvm[3]: Compiling PPC32JITInfo.cpp for Debug build
> In file included from 
> /usr/local/home/cyrille/project/llvm/build/../llvm/lib/Target/PowerPC/PPC32JITInfo.cpp:16:
> /usr/local/home/cyrille/project/llvm/build/../llvm/lib/Target/PowerPC/PPC32Relocations.h:20: 
> error: expected identifier before numeric constant
> /usr/local/home/cyrille/project/llvm/build/../llvm/lib/Target/PowerPC/PPC32Relocations.h:20: 
> error: expected unqualified-id before numeric constant
> /usr/local/home/cyrille/project/llvm/build/../llvm/lib/Target/PowerPC/PPC32Relocations.h:20: 
> error: expected `,' or `;' before numeric constant
> /usr/local/home/cyrille/project/llvm/build/../llvm/lib/Target/PowerPC/PPC32JITInfo.cpp: 
> In member function `virtual void llvm::PPC32JITInfo::relocate(void*, 
> llvm::MachineRelocation*, unsigned int)':
> /usr/local/home/cyrille/project/llvm/build/../llvm/lib/Target/PowerPC/PPC32JITInfo.cpp:194: 
> error: expected `)' before '::' token
> /usr/local/home/cyrille/project/llvm/build/../llvm/lib/Target/PowerPC/PPC32JITInfo.cpp:237: 
> error: expected `)' before '}' token
> /usr/local/home/cyrille/project/llvm/build/../llvm/lib/Target/PowerPC/PPC32JITInfo.cpp:237: 
> error: expected primary-expression before '}' token
> /usr/local/home/cyrille/project/llvm/build/../llvm/lib/Target/PowerPC/PPC32JITInfo.cpp:237: 
> error: expected `;' before '}' token
> gmake[3]: *** 
> [/usr/local/home/cyrille/project/llvm/build/lib/Target/PowerPC/Debug/PPC32JITInfo.o] 
> Error 1
> gmake[3]: Leaving directory 
> `/usr/local/home/cyrille/project/llvm/build/lib/Target/PowerPC'
> gmake[2]: *** [PowerPC/.makeall] Error 2
> gmake[2]: Leaving directory 
> `/usr/local/home/cyrille/project/llvm/build/lib/Target'
> gmake[1]: *** [Target/.makeall] Error 2
> gmake[1]: Leaving directory `/usr/local/home/cyrille/project/llvm/build/lib'
> gmake: *** [all] Error 1
> 
> --------------------------------------------------------------------------------------------------------------------------------------------------------------
> 
> Any help would be appreciate.
> 
> Regards.
> 
> Cyrille
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20050607/54cd4941/attachment.sig>


More information about the llvm-bugs mailing list