discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Error whle performing make check for gnuradio-3.2


From: Somya Ajmera
Subject: Re: [Discuss-gnuradio] Error whle performing make check for gnuradio-3.2
Date: Wed, 25 Mar 2009 20:19:58 -0700 (PDT)

Hi Michael, thanks for replying. I did the following as suggested by you, but now it is giving me the following error:

Making all in lib
make[4]: Entering directory `/home/somya/gnuradio-3.2rc1/mblock/src/lib'
GUILE_LOAD_PATH="/home/somya/gnuradio-3.2rc1/pmt/src/scheme:/home/somya/gnuradio-3.2rc1/mblock/src/scheme" /usr/bin/guile -e main -s ../../../mblock/src/scheme/gnuradio/compile-mbh.scm ./qa_bitset.mbh qa_bitset_mbh.cc
ERROR: no code for module (gnuradio macros-etc)
make[4]: *** [qa_bitset_mbh.cc] Error 1
make[4]: Leaving directory `/home/somya/gnuradio-3.2rc1/mblock/src/lib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/somya/gnuradio-3.2rc1/mblock/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/somya/gnuradio-3.2rc1/mblock'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/somya/gnuradio-3.2rc1'
make: *** [all] Error 2
address@hidden gnuradio-3.2rc1]#

What should I do for this?

Thanks & Regards,
Somya Ajmera

From: Michael Dickens <address@hidden>
To: Somya Ajmera <address@hidden>
Cc: address@hidden
Sent: Tuesday, March 24, 2009 7:38:56
Subject: Re: [Discuss-gnuradio] Error whle performing make check for gnuradio-3.2

Hi Somya - This bug has been fixed in the trunk in r10624 and 3.2 trunk release, but is not part of the 3.2rc1 tarball.  The fix is to add the line

      d_vlen (vlen)

to the file

      gnuradio-core/src/lib/gengen/gr_sub_XX.cc.t

right after the line

      gr_make_io_signature (1,  1, sizeof (@O_TYPE@)*vlen))

and add a comma (',') after the gr_make_io_signature line.  Once you've done that, the tarball should work.  You can also upgrade to using the trunk instead of the tarball, until 3.2rc2 comes out. - MLD


Get your preferred Email name!
Now you can @ymail.com and @rocketmail.com.
reply via email to

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