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

please add gnuradio 3.8.1 support #15

Open
5l1v3r1 opened this issue Jul 11, 2020 · 0 comments
Open

please add gnuradio 3.8.1 support #15

5l1v3r1 opened this issue Jul 11, 2020 · 0 comments

Comments

@5l1v3r1
Copy link

5l1v3r1 commented Jul 11, 2020

gr-wxgui is removed from gnuradio (AiS_TX.py not working at all with the workaround of Fix this by replacing the from gnuradio.gr import firdes with from gnuradio.filter import firdes) and even compilation with python 2.7 is not possible and giving this error:

cmake .. -Wno-dev -DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2.7 -DPYTHON_INCLUDE_DIR:PATH=/usr/include/python2.7 -DPYTHON_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libpython2.7.so
-- The CXX compiler identification is GNU 8.4.0
-- The C compiler identification is GNU 8.4.0
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Build type not specified: defaulting to release.
-- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.71.0/BoostConfig.cmake (found suitable version "1.71.0", minimum required is "1.35") found components: filesystem system
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2")
-- Checking for module 'gnuradio-runtime'
-- Found gnuradio-runtime, version 3.8.1
-- Found GNURADIO_RUNTIME: /usr/lib/x86_64-linux-gnu/libgnuradio-runtime.so
-- Checking for module 'cppunit'
-- Found cppunit, version 1.15.1
-- Found CPPUNIT: /usr/lib/x86_64-linux-gnu/libcppunit.so;dl
-- Found SWIG: /usr/bin/swig4.0 (found version "4.0.1")
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found version "2.7.18")
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.17") found components: doxygen dot
-- Configuring done
-- Generating done
-- Build files have been written to: /root/Desktop/ais/gr-aistx/build
┌─[root@kali]─[~/Desktop/ais/gr-aistx/build]
└──╼ #make -j4
Scanning dependencies of target pygen_swig_a705c
Scanning dependencies of target _AISTX_swig_doc_tag
Scanning dependencies of target _AISTX_swig_swig_tag
make[2]: *** No rule to make target 'swig/AISTX_swig.py', needed by 'swig/AISTX_swig.pyc'. Durdu.
make[1]: *** [CMakeFiles/Makefile2:311: swig/CMakeFiles/pygen_swig_a705c.dir/all] Error 2
make[1]: *** Bitmemiş işler için bekliyor....
Scanning dependencies of target gnuradio-AISTX
[ 4%] Building CXX object swig/CMakeFiles/_AISTX_swig_swig_tag.dir/_AISTX_swig_swig_tag.cpp.o
[ 9%] Building CXX object swig/CMakeFiles/_AISTX_swig_doc_tag.dir/_AISTX_swig_doc_tag.cpp.o
[ 14%] Building CXX object lib/CMakeFiles/gnuradio-AISTX.dir/Build_Frame_impl.cc.o
[ 19%] Building CXX object lib/CMakeFiles/gnuradio-AISTX.dir/nrz_to_nrzi_impl.cc.o
[ 23%] Linking CXX executable _AISTX_swig_swig_tag
[ 28%] Linking CXX executable _AISTX_swig_doc_tag
[ 28%] Built target _AISTX_swig_swig_tag
[ 28%] Built target _AISTX_swig_doc_tag
[ 33%] Building CXX object lib/CMakeFiles/gnuradio-AISTX.dir/DebugME_impl.cc.o
[ 38%] Linking CXX shared library libgnuradio-AISTX.so
[ 38%] Built target gnuradio-AISTX
make: *** [Makefile:141: all] Error 2

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