[Discuss-gnuradio] (Build Problem) "make test" Failures - When Would This Problematic, and What Should I Attempt to Correct This?

2017-01-19 Thread Kyeong Su Shin
Hello everyone: I am building GNURadio 3.7.9 (or 3.7.10, either works for me) on a CentOS 7 machine. It will be installed to a local directory, and is being built without using yum or PyBombs as I do not have the root privilege (shared machine - I did get a permission to install this on the machin

Re: [Discuss-gnuradio] Build problem on E100

2011-11-09 Thread Josh Blum
o-bounces+sean.nowlan=gtri.gatech@gnu.org > [mailto:discuss-gnuradio-bounces+sean.nowlan=gtri.gatech@gnu.org] On > Behalf Of Josh Blum > Sent: Wednesday, November 09, 2011 7:49 PM > To: discuss-gnuradio@gnu.org > Subject: Re: [Discuss-gnuradio] Build problem on E100 > > > &g

Re: [Discuss-gnuradio] Build problem on E100

2011-11-09 Thread Nowlan, Sean
ean.nowlan=gtri.gatech@gnu.org] On Behalf Of Josh Blum Sent: Wednesday, November 09, 2011 7:49 PM To: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Build problem on E100 On 11/09/2011 02:57 PM, Nowlan, Sean wrote: > I tried it again (without the typo) and it failed in the same manner

Re: [Discuss-gnuradio] Build problem on E100

2011-11-09 Thread Josh Blum
On 11/09/2011 02:57 PM, Nowlan, Sean wrote: > I tried it again (without the typo) and it failed in the same manner. For > some reason the C_FLAGS are not being picked up. Any ideas? > > $cmake > -DCMAKE_TOOLCHAIN_FILE=/home/root/gnuradio/cmake/Toolchains/arm_cortex_a8_native.cmake > ../ >

Re: [Discuss-gnuradio] Build problem on E100

2011-11-09 Thread Nowlan, Sean
io-core.dir/all] Error 2 make[1]: Leaving directory `/home/root/gnuradio/build' make: *** [all] Error 2 --Sean -Original Message- From: Philip Balister [mailto:phi...@balister.org] Sent: Wednesday, November 09, 2011 11:37 AM To: Nowlan, Sean Subject: Re: [Discuss-gnuradio] Build pr

Re: [Discuss-gnuradio] Build problem on E100

2011-11-09 Thread Nowlan, Sean
g] On Behalf Of Josh Blum Sent: Wednesday, November 09, 2011 9:25 AM To: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Build problem on E100 : > > $ cmake > -DCMAKE_TOOLCHAIN_DIR=../cmake/Toolchains/arm_cortex_a8_native.cmake > -DENABLE_GRC=OFF -DEN

Re: [Discuss-gnuradio] Build problem on E100

2011-11-09 Thread Josh Blum
: > > $ cmake > -DCMAKE_TOOLCHAIN_DIR=../cmake/Toolchains/arm_cortex_a8_native.cmake > -DENABLE_GRC=OFF -DENABLE_GR_QTGUI=OFF > -DQT_QTCORE_INCLUDE_DIR=/usr/include/qt4/QtCore > -DQT_QTGUI_INCLUDE_DIR=/usr/include/qt4/QtGui ../ > The all-important arm-neon flags were not set. See:

Re: [Discuss-gnuradio] Build problem on E100

2011-11-09 Thread Philip Balister
On 11/09/2011 03:18 AM, Nowlan, Sean wrote: > For some reason the ARM Assembler doesn't like the NEON instructions in > dotprod_fff_armv7_a.c: > > [ 9%] Building C object > gnuradio-core/src/lib/CMakeFiles/gnuradio-core.dir/filter/dotprod_fff_armv7_a.c.o > /tmp/ccAcWVL4.s: 27: Error: bad inst

[Discuss-gnuradio] Build problem on E100

2011-11-09 Thread Nowlan, Sean
For some reason the ARM Assembler doesn't like the NEON instructions in dotprod_fff_armv7_a.c: [ 9%] Building C object gnuradio-core/src/lib/CMakeFiles/gnuradio-core.dir/filter/dotprod_fff_armv7_a.c.o /tmp/ccAcWVL4.s: 27: Error: bad instruction `vmov.f32 q8,#0.0' /tmp/ccAcWVL4.s: 28: Error: b

