discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

回复: [Discuss-gnuradio] build error when ma king gnuradio 3.2 on Angstrom


From: Zhen
Subject: 回复: [Discuss-gnuradio] build error when ma king gnuradio 3.2 on Angstrom/OE
Date: Fri, 5 Nov 2010 22:43:38 +0800 (CST)

Thanks.

Yes, it looks like out of memory from dmesg. There are lots of error messages like
---------------------------------------
[  126.380096] attempt to access beyond end of device
[  126.386657] mmcblk0p2: rw=0, want=7782440, limit=7738167
[  126.392578] attempt to access beyond end of device
[  126.397430] mmcblk0p2: rw=0, want=7777904, limit=7738167
--------------------------------------

When I reboot the board and make again, these info also appears
--------------------------
/bin/bash ../../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../..  -DOMNITHRE
AD_POSIX=1 -I/usr/include -I/home/cic/Prj/gnuradio-3.2.2/gruel/src/include -I/home/cic/Prj/gnuradio-
3.2.2/gruel/src/include   -Wall -Woverloaded-virtual -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfl
oat-abi=softfp  -MT realtime.lo -MD -MP -MF .deps/realtime.Tpo -c -o realtime.lo realtime.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -DOMNITHREAD_POSIX=1 -I/usr/include -I/home/ci
c/Prj/gnuradio-3.2.2/gruel/src/include -I/home/cic/Prj/gnuradio-3.2.2/gruel/src/include -Wall -Wover
loaded-virtual -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -MT realtime.lo -MD -MP
 -MF .deps/realtime.[  126.364959] attempt to access beyond end of device
Tpo -c realtime.cc  -fPIC -DPIC [  126.371978] mmcblk0p2: rw=0, want=7777904, limit=7738167
-o .libs/realtime.o
[  126.380096] attempt to access beyond end of device
[  126.386657] mmcblk0p2: rw=0, want=7782440, limit=7738167
[  126.392578] attempt to access beyond end of device
[  126.397430] mmcblk0p2: rw=0, want=7777904, limit=7738167
g++: error trying to exec '/usr/libexec/gcc/arm-angstrom-linux-gnueabi/4.3.3/cc1plus': execv: Input/
output error
make[4]: *** [realtime.lo] Error 1
-----------------------------------------

Is there any approaches to fix it?

Thanks a lot!

Zhen


发件人: Philip Balister <address@hidden>
收件人: Zhen <address@hidden>
发送日期: 2010/11/3 (周三) 5:44:09 下午
主 题: Re: [Discuss-gnuradio] build error when making gnuradio 3.2 on Angstrom/OE

On 11/03/2010 05:04 PM, Zhen wrote:
> Hi, All,
>
> Now I am trying to install GNU Radio 3.2 on Angstrom and Beagleboard, following
> Philip's instruction on http://www.opensdr.com/node/17
>
> 'Configure' succeed, but 'make' failed just at the beginning with the following
> errors.

Are you running out of RAM? This is possible. See if dmesg shows OOM
messages.

Philip

>
> -------------------------------------------------------------------
>
> make  all-recursive
> make[1]: Entering directory `/home/cic/Prj/gnuradio-3.2.2'
> Making all in config
> make[2]: Entering directory `/home/cic/Prj/gnuradio-3.2.2/config'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory `/home/cic/Prj/gnuradio-3.2.2/config'
> Making all in gruel
> make[2]: Entering directory `/home/cic/Prj/gnuradio-3.2.2/gruel'
> Making all in src
> make[3]: Entering directory `/home/cic/Prj/gnuradio-3.2.2/gruel/src'
> Making all in include
> make[4]: Entering directory `/home/cic/Prj/gnuradio-3.2.2/gruel/src/include'
> Making all in gruel
> make[5]: Entering directory
> `/home/cic/Prj/gnuradio-3.2.2/gruel/src/include/gruel'
> make  all-am
> make[6]: Entering directory
> `/home/cic/Prj/gnuradio-3.2.2/gruel/src/include/gruel'
> make[6]: Nothing to be done for `all-am'.
> make[6]: Leaving directory
> `/home/cic/Prj/gnuradio-3.2.2/gruel/src/include/gruel'
> make[5]: Leaving directory
> `/home/cic/Prj/gnuradio-3.2.2/gruel/src/include/gruel'
> make[5]: Entering directory `/home/cic/Prj/gnuradio-3.2.2/gruel/src/include'
> make[5]: Nothing to be done for `all-am'.
> make[5]: Leaving directory `/home/cic/Prj/gnuradio-3.2.2/gruel/src/include'
> make[4]: Leaving directory `/home/cic/Prj/gnuradio-3.2.2/gruel/src/include'
> Making all in lib
> make[4]: Entering directory `/home/cic/Prj/gnuradio-3.2.2/gruel/src/lib'
> /bin/bash ../../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I.
> -I../../..  -DOMNITHREAD_POSIX=1 -I/usr/include
> -I/home/cic/Prj/gnuradio-3.2.2/gruel/src/include
> -I/home/cic/Prj/gnuradio-3.2.2/gruel/src/include  -Wall -Woverloaded-virtual
> -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp  -MT realtime.lo
> -MD -MP -MF .deps/realtime.Tpo -c -o realtime.lo realtime.cc
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -DOMNITHREAD_POSIX=1
> -I/usr/include -I/home/cic/Prj/gnuradio-3.2.2/gruel/src/include
> -I/home/cic/Prj/gnuradio-3.2.2/gruel/src/include -Wall -Woverloaded-virtual
> -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -MT realtime.lo
> -MD -MP -MF .deps/realtime.Tpo -c realtime.cc  -fPIC -DPIC -o .libs/realtime.o
> cc1plus: error: realtime.cc: Input/output error
> g++: Internal error: Segmentation fault (program cc1plus)
> Please submit a full bug report.
> See<http://gcc.gnu.org/bugs.html>  for instructions.
> make[4]: *** [realtime.lo] Error 1
> make[4]: Leaving directory `/home/cic/Prj/gnuradio-3.2.2/gruel/src/lib'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/home/cic/Prj/gnuradio-3.2.2/gruel/src'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/cic/Prj/gnuradio-3.2.2/gruel'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/cic/Prj/gnuradio-3.2.2'
> make: *** [all] Error 2
> -------------------------------------------------------------------------------
>
> But I am using the latest g++.4.3.3-r19.1.6 installed by opkg,
>
> what's the reason of this g++ error, and how to fix it?
>
> Thanks
>
> Zhen
>
>
>
>
>
>
>
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

 
reply via email to

[Prev in Thread] Current Thread [Next in Thread]