GithubHelp home page GithubHelp logo

Comments (4)

daniestevez avatar daniestevez commented on June 11, 2024

Hi,
gr-satellites need at least version 2.9 of construct. You're using an older version (2.8). This is what is causing your problem. Please try to update your construct version.

from gr-satellites.

df7cb avatar df7cb commented on June 11, 2024

Sorry, looks like I was totally misreading the requirements wrt construct.
qo100.grc compiles now, but still doesn't work (master at 3eb2c50):

build $ grcc -d . ../apps/qo100.grc 
build $ ./qo100.py 
gr::log :DEBUG: correlate_access_code_tag_bb0 - Access code: 3915ed30
gr::log :DEBUG: correlate_access_code_tag_bb0 - Mask: ffffffff
gr::log :DEBUG: correlate_access_code_tag_bb1 - Access code: 3915ed30
gr::log :DEBUG: correlate_access_code_tag_bb1 - Mask: ffffffff
Traceback (most recent call last):
  File "./qo100.py", line 263, in <module>
    main()
  File "./qo100.py", line 257, in main
    tb = top_block_cls(bfo=options.bfo, callsign=options.callsign, ip=options.ip, latitude=options.latitude, longitude=options.longitude, port=options.port, recstart=options.recstart)
  File "./qo100.py", line 75, in __init__
    self.satellites_ao40_fec_decoder_soft_0_0 = satellites_ao40_fec_decoder_soft()
  File "/home/myon/.grc_gnuradio/satellites_ao40_fec_decoder_soft.py", line 43, in __init__
    self.satellites_ao40_syncframe_soft_0 = satellites.ao40_syncframe_soft(8)
AttributeError: 'module' object has no attribute 'ao40_syncframe_soft'

There were no errors when doing ./compile_hierarchical.sh before that step.

from gr-satellites.

daniestevez avatar daniestevez commented on June 11, 2024

This is most likely a problem with SWIG. Please compile (cmake .. && make) again and watch out for errors or warnings regarding SWIG. There is a problem where if SWIG is not detected correctly, the compilation will proceed without stopping, but no C++ blocks will work.

from gr-satellites.

df7cb avatar df7cb commented on June 11, 2024

Works now after installing the swig package. I had seen the message about swig not being available, but since cmake didn't complain, I didn't connect the dots there.
Thanks for bearing with me! πŸ‘

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.