Hi Shahnaz,
Could you run the install step again but with the verbose flag (-v)?
$ pybombs [-p myprefix] install gnuradio gr-osmosdr -v
It might produce more helpful debugging information. Can you post the relevant output here when it hits the error?
-Trip
On Wed, Apr 20, 2016 at 9:12 PM, Shahnaz Shirazi <shshiraz@eng.ucsd.edu> wrote:
Hi All,I'm trying to install Gnu radio through Pybombs.I followed the steps from instruction as listed below without error until step 4.Quickstart
For the impatient:
- Install PyBOMBS as per the previous section
Add a list of recipes, e.g. by running
$ pybombs recipes add gr-recipes git+https://github.com/gnuradio/gr-recipes.git $ pybombs recipes add gr-etcetera git+https://github.com/gnuradio/gr-etcetera.gitCreate a prefix (a place to store your local installation):
$ pybombs prefix init /path/to/prefix -a myprefixAll commands after this will use
myprefixas the default prefix. You can change the default prefix later by runningpybombs config default_prefix NEWPREFIXStart installing:
$ pybombs [-p myprefix] install gnuradio gr-osmosdrAfter step 4 I'm getting the below error:CMake Error: The source directory "/home/shahnaz/Lab3/src/osmo-sdr" does not appear to contain CMakeLists.txt.Specify --help for usage, or press the help button on the CMake GUI.PyBombs.monitor_process() - DEBUG - Thread signaled termination or returnedPyBombs.monitor_process() - DEBUG - Return value: 1PyBombs.Packager.source - ERROR - Problem occurred while building package osmo-sdr:Process returned value: 1PyBombs.install - ERROR - Error installing package osmo-sdr. Aborting.I don't know why the osmo-sdr folder is not getting build correctly.when I look at the folder the Cmake file is under "/home/shahnaz/Lab3/src/osmo-sdr/software/libosmosdr" subfler not in the main folder.Did some one now how can I fix it?Thanks,shahnaz
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
No comments:
Post a Comment