On Wed, Oct 1, 2014 at 7:30 PM, Achilleas Anastasopoulos <anastas@umich.edu> wrote:
thanksFrom the latest master, when I run one of the examples in gr-trellis/examples/grc,does not evaluate...
the value of the parameter "prefix" which is set to @FSM_FILE_INSTALL_DIR@Can someone confirm?Is there something I should do to set it?
Achilleas
It's actually designed that way. It was originally hard-coded to your home directory :)
There's no way (right now in GRC) to make this dynamic or not an absolute path. So whatever we do, we had to change that path to where the actual FSM files are located. On the other hand, if you use the installed examples (/usr/local/share/gnuradio/example/trellis), these values are set properly during cmake to the installed path directories.
Tom
No comments:
Post a Comment