开发者

GNU Radio build error

开发者 https://www.devze.com 2023-03-28 16:53 出处:网络
I am trying to build GNU Radio. But I am getting the following error when I am trying to run make. I followed the steps mentioned in README.buildi开发者_StackOverflow社区ng-boost

I am trying to build GNU Radio. But I am getting the following error when I am trying to run make.

I followed the steps mentioned in README.buildi开发者_StackOverflow社区ng-boost

$ export LD_LIBRARY_PATH=$BOOST_PREFIX/lib

$ cd <path-to-top-of-gnuradio-tree>
$ ./bootstrap
$ ./configure --with-boost=$BOOST_PREFIX  # plus whatever config args you usually use

But when I run make, I get this error :

/usr/local/lib/libgruel-3.4.1git.so.0: undefined reference to `boost::thread::start_thread()'

I wrote a simple program using Boost Thread and was able to compile and run it.

Any idea how to fix the build issue?


I know this is an old question, but if you use Ubuntu, then use this script: www.sbrac.org/files/build-gnuradio

it works really good, you may have to run it 2 times to get everything working, but it saves a lot of time fixing the problems of dependency like the one you were dealing with.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号