public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/56179] New: ERROR: Internal error: Killed (program cc1plus)recevied while installing gnuradio.git
@ 2013-02-01 18:58 wmacre at appcomsci dot com
  2013-02-01 19:00 ` [Bug c++/56179] " wmacre at appcomsci dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: wmacre at appcomsci dot com @ 2013-02-01 18:58 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 56179
           Summary: ERROR: Internal error: Killed (program
                    cc1plus)recevied while installing gnuradio.git
    Classification: Unclassified
           Product: gcc
           Version: 4.5.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: wmacre@appcomsci.com


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/56179] ERROR: Internal error: Killed (program cc1plus)recevied while installing gnuradio.git
  2013-02-01 18:58 [Bug c++/56179] New: ERROR: Internal error: Killed (program cc1plus)recevied while installing gnuradio.git wmacre at appcomsci dot com
@ 2013-02-01 19:00 ` wmacre at appcomsci dot com
  2013-02-01 23:31 ` redi at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: wmacre at appcomsci dot com @ 2013-02-01 19:00 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #1 from William Macre <wmacre at appcomsci dot com> 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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/56179] ERROR: Internal error: Killed (program cc1plus)recevied while installing gnuradio.git
  2013-02-01 18:58 [Bug c++/56179] New: ERROR: Internal error: Killed (program cc1plus)recevied while installing gnuradio.git wmacre at appcomsci dot com
  2013-02-01 19:00 ` [Bug c++/56179] " wmacre at appcomsci dot com
@ 2013-02-01 23:31 ` redi at gcc dot gnu.org
  2013-02-01 23:40 ` wmacre at appcomsci dot com
  2013-02-04 10:03 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: redi at gcc dot gnu.org @ 2013-02-01 23:31 UTC (permalink / raw)
  To: gcc-bugs


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.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/56179] ERROR: Internal error: Killed (program cc1plus)recevied while installing gnuradio.git
  2013-02-01 18:58 [Bug c++/56179] New: ERROR: Internal error: Killed (program cc1plus)recevied while installing gnuradio.git wmacre at appcomsci dot com
  2013-02-01 19:00 ` [Bug c++/56179] " wmacre at appcomsci dot com
  2013-02-01 23:31 ` redi at gcc dot gnu.org
@ 2013-02-01 23:40 ` wmacre at appcomsci dot com
  2013-02-04 10:03 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: wmacre at appcomsci dot com @ 2013-02-01 23:40 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #3 from William Macre <wmacre at appcomsci dot com> 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.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/56179] ERROR: Internal error: Killed (program cc1plus)recevied while installing gnuradio.git
  2013-02-01 18:58 [Bug c++/56179] New: ERROR: Internal error: Killed (program cc1plus)recevied while installing gnuradio.git wmacre at appcomsci dot com
                   ` (2 preceding siblings ...)
  2013-02-01 23:40 ` wmacre at appcomsci dot com
@ 2013-02-04 10:03 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-02-04 10:03 UTC (permalink / raw)
  To: gcc-bugs


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> 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.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-02-04 10:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-01 18:58 [Bug c++/56179] New: ERROR: Internal error: Killed (program cc1plus)recevied while installing gnuradio.git wmacre at appcomsci dot com
2013-02-01 19:00 ` [Bug c++/56179] " wmacre at appcomsci dot com
2013-02-01 23:31 ` redi at gcc dot gnu.org
2013-02-01 23:40 ` wmacre at appcomsci dot com
2013-02-04 10:03 ` rguenth at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).