Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not able to compile with GNURadio 3.7 #1

Open
patel999jay opened this issue Jun 23, 2020 · 1 comment
Open

not able to compile with GNURadio 3.7 #1

patel999jay opened this issue Jun 23, 2020 · 1 comment

Comments

@patel999jay
Copy link

Hi,

I am trying to build gr-uwspr module with GNURadio 3.7 on Ubuntu 16, but could not be able to build it. Here is Error Snippet.

jay@jay-Inspiron-5459:~/gr-uwspr/build$ sudo make
[sudo] password for jay: 
Scanning dependencies of target gnuradio-uwspr
[  3%] Building CXX object lib/CMakeFiles/gnuradio-uwspr.dir/helpers.cc.o
[  6%] Building CXX object lib/CMakeFiles/gnuradio-uwspr.dir/c2file_source_impl.cc.o
[ 10%] Building CXX object lib/CMakeFiles/gnuradio-uwspr.dir/Fano.cc.o
[ 13%] Building C object lib/CMakeFiles/gnuradio-uwspr.dir/tab.c.o
[ 17%] Building CXX object lib/CMakeFiles/gnuradio-uwspr.dir/WSPR_unpacker_impl.cc.o
[ 20%] Building CXX object lib/CMakeFiles/gnuradio-uwspr.dir/sync_and_demodulate_impl.cc.o
[ 24%] Building CXX object lib/CMakeFiles/gnuradio-uwspr.dir/slm.cc.o
/home/jay/gr-uwspr/lib/slm.cc: In member function ‘float gr::uwspr::SLM::slmFrequencyDrift(gr::uwspr::mode_nonlinear, float, float)’:
/home/jay/gr-uwspr/lib/slm.cc:60:10: error: ‘abs’ was not declared in this scope
          );
          ^
lib/CMakeFiles/-uwspr.dir/build.make:206: recipe for target 'lib/CMakeFiles/gnuradio-uwspr.dir/slm.cc.o' failed
make[2]: *** [lib/CMakeFiles/gnuradio-uwspr.dir/slm.cc.o] Error 1
CMakeFiles/Makefile2:135: recipe for target 'lib/CMakeFiles/gnuradio-uwspr.dir/all' failed
make[1]: *** [lib/CMakeFiles/gnuradio-uwspr.dir/all] Error 2
Makefile:138: recipe for target 'all' failed
make: *** [all] Error 2

Can you please point me in the right direction ?

Thanks.

@patel999jay
Copy link
Author

#2 Updated Dependencies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant