回复: build error when making gnuradio 3.2 on Angstrom/OE

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 B. [email protected]
ռˣ Zhen [email protected]
ڣ 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[2]: Entering directory /home/cic/Prj/gnuradio-3.2.2/gruel' make[6]: Nothing to be done for all-am’.
/bin/bash …/…/…/libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
cc1plus: error: realtime.cc: Input/output error
make[1]: Leaving directory `/home/cic/Prj/gnuradio-3.2.2’
make: *** [all] Error 2