Sorry for replying to my own email.
Update: The last version in the svn (
https://svn.code.sf.net/p/gnss-sdr/code/trunk/ ) compiles and works fine
with gnuradio 3.7.5.1 / UHD.
So, I think its an GNSS SDR issue and any help to move to "bleeding-edge"
is appreciated.
On Fri, Nov 21, 2014 at 12:10 PM, Aanjhan Ranganathan <aa...@gm...>
wrote:
> Hi,
>
> GNSS SDR master used to work well a couple of months back and for some
> reason (upgraded to a new laptop to 14.10 Ubuntu) I did a git pull and
> found myself stuck with a system that either does not compile or fails to
> find the modules. I dug around a bit and figured out the master branch has
> some bugs w.r.t detecting modules and switched to next branch. Now I don't
> seem to be able to get it compiled.
>
> First, CMakeLists.txt misses the line for gfortran
>
> /usr/lib/gcc/x86_64-linux-gnu/4.9.1 # Ubuntu 14.10
>
> After fixing this, there is a linker error
>
> Linking CXX executable gnss-sdr
> /usr/bin/ld: /home/aanjhan/repos/gnuradio-pybombs/target/lib/libuhd.so:
> undefined reference to symbol 'orc_program_free'
> /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0: error adding symbols: DSO
> missing from command line
> collect2: error: ld returned 1 exit status
> src/main/CMakeFiles/gnss-sdr.dir/build.make:165: recipe for target
> 'src/main/gnss-sdr' failed
> make[2]: *** [src/main/gnss-sdr] Error 1
> CMakeFiles/Makefile2:2270: recipe for target
> 'src/main/CMakeFiles/gnss-sdr.dir/all' failed
> make[1]: *** [src/main/CMakeFiles/gnss-sdr.dir/all] Error 2
> Makefile:123: recipe for target 'all' failed
>
> I am not sure if this is related to GNSS SDR or GNURadio. I disabled ORC
> support in GNURadio and even commented out the section within VOLK GNSS SDR
> for ORC (which was added since I last pulled). Nothing seems to work. Any
> ideas and suggestions will be helpful.
>
> Worst case, I might try to move back to an older version that worked.
>
> Thanks for the wonderful software.
>
> Cheers!
> Aanjhan
>
|