Git Product home page Git Product logo

Comments (9)

JvanKatwijk avatar JvanKatwijk commented on September 25, 2024

from dab-cmdline.

andimik avatar andimik commented on September 25, 2024

I see. No, just dab-cmdline for wave, airspy and rtl_sdr.

Will test it in the next days.

from dab-cmdline.

andimik avatar andimik commented on September 25, 2024

I'll give up.

Have installed the library with

cd dab-cmdline/
cd library/
mkdir build
cd build/
cmake .. -DDABSTICK=ON -DRTLTCP=ON -DSPECTRUM=ON -DAIRSPY=ON
make
sudo make install

then I went to the simple-dab folder, but added QMAKE_CXXFLAGS += -std=c++11 to simple-dab.pro and then tried to build it

cd ..
cd simple-dab/
mkdir build
cd build/
qmake ..
make

It failed again with

/usr/bin/ld: linux-bin/simpleDab: hidden symbol `_ZN13deviceHandler12set_autogainEb' in /tmp/ccd8DNeV.ltrans2.ltrans.o is referenced by DSO
/usr/bin/ld: final link failed: Ungültiger Wert
collect2: error: ld returned 1 exit status
Makefile:185: die Regel für Ziel „linux-bin/simpleDab“ scheiterte
make: *** [linux-bin/simpleDab] Fehler 1

Even a sudo ldconfig does not help me.

This is Ubuntu 16.04 LTS

from dab-cmdline.

JvanKatwijk avatar JvanKatwijk commented on September 25, 2024

from dab-cmdline.

andimik avatar andimik commented on September 25, 2024

I tried to build it again.

Now it works, but the message in simpleDAB is now Sorry, no device found, although I've added this in the library:

~/dab-cmdline/library/build$ cmake .. -DDABSTICK=ON -DRTLTCP=ON -DSPECTRUM=ON -DAIRSPY=ON -DRAWFILES=ON

-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- 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 - doneCK
-- Detecting C compile features
-- Detecting C compile features - done
-- 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
-- Build type not specified: defaulting to release.
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") 
-- Checking for module 'fftw3f >= 3.0'
--   Found fftw3f , version 3.3.4
-- Found FFTW3F: /usr/lib/x86_64-linux-gnu/libfftw3f.so  
-- Found zlib: 
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    AIRSPY
    DABSTICK
    RAWFILES
    RTLTCP
    SPECTRUM


-- Build files have been written to: /home/andreas/dab-cmdline/library/build

See the sentence:

were not used

Does the library accept rawfiles or wavefiles?

from dab-cmdline.

JvanKatwijk avatar JvanKatwijk commented on September 25, 2024

from dab-cmdline.

andimik avatar andimik commented on September 25, 2024

I see. I thought this is a very rudimentary version of qt-dab for laptops with less power.

from dab-cmdline.

JvanKatwijk avatar JvanKatwijk commented on September 25, 2024

from dab-cmdline.

JvanKatwijk avatar JvanKatwijk commented on September 25, 2024

from dab-cmdline.

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.