[Discuss-gnuradio] Build Problem - Ubuntu 8.04

2010-01-28 Thread sri ram
Hello, I am installing GNURadio code from the trunk using git on a laptop running Ubuntu 8.04 and have some build problems. I follow the instruction for installing the code given in the wiki. i.e installing the required software using sudo apt-get, installing boost_1_37. Then I do ./boot

[Discuss-gnuradio] Build Problem

2008-09-16 Thread Anthony V
I'm trying to build from the trunk. I'm able to configure and make without any problems, but when I try to make install I get an error on this line: /usr/bin/install -c -m 644 ../../README.hacking -3.1svn with the error stating that -3 is not a valid argument. It turns out that -3.1svn is a folder

Re: [Discuss-gnuradio] Build problem (from SVN)

2007-05-29 Thread matt . nottingham
Eric Blossom writes: > On Tue, May 29, 2007 at 08:38:16PM +0100, [EMAIL PROTECTED] wrote: > > > > > > > > Just to confirm that a new checkout and configure did not help. > > > > > > > > Any other suggestions? > > > > > > > > Thanks, > > > > > > > > Matt > > > > > > Try add

Re: [Discuss-gnuradio] Build problem (from SVN)

2007-05-29 Thread Eric Blossom
On Tue, May 29, 2007 at 08:38:16PM +0100, [EMAIL PROTECTED] wrote: > > > > > > Just to confirm that a new checkout and configure did not help. > > > > > > Any other suggestions? > > > > > > Thanks, > > > > > > Matt > > > > Try adding /usr/local/lib64 to ld.so.conf in addition to > >

Re: [Discuss-gnuradio] Build problem (from SVN)

2007-05-29 Thread matt . nottingham
Eric Blossom writes: > On Mon, May 28, 2007 at 06:52:23PM +0100, [EMAIL PROTECTED] wrote: > > [EMAIL PROTECTED] writes: > > > Eric Blossom writes: > > > > On Mon, May 28, 2007 at 10:15:35AM +0100, [EMAIL PROTECTED] wrote: > > > > > > > > > > Hi, > > > > > > > > > > I don't seem

Re: [Discuss-gnuradio] Build problem (from SVN)

2007-05-29 Thread Eric Blossom
On Mon, May 28, 2007 at 06:52:23PM +0100, [EMAIL PROTECTED] wrote: > [EMAIL PROTECTED] writes: > > Eric Blossom writes: > > > On Mon, May 28, 2007 at 10:15:35AM +0100, [EMAIL PROTECTED] wrote: > > > > > > > > Hi, > > > > > > > > I don't seem able to build GnuRadio. I hecked out a copy

Re: [Discuss-gnuradio] Build problem (from SVN)

2007-05-28 Thread matt . nottingham
[EMAIL PROTECTED] writes: > Eric Blossom writes: > > On Mon, May 28, 2007 at 10:15:35AM +0100, [EMAIL PROTECTED] wrote: > > > > > > Hi, > > > > > > I don't seem able to build GnuRadio. I hecked out a copy from SVN > > > today and after ./bootstrap, ./configure and then make it fails

Re: [Discuss-gnuradio] Build problem (from SVN)

2007-05-28 Thread matt . nottingham
Eric Blossom writes: > On Mon, May 28, 2007 at 10:15:35AM +0100, [EMAIL PROTECTED] wrote: > > > > Hi, > > > > I don't seem able to build GnuRadio. I hecked out a copy from SVN > > today and after ./bootstrap, ./configure and then make it fails with: > > > > /bin/sh ../../../libtool --tag

