I have a flow-graph:
https://www.cgran.org/svn/projects/simple_ra
It comes with a makefile, which sets up PYTHONPATH, and calls grcc -d
That grcc -d consistently fails (“Error during compilation”)
Yet, when I bring the graph into interactive GRC, it’s fine, I can
compile it, and run it, no problem.
There’s clearly a bug in grcc, but without it producing any errors (it
only does that for interactive calls to grc), it’s really hard to figure
out
what exactly it’s upset about during grcc, and whether that’s “real”,
or a bug in grcc.
3.7.6git-183-g6e3fbfd5
But also happens on current “maint” as well.
–
Marcus L.
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
On 11/06/2014 04:39 PM, Marcus D. Leech wrote:
There’s clearly a bug in grcc, but without it producing any errors (it
only does that for interactive calls to grc), it’s really hard to figure out
what exactly it’s upset about during grcc, and whether that’s “real”,
or a bug in grcc.
3.7.6git-183-g6e3fbfd5
But also happens on current “maint” as well.
Same here. I pushed a fix to
https://github.com/gnuradio/gnuradio-wg-grc/tree/maint_grcwg
I also added a more detailed error message to grcc (on branch
master_grcwg of the same repo)
Sebastian
–
Karlsruhe Institute of Technology (KIT)
Communications Engineering Lab (CEL)
Dipl.-Ing. Sebastian Koslowski
Research Associate
Kaiserstraße 12
Building 05.01
76131 Karlsruhe, Germany
Phone: +49 721 608-46275
Fax: +49 721 608-46071
Email: [email protected]
Web: http://www.cel.kit.edu/
KIT – University of the State of Baden-Wuerttemberg and National
Research Center of the Helmholtz Association
On 11/06/2014 12:09 PM, Koslowski, Sebastian (CEL) wrote:
compile it, and run it, no problem.
https://github.com/gnuradio/gnuradio-wg-grc/tree/maint_grcwg
I also added a more detailed error message to grcc (on branch
master_grcwg of the same repo)
Sebastian
Thanks.
–
Marcus L.
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
On 11/06/2014 02:43 PM, Johnathan C. wrote:
On 11/06/2014 09:09 AM, Koslowski, Sebastian (CEL) wrote:
Same here. I pushed a fix to
https://github.com/gnuradio/gnuradio-wg-grc/tree/maint_grcwg
I also added a more detailed error message to grcc (on branch
master_grcwg of the same repo)
These have been merged into mainline.
Groovy. My build+test of the grcwg branch just finished, and it works
just fine now.
Thanks!
–
Marcus L.
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
On 11/06/2014 02:43 PM, Johnathan C. wrote:
On 11/06/2014 09:09 AM, Koslowski, Sebastian (CEL) wrote:
Same here. I pushed a fix to
https://github.com/gnuradio/gnuradio-wg-grc/tree/maint_grcwg
I also added a more detailed error message to grcc (on branch
master_grcwg of the same repo)
These have been merged into mainline.
OK, thanks.
Just tested the master_grcwg branch, and it appears to fix my problem.
–
Marcus L.
Principal Investigator
Shirleys Bay Radio Astronomy Consortium