GithubHelp home page GithubHelp logo

Comments (4)

gcurzi avatar gcurzi commented on June 11, 2024

Hello everyone, I have more or less the same issue.
I have decode_rs_general from gr-satellites working. However when I try to build my own OOT block for a custom RS decoder I have the same error. With some debug I realized that the problem concerns indeed libfec. I obtain that error whenever I try to call either "decode_rs_char" or "init_rs_char" from libfec.

As further detail, I include the library as extern "C"{} in my source code of the block.
Installation gave no warnings, Is there some installation trick i missed?
Thoughts are super welcome also here!

from gr-satellites.

daniestevez avatar daniestevez commented on June 11, 2024

Hi Chris,

To me this looks as a problem with SWIG. If SWIG is not installed properly, then Python bindings for the C++ blocks will not be compiled properly, giving this sort of errors.

Could you check the compile log (especially during cmake) for any errors or warnings regarding SWIG?

from gr-satellites.

cpbridges avatar cpbridges commented on June 11, 2024

Yup - good spot. My cmake says:

-- Checking for module SWIG
-- Disabling SWIG because version check failed.

sudo apt-get install swig got me:

-- Checking for module SWIG
-- Found SWIG version 3.0.10.
-- Found SWIG: /usr/bin/swig3.0 

Will keep you posted on this. 73s C

from gr-satellites.

cpbridges avatar cpbridges commented on June 11, 2024

Resolved! Thanks Dani. 73s

from gr-satellites.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.