Bug 56179 - ERROR: Internal error: Killed (program cc1plus)recevied while installing gnuradio.git
Summary: ERROR: Internal error: Killed (program cc1plus)recevied while installing gnur...
Status: RESOLVED INVALID
Alias: None
Product: gcc
Classification: Unclassified
Component: c++ (show other bugs)
Version: 4.5.3
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-01 18:58 UTC by William Macre
Modified: 2013-02-04 10:03 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description William Macre 2013-02-01 18:58:10 UTC

    
Comment 1 William Macre 2013-02-01 19:00:26 UTC
ERROR: Internal error: Killed (program cc1plus)recevied while installing gnuradio.git

What we need
	-the exact version of GCC;
gcc -v

Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/arm-angstrom-linux-gnueabi/4.5.3/lto-wrapper
Target: arm-angstrom-linux-gnueabi
Configured with: /home/oe-classic/oe/build/tmp-angstrom_2010_x/work/armv7a-angstrom-linux-gnueabi/gcc-4.5-r38.1+svnr170880/gcc-4_5-branch/configure --build=x86_64-linux --host=arm-angstrom-linux-gnueabi --target=arm-angstrom-linux-gnueabi --prefix=/usr --exec_prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/libexec --datadir=/usr/share --sysconfdir=/etc --sharedstatedir=/com --localstatedir=/var --libdir=/usr/lib --includedir=/usr/include --oldincludedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --with-libtool-sysroot=/home/oe-classic/oe/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi --enable-largefile --disable-nls --enable-ipv6 --with-gnu-ld --enable-shared --enable-languages=c,c++,objc,fortran --enable-threads=posix --disable-multilib --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=arm-angstrom-linux-gnueabi- --enable-target-optspace --enable-lto --enable-libssp --disable-bootstrap --disable-libgomp --disable-libmudflap --with-float=softfp --with-local-prefix=/usr/local --with-gxx-include-dir=/usr/include/c++/4.5.3 --with-build-sysroot=/home/oe-classic/oe/build/tmp-angstrom_2010_x/sysroots/armv7a-angstrom-linux-gnueabi --enable-__cxa_atexit
Thread model: posix
gcc version 4.5.3 20110311 (prerelease) (GCC) 

	-the system type;
USRP-E110: P/N UE-110-KIT

	-the options given when GCC was configured/built;
	-the complete command line that triggers the bug;
	-the compiler output (error messages, warnings, etc.); and
	-the preprocessed file (*.i*) that triggers the bug, generated by adding -save-temps to the 		complete compilation command, or, in the case of a bug report for the GNAT front end, a 	complete set of source files (see below).


ERROR recevied while installing gnuradio.git
BUILD Script:
#!/bin/sh
#              How do I install GNU Radio from source?

#   First, remove any existing installation by OpenEmbedded.
echo "First, remove any existing installation by OpenEmbedded."
opkg remove --force-depends gnuradio gnuradio-dev gnuradio-examples task-gnuradio

# Note that building GNU Radio can take a significant amount of time!!
echo "Note that building GNU Radio can take a significant amount of time!!"
git clone http://gnuradio.org/git/gnuradio.git gnuradio.git
cd gnuradio.git
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchains/arm_cortex_a8_native.cmake -DQT_QTCORE_INCLUDE_DIR=/usr/include/qt4/QtCore -DQT_QTGUI_INCLUDE_DIR=/usr/include/qt4/QtGui -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake  -DENABLE_GR_QTGUI=ON  -DQT_LIBRARY_DIR=/usr/lib -DQT_INCLUDE_DIR=/usr/include/qt4/ -DQT_MOC_EXECUTABLE=/usr/bin/moc -DQT_UIC_EXECUTABLE=/usr/bin/uic -DQT_RCC_EXECUTABLE=/usr/bin/rcc -DCMAKE_BUILD_TYPE=release  ../
make
make install
ldconfig


Console ERROR message:
[ 38%] Building CXX object gnuradio-core/src/lib/swig/CMakeFiles/_gnuradio_core_general.dir/gnuradio_core_generalPYTHON_wrap.cxx.o
g++: Internal error: Killed (program cc1plus)
Please submit a full bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [gnuradio-core/src/lib/swig/CMakeFiles/_gnuradio_core_general.dir/gnuradio_core_generalPYTHON_wrap.cxx.o] Error 1
make[1]: *** [gnuradio-core/src/lib/swig/CMakeFiles/_gnuradio_core_general.dir/all] Error 2
make: *** [all] Error 2
Comment 2 Jonathan Wakely 2013-02-01 23:30:57 UTC
(In reply to comment #1)
> ERROR: Internal error: Killed (program cc1plus)recevied while installing
> gnuradio.git

Does it really say "recevied" not "received" ?!

Anyway, this error almost always means GCC needed more memory than was available on the system, you might need to crosscompile from a machine with more memory.
Comment 3 William Macre 2013-02-01 23:39:50 UTC
Does it really say "recevied" not "received" ?!
YES.

Will check memory size on uSD.
Wrm


-----Original Message-----
From: redi at gcc dot gnu.org [mailto:gcc-bugzilla@gcc.gnu.org] 
Sent: Friday, February 01, 2013 6:31 PM
To: Macre, William R
Subject: [Bug c++/56179] ERROR: Internal error: Killed (program cc1plus)recevied while installing gnuradio.git


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56179

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> 2013-02-01 23:30:57 UTC --- (In reply to comment #1)
> ERROR: Internal error: Killed (program cc1plus)recevied while 
> installing gnuradio.git

Does it really say "recevied" not "received" ?!

Anyway, this error almost always means GCC needed more memory than was available on the system, you might need to crosscompile from a machine with more memory.

--
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: ------- You reported the bug.
Comment 4 Richard Biener 2013-02-04 10:03:07 UTC
Note also that GCC 4.5.x is no longer supported.  GCC 4.6.3 is the oldest still
supported release.