Re: [Discuss-gnuradio] Build problem (from SVN)

2007-05-28 Thread Eric Blossom
On Mon, May 28, 2007 at 10:15:35AM +0100, [EMAIL PROTECTED] wrote: > > Hi, > > I don't seem able to build GnuRadio. I hecked out a copy from SVN > today and after ./bootstrap, ./configure and then make it fails with: > > /bin/sh ../../../libtool --tag=CXX --mode=link g++ -g -O2 -Wall > -Woverlo

[Discuss-gnuradio] Build problem (from SVN)

2007-05-28 Thread matt . nottingham
Hi, I don't seem able to build GnuRadio. I hecked out a copy from SVN today and after ./bootstrap, ./configure and then make it fails with: /bin/sh ../../../libtool --tag=CXX --mode=link g++ -g -O2 -Wall -Woverloaded-virtual -pthread -o libmblock-qa.la -rpath /usr/local/lib -avoid-version q

Re: [Discuss-gnuradio] build problem

2005-11-21 Thread Eric Blossom
On Mon, Nov 21, 2005 at 04:59:32PM -0600, LRK wrote: > On Mon, Nov 21, 2005 at 02:32:44PM -0800, Eric Blossom wrote: > > > > > I ran the test_general script by hand after editing and make'ing in > src/lib. After building in src/lib, did you make in src/test? > Best I could tell the tests/.libs/

Re: [Discuss-gnuradio] build problem

2005-11-21 Thread LRK
On Mon, Nov 21, 2005 at 02:32:44PM -0800, Eric Blossom wrote: > > > > I if'ed out the actual code so it definitely failed just allocating the > > space. Was a bit confusing trying to find this since it seems to use > > the old installed /usr/gr/local/lib/gnuradio* libraries in preference > > to t

Re: [Discuss-gnuradio] build problem

2005-11-21 Thread Eric Blossom
On Mon, Nov 21, 2005 at 04:21:52PM -0600, LRK wrote: > On Mon, Nov 21, 2005 at 01:46:24PM -0800, Eric Blossom wrote: > > > > I think the problem is that your "upgrade" somehow changed the default > > maximum stack size. The QA code is only allocating 1.6MB on the stack. > > > > What does > > >

Re: [Discuss-gnuradio] build problem

2005-11-21 Thread LRK
On Mon, Nov 21, 2005 at 01:46:24PM -0800, Eric Blossom wrote: > > I think the problem is that your "upgrade" somehow changed the default > maximum stack size. The QA code is only allocating 1.6MB on the stack. > > What does > > $ ulimit -s > > say? 65536 (kbytes) I if'ed out the actual

Re: [Discuss-gnuradio] build problem

2005-11-21 Thread Eric Blossom
On Mon, Nov 21, 2005 at 02:43:34PM -0600, LRK wrote: > > Seems like every time I upgrade something, something breaks. I'm not > sure what causes this but building from CVS gives me a "segmentation > fault" during "make check" in gnuradio-core. > > I tracked it down to large blocks being allocated

[Discuss-gnuradio] build problem

2005-11-21 Thread LRK
Seems like every time I upgrade something, something breaks. I'm not sure what causes this but building from CVS gives me a "segmentation fault" during "make check" in gnuradio-core. I tracked it down to large blocks being allocated in two of the tests. This is being compiled with gcc 3.4.2 under

[Discuss-gnuradio] Build problem and workaround: libgnuradio-core-qa

2005-08-03 Thread Jonathan Jacky
I ran into a problem building gnuradio-core from CVS (checked out 1-Aug-2005) on Mac OS X 10.3.8 "Panther". I also found a workaround. The make step failed at linking libgnuradio-core-qa. The error messages indicated there were multiple definitions of some symbols (I've included the exact erro