You are here

Error while compiling Rosetta 3.2. on Ubuntu 11.04 (AMD64)

2 posts / 0 new
Last post
Error while compiling Rosetta 3.2. on Ubuntu 11.04 (AMD64)
#1

Hi,

I am trying to build Rosetta 3.2 on my ubuntu box through scon. After modifying the source in accordance with htt-DNDEBUG -Isrc -Iexternal/include -Isrc/platform/linux/64/gcc/4.5 -Isrc/platform/linux/64/gcc -Isrc/platform/linux/64 -Isrc/platform/linux -Iexternal/boost_1_38_0 -I/usr/local/include -I/usr/include src/protocols/jd2/archive/ArchiveManager.cc
{standard input}: Assembler messages:
{standard input}:535948: Warning: end of file in string; '"' inserted
g++: Internal error: Killed (program cc1plus)
Please submit a full bug report.
See for instructions.
scons: *** [build/src/release/linux/2.6/64/x86/gcc/4.5/protocols/jd2/archive/ArchiveManager.os] Error 1
scons: building terminated because of errors.
p://morganbye.net/blog/2011/05/rosetta-32-ubuntu-1104, the build process halted with the following error:


-DNDEBUG -Isrc -Iexternal/include -Isrc/platform/linux/64/gcc/4.5 -Isrc/platform/linux/64/gcc -Isrc/platform/linux/64 -Isrc/platform/linux -Iexternal/boost_1_38_0 -I/usr/local/include -I/usr/include src/protocols/jd2/archive/ArchiveManager.cc
{standard input}: Assembler messages:
{standard input}:535948: Warning: end of file in string; '"' inserted
g++: Internal error: Killed (program cc1plus)
Please submit a full bug report.
See for instructions.
scons: *** [build/src/release/linux/2.6/64/x86/gcc/4.5/protocols/jd2/archive/ArchiveManager.os] Error 1
scons: building terminated because of errors.

Any thoughts?

Thanks

Post Situation: 
Wed, 2011-07-06 08:47
jkrellenstein

It has been our experience that gcc internal compiler errors are due to the very high inline limit; there are some instructions on lowering the inline limit here:

https://www.rosettacommons.org/node/2274

I have no idea if it will work but it's worth a shot.

Wed, 2011-07-06 10:57
smlewis