discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] error


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] error
Date: Fri, 7 Jan 2005 14:16:32 -0800
User-agent: Mutt/1.5.6i

On Fri, Jan 07, 2005 at 04:45:59PM -0300, Diogo Barros wrote:
> 
>    Did anybody know what this error means? I having it
> when I try to compile gnuradio from cvs.
> 
> Making check in tests
> make[2]: Entering directory
> `/home/kurumin/cvs/gnuradio-core-2.3/src/tests'
> make  check-TESTS
> make[3]: Entering directory
> `/home/kurumin/cvs/gnuradio-core-2.3/src/tests'
> FAIL: test_all
> ===================
> 1 of 1 tests failed
> ===================
> make[3]: ** [check-TESTS] Erro 1
> make[3]: Leaving directory
> `/home/kurumin/cvs/gnuradio-core-2.3/src/tests'
> make[2]: ** [check-am] Erro 2
> make[2]: Leaving directory
> `/home/kurumin/cvs/gnuradio-core-2.3/src/tests'
> make[1]: ** [check-recursive] Erro 1
> make[1]: Leaving directory
> `/home/kurumin/cvs/gnuradio-core-2.3/src'
> make: ** [check-recursive] Erro 1

chdir to src/tests and run test_all from the command line.
It should give a bit more info.

  $ cd .../src/tests
  $ ./test_all

If it's failing in test_vmcircbuf, this is probably the g++ problem.
There's a particular version of g++ 3.3.x for x86 that has a bug we
trigger.  The symptom is a SIGSEGV or SIGBUS in ./test_vmcircbuf (and
./test_all)  If this is your symptom, the fix is to either move
forward to g++ 3.4 or back to 3.2

Eric




reply via email to

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