JvanKatwijk / qt-dab

Qt-DAB, a general software DAB (DAB+) decoder with a (slight) focus on showing the signal
http://www.sdr-j.tk
GNU General Public License v2.0
296 stars 61 forks source link

Build error with qt 5.10 on a raspberry pi 3 #102

Closed jbouwh closed 4 years ago

jbouwh commented 6 years ago

/usr/lib/arm-linux-gnueabihf/libQt5OpenGL.so.5: undefined reference to `qTriangulate(QVectorPath const&, QTransform const&, double)@Qt_5_PRIVATE_API' collect2: error: ld returned 1 exit status Makefile:556: recept voor doel 'linux-bin/qt-dab-1.0-alpha' is mislukt make: *** [linux-bin/qt-dab-1.0-alpha] Fout 1

At link state the qTriangulate methos is not present in lib QtOpenGL.so the compilation succeeds

JvanKatwijk commented 6 years ago

Thanks for the report. Can you be slightly more precise on the command sequence applied to reach this result? I.e. qmake/cmake, qt-dab.pro or CMakeLists.txt file). I just ran a quick test on am RPI3 (Stretch, using qmake), which ran fine

2018-04-19 19:17 GMT+02:00 Jan Bouwhuis notifications@github.com:

/usr/lib/arm-linux-gnueabihf/libQt5OpenGL.so.5: undefined reference to `qTriangulate(QVectorPath const&, QTransform const&, double)@Qt_5_PRIVATE_API' collect2: error: ld returned 1 exit status Makefile:556: recept voor doel 'linux-bin/qt-dab-1.0-alpha' is mislukt make: *** [linux-bin/qt-dab-1.0-alpha] Fout 1

At link state the qTriangulate methos is not present in lib QtOpenGL.so the compilation succeeds

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/qt-dab/issues/102, or mute the thread https://github.com/notifications/unsubscribe-auth/AITzwKa0-a3ScpT0kYSKPeEj-xy5tkOaks5tqMa_gaJpZM4TcLbn .

-- Jan van Katwijk

+31 (0)15 3698980 +31 (0) 628260355

jbouwh commented 6 years ago

I used qmake following a make - j4. I built Qt 5.10 from source.

JvanKatwijk notifications@github.com schreef op 19 april 2018 19:49:15 CEST:

Thanks for the report. Can you be slightly more precise on the command sequence applied to reach this result? I.e. qmake/cmake, qt-dab.pro or CMakeLists.txt file). I just ran a quick test on am RPI3 (Stretch, using qmake), which ran fine

2018-04-19 19:17 GMT+02:00 Jan Bouwhuis notifications@github.com:

/usr/lib/arm-linux-gnueabihf/libQt5OpenGL.so.5: undefined reference to `qTriangulate(QVectorPath const&, QTransform const&, double)@Qt_5_PRIVATE_API' collect2: error: ld returned 1 exit status Makefile:556: recept voor doel 'linux-bin/qt-dab-1.0-alpha' is mislukt make: *** [linux-bin/qt-dab-1.0-alpha] Fout 1

At link state the qTriangulate methos is not present in lib QtOpenGL.so the compilation succeeds

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/qt-dab/issues/102, or mute the thread

https://github.com/notifications/unsubscribe-auth/AITzwKa0-a3ScpT0kYSKPeEj-xy5tkOaks5tqMa_gaJpZM4TcLbn .

-- Jan van Katwijk

+31 (0)15 3698980 +31 (0) 628260355

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/JvanKatwijk/qt-dab/issues/102#issuecomment-382823663

-- Sent from my Android device with K-9 Mail. Please excuse my brevity.

JvanKatwijk commented 6 years ago

Yes, Can you send me the ".pro" file, then I can do a run as you did with the same parameters

2018-04-19 22:22 GMT+02:00 Jan Bouwhuis notifications@github.com:

I used qmake following a make - j4. I built Qt 5.10 from source.

JvanKatwijk notifications@github.com schreef op 19 april 2018 19:49:15 CEST:

Thanks for the report. Can you be slightly more precise on the command sequence applied to reach this result? I.e. qmake/cmake, qt-dab.pro or CMakeLists.txt file). I just ran a quick test on am RPI3 (Stretch, using qmake), which ran fine

2018-04-19 19:17 GMT+02:00 Jan Bouwhuis notifications@github.com:

/usr/lib/arm-linux-gnueabihf/libQt5OpenGL.so.5: undefined reference to `qTriangulate(QVectorPath const&, QTransform const&, double)@Qt_5_PRIVATE_API' collect2: error: ld returned 1 exit status Makefile:556: recept voor doel 'linux-bin/qt-dab-1.0-alpha' is mislukt make: *** [linux-bin/qt-dab-1.0-alpha] Fout 1

At link state the qTriangulate methos is not present in lib QtOpenGL.so the compilation succeeds

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/qt-dab/issues/102, or mute the thread

https://github.com/notifications/unsubscribe- auth/AITzwKa0-a3ScpT0kYSKPeEj-xy5tkOaks5tqMa_gaJpZM4TcLbn .

-- Jan van Katwijk

+31 (0)15 3698980 +31 (0) 628260355

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/JvanKatwijk/qt-dab/issues/102#issuecomment-382823663

-- Sent from my Android device with K-9 Mail. Please excuse my brevity.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/qt-dab/issues/102#issuecomment-382868537, or mute the thread https://github.com/notifications/unsubscribe-auth/AITzwObhL2fjnMECjMt1041Rqu376Tipks5tqPHsgaJpZM4TcLbn .

-- Jan van Katwijk

+31 (0)15 3698980 +31 (0) 628260355

jbouwh commented 6 years ago

I have used the original .pro file from git, without modifications. It seems to be a problem with Qt5.10. See also: https://stackoverflow.com/questions/48156961/qt-migration-5-9-to-5-10-cameraviewfinder-broken Perhaps the qTriangulate could be replaced with some other alternative.

jbouwh commented 6 years ago

I have discovered that opengl qt 5.7.1. library was installed as dependency on qwt-qt5. It seems I have to compile this from source against 5.10.1. Any idea how I can do this?

JvanKatwijk commented 6 years ago

Sorry,no I only use precompiled Qt packages. If you switch off spectrum (and impulse response) in the ".pro" file, you won't need qwt (as is the case with dabradio, no qwt)

2018-04-21 15:24 GMT+02:00 Jan Bouwhuis notifications@github.com:

I have discovered that opengl qt 5.7.1. library was installed as dependency on qwt-qt5. It seems I have to compile this from source against 5.10.1. Any idea how I can do this?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/qt-dab/issues/102#issuecomment-383295466, or mute the thread https://github.com/notifications/unsubscribe-auth/AITzwKtIP_YMhQVUjzKBTvwALOh5ZDcKks5tqzMigaJpZM4TcLbn .

-- Jan van Katwijk

+31 (0)15 3698980 +31 (0) 628260355

jbouwh commented 6 years ago

I am missing qwt in stretch, or are you using http://www.qtrpi.com/home?

JvanKatwijk notifications@github.com schreef op 22 april 2018 20:31:11 CEST:

Sorry,no I only use precompiled Qt packages. If you switch off spectrum (and impulse response) in the ".pro" file, you won't need qwt (as is the case with dabradio, no qwt)

2018-04-21 15:24 GMT+02:00 Jan Bouwhuis notifications@github.com:

I have discovered that opengl qt 5.7.1. library was installed as dependency on qwt-qt5. It seems I have to compile this from source against 5.10.1. Any idea how I can do this?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub

https://github.com/JvanKatwijk/qt-dab/issues/102#issuecomment-383295466, or mute the thread

https://github.com/notifications/unsubscribe-auth/AITzwKtIP_YMhQVUjzKBTvwALOh5ZDcKks5tqzMigaJpZM4TcLbn .

-- Jan van Katwijk

+31 (0)15 3698980 +31 (0) 628260355

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/JvanKatwijk/qt-dab/issues/102#issuecomment-383402254

-- Sent from my Android device with K-9 Mail. Please excuse my brevity.

JvanKatwijk commented 6 years ago

afaik stretch supports qwt, compiled against Qt5

2018-04-23 8:09 GMT+02:00 Jan Bouwhuis notifications@github.com:

I am missing qwt in stretch, or are you using http://www.qtrpi.com/home?

JvanKatwijk notifications@github.com schreef op 22 april 2018 20:31:11 CEST:

Sorry,no I only use precompiled Qt packages. If you switch off spectrum (and impulse response) in the ".pro" file, you won't need qwt (as is the case with dabradio, no qwt)

2018-04-21 15:24 GMT+02:00 Jan Bouwhuis notifications@github.com:

I have discovered that opengl qt 5.7.1. library was installed as dependency on qwt-qt5. It seems I have to compile this from source against 5.10.1. Any idea how I can do this?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub

<https://github.com/JvanKatwijk/qt-dab/issues/102#issuecomment-383295466 , or mute the thread

https://github.com/notifications/unsubscribe-auth/AITzwKtIP_ YMhQVUjzKBTvwALOh5ZDcKks5tqzMigaJpZM4TcLbn .

-- Jan van Katwijk

+31 (0)15 3698980 +31 (0) 628260355

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/JvanKatwijk/qt-dab/issues/102#issuecomment-383402254

-- Sent from my Android device with K-9 Mail. Please excuse my brevity.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/qt-dab/issues/102#issuecomment-383464833, or mute the thread https://github.com/notifications/unsubscribe-auth/AITzwG6LKeimc8j0hVWeTjFv6xyCkommks5trXACgaJpZM4TcLbn .

-- Jan van Katwijk

+31 (0)15 3698980 +31 (0) 628260355

jbouwh commented 6 years ago

so you use the 5.7.1 qt with stretch as a base.

JvanKatwijk notifications@github.com schreef op 23 april 2018 09:26:41 CEST:

afaik stretch supports qwt, compiled against Qt5

2018-04-23 8:09 GMT+02:00 Jan Bouwhuis notifications@github.com:

I am missing qwt in stretch, or are you using http://www.qtrpi.com/home?

JvanKatwijk notifications@github.com schreef op 22 april 2018 20:31:11 CEST:

Sorry,no I only use precompiled Qt packages. If you switch off spectrum (and impulse response) in the ".pro" file, you won't need qwt (as is the case with dabradio, no qwt)

2018-04-21 15:24 GMT+02:00 Jan Bouwhuis notifications@github.com:

I have discovered that opengl qt 5.7.1. library was installed as dependency on qwt-qt5. It seems I have to compile this from source against 5.10.1. Any idea how I can do this?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub

<https://github.com/JvanKatwijk/qt-dab/issues/102#issuecomment-383295466

,

or mute the thread

https://github.com/notifications/unsubscribe-auth/AITzwKtIP_ YMhQVUjzKBTvwALOh5ZDcKks5tqzMigaJpZM4TcLbn .

-- Jan van Katwijk

+31 (0)15 3698980 +31 (0) 628260355

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub:

https://github.com/JvanKatwijk/qt-dab/issues/102#issuecomment-383402254

-- Sent from my Android device with K-9 Mail. Please excuse my brevity.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub

https://github.com/JvanKatwijk/qt-dab/issues/102#issuecomment-383464833, or mute the thread

https://github.com/notifications/unsubscribe-auth/AITzwG6LKeimc8j0hVWeTjFv6xyCkommks5trXACgaJpZM4TcLbn .

-- Jan van Katwijk

+31 (0)15 3698980 +31 (0) 628260355

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/JvanKatwijk/qt-dab/issues/102#issuecomment-383480055

-- Sent from my Android device with K-9 Mail. Please excuse my brevity.

JvanKatwijk commented 6 years ago

I always use the libraries on the distribution. When I used jessie (up to last summer) I used Qt4 since the qwt distributed on jessie was compiled against qt4, the qwt on Stretch is compiled against qt5, so qt5 is used.

The x64 appImage is built in a Trusty environment, so there I am using (have to use) Qt4 size qwt is compiled against Qt4

2018-04-23 11:24 GMT+02:00 Jan Bouwhuis notifications@github.com:

so you use the 5.7.1 qt with stretch as a base.

JvanKatwijk notifications@github.com schreef op 23 april 2018 09:26:41 CEST:

afaik stretch supports qwt, compiled against Qt5

2018-04-23 8:09 GMT+02:00 Jan Bouwhuis notifications@github.com:

I am missing qwt in stretch, or are you using http://www.qtrpi.com/home?

JvanKatwijk notifications@github.com schreef op 22 april 2018 20:31:11 CEST:

Sorry,no I only use precompiled Qt packages. If you switch off spectrum (and impulse response) in the ".pro" file, you won't need qwt (as is the case with dabradio, no qwt)

2018-04-21 15:24 GMT+02:00 Jan Bouwhuis notifications@github.com:

I have discovered that opengl qt 5.7.1. library was installed as dependency on qwt-qt5. It seems I have to compile this from source against 5.10.1. Any idea how I can do this?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub

<https://github.com/JvanKatwijk/qt-dab/issues/102#issuecomment-383295466

,

or mute the thread

https://github.com/notifications/unsubscribe-auth/AITzwKtIP_ YMhQVUjzKBTvwALOh5ZDcKks5tqzMigaJpZM4TcLbn .

-- Jan van Katwijk

+31 (0)15 3698980 +31 (0) 628260355

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub:

https://github.com/JvanKatwijk/qt-dab/issues/102#issuecomment-383402254

-- Sent from my Android device with K-9 Mail. Please excuse my brevity.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub

<https://github.com/JvanKatwijk/qt-dab/issues/102#issuecomment-383464833 , or mute the thread

https://github.com/notifications/unsubscribe-auth/ AITzwG6LKeimc8j0hVWeTjFv6xyCkommks5trXACgaJpZM4TcLbn .

-- Jan van Katwijk

+31 (0)15 3698980 +31 (0) 628260355

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/JvanKatwijk/qt-dab/issues/102#issuecomment-383480055

-- Sent from my Android device with K-9 Mail. Please excuse my brevity.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/qt-dab/issues/102#issuecomment-383511636, or mute the thread https://github.com/notifications/unsubscribe-auth/AITzwD3F15a6B5k5ZOch2fvVYuuvfwmiks5trZ28gaJpZM4TcLbn .

-- Jan van Katwijk

+31 (0)15 3698980 +31 (0) 628260355

jbouwh commented 6 years ago

Now I am compiling againt qt 5.7.1. If have qwt 6.1.4-svn installed with the qt5-qwt package from debain stretch.

I am getting an internal compiler error. Before every ran fine at this point. Any idea?

/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o dab-processor.o dab-processor.cpp g++ -c -pipe -std=c++11 -flto -ffast-math -isystem /usr/include/arm-linux-gnueabihf/qt5 -O2 -Wall -W -D_REENTRANT -fPIC -DGITHASH=\"50a18c9\" -DTHREADED_BACKEND -DMSC_DATA -DPRESET_NAME -DTII_GUESSING -DQUALITY -DHAVE_RTLSDR -DHAVE_SDRPLAY -DHAVE_AIRSPY -DHAVE_RTL_TCP -DTRY_EPG -DIMPULSE_RESPONSE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -I. -I. -Isrc -Iincludes -Iincludes/ofdm -Iincludes/backend -Iincludes/backend/viterbi_768 -Iincludes/backend/audio -Iincludes/backend/data -Iincludes/backend/data/journaline -Iincludes/output -Iincludes/various -Idevices -Idevices/rawfiles -Idevices/wavfiles -isystem /usr/local/include -isystem /usr/local/include -isystem /usr/include/qt4/qwt -isystem /usr/include/qt5/qwt -isystem /usr/include/qt4/qwt -isystem /usr/include/qwt -I/usr/local/qwt-6.1.4-svn -Iincludes/scopes-qwt6 -Iincludes/scopes-qwt6 -Ioptional-scope -Idevices/rtlsdr-handler -Idevices/sdrplay-handler -Idevices/airspy-handler -Idevices/airspy-handler/libairspy -Idevices/rtl_tcp -Iincludes/backend/data/epg -Ioptional-ir -isystem /usr/include/arm-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtNetwork -isystem /usr/include/arm-linux-gnueabihf/qt5/QtXml -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sample-reader.o src/ofdm/sample-reader.cpp g++ -c -pipe -std=c++11 -flto -ffast-math -isystem /usr/include/arm-linux-gnueabihf/qt5 -O2 -Wall -W -D_REENTRANT -fPIC -DGITHASH=\"50a18c9\" -DTHREADED_BACKEND -DMSC_DATA -DPRESET_NAME -DTII_GUESSING -DQUALITY -DHAVE_RTLSDR -DHAVE_SDRPLAY -DHAVE_AIRSPY -DHAVE_RTL_TCP -DTRY_EPG -DIMPULSE_RESPONSE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -I. -I. -Isrc -Iincludes -Iincludes/ofdm -Iincludes/backend -Iincludes/backend/viterbi_768 -Iincludes/backend/audio -Iincludes/backend/data -Iincludes/backend/data/journaline -Iincludes/output -Iincludes/various -Idevices -Idevices/rawfiles -Idevices/wavfiles -isystem /usr/local/include -isystem /usr/local/include -isystem /usr/include/qt4/qwt -isystem /usr/include/qt5/qwt -isystem /usr/include/qt4/qwt -isystem /usr/include/qwt -I/usr/local/qwt-6.1.4-svn -Iincludes/scopes-qwt6 -Iincludes/scopes-qwt6 -Ioptional-scope -Idevices/rtlsdr-handler -Idevices/sdrplay-handler -Idevices/airspy-handler -Idevices/airspy-handler/libairspy -Idevices/rtl_tcp -Iincludes/backend/data/epg -Ioptional-ir -isystem /usr/include/arm-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtNetwork -isystem /usr/include/arm-linux-gnueabihf/qt5/QtXml -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o ofdm-decoder.o src/ofdm/ofdm-decoder.cpp

JvanKatwijk commented 6 years ago

The only thing I can imagine is that you have -DIMPULSE_RESPONSE on and not -DHAVE_SPECTRUM=On

2018-04-25 20:24 GMT+02:00 Jan Bouwhuis notifications@github.com:

Now I am compiling againt qt 5.7.1. If have qwt 6.1.4-svn installed with the qt5-qwt package from debain stretch.

I am getting an internal compiler error. Before every ran fine at this point. Any idea?

/usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o dab-processor.o dab-processor.cpp g++ -c -pipe -std=c++11 -flto -ffast-math -isystem /usr/include/arm-linux-gnueabihf/qt5 -O2 -Wall -W -D_REENTRANT -fPIC -DGITHASH=\"50a18c9\" -DTHREADED_BACKEND -DMSC_DATA -DPRESET_NAME -DTII_GUESSING -DQUALITY -DHAVE_RTLSDR -DHAVE_SDRPLAY -DHAVE_AIRSPY -DHAVE_RTL_TCP -DTRY_EPG -DIMPULSE_RESPONSE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -I. -I. -Isrc -Iincludes -Iincludes/ofdm -Iincludes/backend -Iincludes/backend/viterbi_768 -Iincludes/backend/audio -Iincludes/backend/data -Iincludes/backend/data/journaline -Iincludes/output -Iincludes/various -Idevices -Idevices/rawfiles -Idevices/wavfiles -isystem /usr/local/include -isystem /usr/local/include -isystem /usr/include/qt4/qwt -isystem /usr/include/qt5/qwt -isystem /usr/include/qt4/qwt -isystem /usr/include/qwt -I/usr/local/qwt-6.1.4-svn -Iincludes/scopes-qwt6 -Iincludes/scopes-qwt6 -Ioptional-scope -Idevices/rtlsdr-handler -Idevices/sdrplay-handler -Idevices/airspy-handler -Idevices/airspy-handler/libairspy -Idevices/rtl_tcp -Iincludes/backend/data/epg -Ioptional-ir -isystem /usr/include/arm-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtNetwork -isystem /usr/include/arm-linux-gnueabihf/qt5/QtXml -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o sample-reader.o src/ofdm/sample-reader.cpp g++ -c -pipe -std=c++11 -flto -ffast-math -isystem /usr/include/arm-linux-gnueabihf/qt5 -O2 -Wall -W -D_REENTRANT -fPIC -DGITHASH=\"50a18c9\" -DTHREADED_BACKEND -DMSC_DATA -DPRESET_NAME -DTII_GUESSING -DQUALITY -DHAVE_RTLSDR -DHAVE_SDRPLAY -DHAVE_AIRSPY -DHAVE_RTL_TCP -DTRY_EPG -DIMPULSE_RESPONSE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -I. -I. -Isrc -Iincludes -Iincludes/ofdm -Iincludes/backend -Iincludes/backend/viterbi_768 -Iincludes/backend/audio -Iincludes/backend/data -Iincludes/backend/data/journaline -Iincludes/output -Iincludes/various -Idevices -Idevices/rawfiles -Idevices/wavfiles -isystem /usr/local/include -isystem /usr/local/include -isystem /usr/include/qt4/qwt -isystem /usr/include/qt5/qwt -isystem /usr/include/qt4/qwt -isystem /usr/include/qwt -I/usr/local/qwt-6.1.4-svn -Iincludes/scopes-qwt6 -Iincludes/scopes-qwt6 -Ioptional-scope -Idevices/rtlsdr-handler -Idevices/sdrplay-handler -Idevices/airspy-handler -Idevices/airspy-handler/libairspy -Idevices/rtl_tcp -Iincludes/backend/data/epg -Ioptional-ir -isystem /usr/include/arm-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtNetwork -isystem /usr/include/arm-linux-gnueabihf/qt5/QtXml -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o ofdm-decoder.o src/ofdm/ofdm-decoder.cpp

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/qt-dab/issues/102#issuecomment-384386568, or mute the thread https://github.com/notifications/unsubscribe-auth/AITzwGuNqNGY6XcVh97u3IXsg3vNnr7iks5tsL9CgaJpZM4TcLbn .

-- Jan van Katwijk

+31 (0)15 3698980 +31 (0) 628260355

jbouwh commented 6 years ago

I removed -DIMPULSE_RESPONSE -DHAVE_SPECTRUM=On was already on. qt-dab is compiling and running now.

JvanKatwijk commented 6 years ago

Good to hear.

If I understand you, then you have -DHAVE_SPECTRUM=ON, and not -DIMPULSE_RESPONSE and the error(s) occurred with IMPULSE_RESPONSE=ON in which case the code for impulseresponse should have caused the error

2018-04-28 13:53 GMT+02:00 Jan Bouwhuis notifications@github.com:

I removed -DIMPULSE_RESPONSE -DHAVE_SPECTRUM=On was already on. qt-dab is compiling and running now.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/qt-dab/issues/102#issuecomment-385169484, or mute the thread https://github.com/notifications/unsubscribe-auth/AITzwO9-YTmtiu4oXw9Qexlb9E-VvWPOks5ttFhPgaJpZM4TcLbn .

-- Jan van Katwijk

+31 (0)15 3698980 +31 (0) 628260355

jbouwh commented 6 years ago

that is correct

JvanKatwijk commented 6 years ago

Interesting

I compiled qt-dab with option spectrum on, with option impulseresponse on and off, and with spectrum off (and impulseresponse off) on both an RPI2 and 3 (both running stretch), but all without problem. So, I am not able to (re)construct the error and I am unable to tell whether it is an error in the compilation environment or in the qt-dab software

2018-04-28 14:34 GMT+02:00 Jan Bouwhuis notifications@github.com:

that is correct

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/qt-dab/issues/102#issuecomment-385171918, or mute the thread https://github.com/notifications/unsubscribe-auth/AITzwIsPxdg0I_rpakDkQXVi4CJqyukEks5ttGG-gaJpZM4TcLbn .

-- Jan van Katwijk

+31 (0)15 3698980 +31 (0) 628260355

JvanKatwijk commented 5 years ago

did you install libsamplerate?

Op wo 28 nov. 2018 om 00:54 schreef kaits68 notifications@github.com:

pi@raspberrypi:~ $ sudo su root@raspberrypi:/home/pi# apt-get install -y vim qt5-default qt5-qmake libusb-1.0-0 libusb-1.0-0-dev \

portaudio19-dev faad libfaad-dev libsndfile1-dev sndfile-tools librtlsdr0 librtlsdr-dev libfftw3-3 libfftw3-dev Reading package lists... Done Building dependency tree Reading state information... Done libusb-1.0-0 is already the newest version (2:1.0.21-1). libusb-1.0-0 set to manually installed. The following packages were automatically installed and are no longer required: erlang-base erlang-crypto erlang-syntax-tools fonts-lato libboost-thread1.62.0 libqt5scintilla2-12v5 libqt5scintilla2-l10n libqwt-qt5-6 libruby2.3 libscsynth1 libsctp1 libyaml-0-2 rake ruby ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert ruby-test-unit ruby2.3 rubygems-integration Use 'sudo apt autoremove' to remove them. The following additional packages will be installed: jackd1 libasound2-dev libdrm-dev libdrm-exynos1 libdrm-omap1 libdrm-tegra0 libegl1-mesa-dev libfftw3-bin libflac-dev libgles2-mesa-dev libjack-dev libjack0 libogg-dev libportaudiocpp0 libpthread-stubs0-dev libqt5opengl5-dev libqt5test5 libusb-1.0-doc libvorbis-dev libwayland-bin libwayland-dev libx11-dev libx11-doc libx11-xcb-dev libxau-dev libxcb-dri2-0-dev libxcb-dri3-dev libxcb-glx0-dev libxcb-present-dev libxcb-randr0-dev libxcb-render0-dev libxcb-shape0-dev libxcb-sync-dev libxcb-xfixes0-dev libxcb1-dev libxdamage-dev libxdmcp-dev libxext-dev libxfixes-dev libxshmfence-dev libxxf86vm-dev libzita-alsa-pcmi0 libzita-resampler1 qtbase5-dev qtbase5-dev-tools qtchooser uuid-dev vim-runtime x11proto-core-dev x11proto-damage-dev x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev x11proto-input-dev x11proto-kb-dev x11proto-xext-dev x11proto-xf86vidmode-dev xorg-sgml-doctools xtrans-dev Suggested packages: jack-tools meterbridge libasound2-doc libfftw3-doc libxcb-doc libxext-doc portaudio19-doc default-libmysqlclient-dev firebird-dev libgl1-mesa-dev libpq-dev libsqlite3-dev unixodbc-dev ctags vim-doc vim-scripts Recommended packages: qjackctl The following packages will be REMOVED: jackd jackd2 libjack-jackd2-0 qjackctl sonic-pi supercollider-server The following NEW packages will be installed: faad jackd1 libasound2-dev libdrm-dev libdrm-exynos1 libdrm-omap1 libdrm-tegra0 libegl1-mesa-dev libfaad-dev libfftw3-3 libfftw3-bin libfftw3-dev libflac-dev libgles2-mesa-dev libjack-dev libjack0 libogg-dev libportaudiocpp0 libpthread-stubs0-dev libqt5opengl5-dev libqt5test5 librtlsdr-dev librtlsdr0 libsndfile1-dev libusb-1.0-0-dev libusb-1.0-doc libvorbis-dev libwayland-bin libwayland-dev libx11-dev libx11-doc libx11-xcb-dev libxau-dev libxcb-dri2-0-dev libxcb-dri3-dev libxcb-glx0-dev libxcb-present-dev libxcb-randr0-dev libxcb-render0-dev libxcb-shape0-dev libxcb-sync-dev libxcb-xfixes0-dev libxcb1-dev libxdamage-dev libxdmcp-dev libxext-dev libxfixes-dev libxshmfence-dev libxxf86vm-dev libzita-alsa-pcmi0 libzita-resampler1 portaudio19-dev qt5-default qt5-qmake qtbase5-dev qtbase5-dev-tools qtchooser sndfile-tools uuid-dev vim vim-runtime x11proto-core-dev x11proto-damage-dev x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev x11proto-input-dev x11proto-kb-dev x11proto-xext-dev x11proto-xf86vidmode-dev xorg-sgml-doctools xtrans-dev 0 upgraded, 72 newly installed, 6 to remove and 0 not upgraded. Need to get 19.2 MB of archives. After this operation, 82.9 MB of additional disk space will be used. Get:1 http://archive.raspberrypi.org/debian stretch/main armhf libasound2-dev armhf 1.1.3-5+rpi3 [262 kB] Get:3 http://archive.raspberrypi.org/debian stretch/main armhf libegl1-mesa-dev armhf 13.0.6-1+rpi2 [55.3 kB] Get:4 http://archive.raspberrypi.org/debian stretch/main armhf libgles2-mesa-dev armhf 13.0.6-1+rpi2 [75.4 kB] Get:5 http://archive.raspberrypi.org/debian stretch/main armhf librtlsdr0 armhf 0.5.3-11+rpt1 [25.1 kB] Get:6 http://archive.raspberrypi.org/debian stretch/main armhf librtlsdr-dev armhf 0.5.3-11+rpt1 [28.4 kB] Get:2 http://raspbian.trivini.no/raspbian stretch/main armhf libjack0 armhf 1:0.125.0-2 [50.4 kB] Get:7 http://raspbian.trivini.no/raspbian stretch/main armhf faad armhf 2.8.0cvs20161113-1+deb9u1 [34.1 kB] Get:8 http://raspbian.trivini.no/raspbian stretch/main armhf libzita-alsa-pcmi0 armhf 0.2.0-4 [11.7 kB] Get:9 http://raspbian.trivini.no/raspbian stretch/main armhf libzita-resampler1 armhf 1.6.0-2 [10.3 kB] Get:10 http://raspbian.trivini.no/raspbian stretch/main armhf jackd1 armhf 1:0.125.0-2 [237 kB] Get:11 http://raspbian.trivini.no/raspbian stretch/main armhf libdrm-omap1 armhf 2.4.74-1 [15.1 kB] Get:12 http://raspbian.trivini.no/raspbian stretch/main armhf libdrm-exynos1 armhf 2.4.74-1 [18.1 kB] Get:13 http://raspbian.trivini.no/raspbian stretch/main armhf libdrm-tegra0 armhf 2.4.74-1 [14.5 kB] Get:14 http://raspbian.trivini.no/raspbian stretch/main armhf libdrm-dev armhf 2.4.74-1 [189 kB] Get:15 http://raspbian.trivini.no/raspbian stretch/main armhf x11proto-dri2-dev all 2.8-2 [18.2 kB] Get:16 http://raspbian.trivini.no/raspbian stretch/main armhf x11proto-gl-dev all 1.4.17-1 [28.0 kB] Get:17 http://raspbian.trivini.no/raspbian stretch/main armhf xorg-sgml-doctools all 1:1.11-1 [21.9 kB] Get:18 http://raspbian.trivini.no/raspbian stretch/main armhf x11proto-core-dev all 7.0.31-1 [728 kB] Get:19 http://raspbian.trivini.no/raspbian stretch/main armhf libxau-dev armhf 1:1.0.8-1 [23.0 kB] Get:20 http://raspbian.trivini.no/raspbian stretch/main armhf libxdmcp-dev armhf 1:1.1.2-3 [40.9 kB] Get:21 http://raspbian.trivini.no/raspbian stretch/main armhf x11proto-input-dev all 2.3.2-1 [158 kB] Get:22 http://raspbian.trivini.no/raspbian stretch/main armhf x11proto-kb-dev all 1.0.7-1 [233 kB] Get:23 http://raspbian.trivini.no/raspbian stretch/main armhf xtrans-dev all 1.3.5-1 [100 kB] Get:24 http://raspbian.trivini.no/raspbian stretch/main armhf libpthread-stubs0-dev armhf 0.3-4 [4,042 B] Get:25 http://raspbian.trivini.no/raspbian stretch/main armhf libxcb1-dev armhf 1.12-1 [165 kB] Get:26 http://raspbian.trivini.no/raspbian stretch/main armhf libx11-dev armhf 2:1.6.4-3+deb9u1 [753 kB] Get:27 http://raspbian.trivini.no/raspbian stretch/main armhf x11proto-xext-dev all 7.3.0-1 [212 kB] Get:28 http://raspbian.trivini.no/raspbian stretch/main armhf libxext-dev armhf 2:1.3.3-1 [102 kB] Get:29 http://raspbian.trivini.no/raspbian stretch/main armhf x11proto-xf86vidmode-dev all 2.3.1-2 [6,114 B] Get:30 http://raspbian.trivini.no/raspbian stretch/main armhf libxxf86vm-dev armhf 1:1.1.4-1 [24.8 kB] Get:31 http://raspbian.trivini.no/raspbian stretch/main armhf x11proto-fixes-dev all 1:5.0-2 [19.2 kB] Get:32 http://raspbian.trivini.no/raspbian stretch/main armhf libxfixes-dev armhf 1:5.0.3-1 [22.7 kB] Get:33 http://raspbian.trivini.no/raspbian stretch/main armhf x11proto-damage-dev all 1:1.2.1-2 [11.8 kB] Get:34 http://raspbian.trivini.no/raspbian stretch/main armhf libxdamage-dev armhf 1:1.1.4-2+b1 [13.9 kB] Get:35 http://raspbian.trivini.no/raspbian stretch/main armhf libxcb-glx0-dev armhf 1.12-1 [117 kB] Get:36 http://raspbian.trivini.no/raspbian stretch/main armhf libxcb-dri2-0-dev armhf 1.12-1 [98.6 kB] Get:37 http://raspbian.trivini.no/raspbian stretch/main armhf libxcb-dri3-dev armhf 1.12-1 [96.1 kB] Get:38 http://raspbian.trivini.no/raspbian stretch/main armhf libxcb-render0-dev armhf 1.12-1 [108 kB] Get:39 http://raspbian.trivini.no/raspbian stretch/main armhf libxcb-randr0-dev armhf 1.12-1 [109 kB] Get:40 http://raspbian.trivini.no/raspbian stretch/main armhf libxcb-shape0-dev armhf 1.12-1 [97.4 kB] Get:41 http://raspbian.trivini.no/raspbian stretch/main armhf libxcb-xfixes0-dev armhf 1.12-1 [102 kB] Get:42 http://raspbian.trivini.no/raspbian stretch/main armhf libxcb-sync-dev armhf 1.12-1 [101 kB] Get:43 http://raspbian.trivini.no/raspbian stretch/main armhf libxcb-present-dev armhf 1.12-1 [97.3 kB] Get:44 http://raspbian.trivini.no/raspbian stretch/main armhf libxshmfence-dev armhf 1.2-1 [7,152 B] Get:45 http://raspbian.trivini.no/raspbian stretch/main armhf libx11-xcb-dev armhf 2:1.6.4-3+deb9u1 [185 kB] Get:46 http://raspbian.trivini.no/raspbian stretch/main armhf libwayland-bin armhf 1.12.0-1 [18.2 kB] Get:47 http://raspbian.trivini.no/raspbian stretch/main armhf libwayland-dev armhf 1.12.0-1 [89.0 kB] Get:48 http://raspbian.trivini.no/raspbian stretch/main armhf libfaad-dev armhf 2.8.0cvs20161113-1+deb9u1 [166 kB] Get:49 http://raspbian.trivini.no/raspbian stretch/main armhf libfftw3-bin armhf 3.3.5-3 [42.7 kB] Get:50 http://raspbian.trivini.no/raspbian stretch/main armhf libfftw3-dev armhf 3.3.5-3 [1,076 kB] Get:51 http://raspbian.trivini.no/raspbian stretch/main armhf libogg-dev armhf 1.3.2-1 [195 kB] Get:52 http://raspbian.trivini.no/raspbian stretch/main armhf libflac-dev armhf 1.3.2-1 [193 kB] Get:53 http://raspbian.trivini.no/raspbian stretch/main armhf uuid-dev armhf 2.29.2-1+deb9u1 [83.2 kB] Get:54 http://raspbian.trivini.no/raspbian stretch/main armhf libjack-dev armhf 1:0.125.0-2 [211 kB] Get:55 http://raspbian.trivini.no/raspbian stretch/main armhf libportaudiocpp0 armhf 19.6.0-1 [16.8 kB] Get:56 http://raspbian.trivini.no/raspbian stretch/main armhf libqt5test5 armhf 5.7.1+dfsg-3+rpi1 [109 kB] Get:57 http://raspbian.trivini.no/raspbian stretch/main armhf qtchooser armhf 63-g13a3d08-1 [21.9 kB] Get:58 http://raspbian.trivini.no/raspbian stretch/main armhf qt5-qmake armhf 5.7.1+dfsg-3+rpi1 [980 kB] Get:59 http://raspbian.trivini.no/raspbian stretch/main armhf qtbase5-dev-tools armhf 5.7.1+dfsg-3+rpi1 [630 kB] Get:60 http://raspbian.trivini.no/raspbian stretch/main armhf qtbase5-dev armhf 5.7.1+dfsg-3+rpi1 [997 kB] Get:61 http://raspbian.trivini.no/raspbian stretch/main armhf libqt5opengl5-dev armhf 5.7.1+dfsg-3+rpi1 [58.4 kB] Get:62 http://raspbian.trivini.no/raspbian stretch/main armhf libvorbis-dev armhf 1.3.5-4+deb9u2 [321 kB] Get:63 http://raspbian.trivini.no/raspbian stretch/main armhf libsndfile1-dev armhf 1.0.27-3 [341 kB] Get:64 http://raspbian.trivini.no/raspbian stretch/main armhf libusb-1.0-0-dev armhf 2:1.0.21-1 [63.6 kB] Get:65 http://raspbian.trivini.no/raspbian stretch/main armhf libusb-1.0-doc all 2:1.0.21-1 [180 kB] Get:66 http://raspbian.trivini.no/raspbian stretch/main armhf libx11-doc all 2:1.6.4-3+deb9u1 [2,201 kB] Get:67 http://raspbian.trivini.no/raspbian stretch/main armhf portaudio19-dev armhf 19.6.0-1 [98.6 kB] Get:68 http://raspbian.trivini.no/raspbian stretch/main armhf qt5-default armhf 5.7.1+dfsg-3+rpi1 [43.4 kB] Get:69 http://raspbian.trivini.no/raspbian stretch/main armhf vim-runtime all 2:8.0.0197-4+deb9u1 [5,407 kB] Get:70 http://raspbian.trivini.no/raspbian stretch/main armhf vim armhf 2:8.0.0197-4+deb9u1 [790 kB] Get:71 http://raspbian.trivini.no/raspbian stretch/main armhf libfftw3-3 armhf 3.3.5-3 [19.6 kB] Get:72 http://raspbian.trivini.no/raspbian stretch/main armhf sndfile-tools armhf 1.03-7 [21.0 kB] Fetched 19.2 MB in 26s (727 kB/s) Extracting templates from packages: 100% Preconfiguring packages ... (Reading database ... 133219 files and directories currently installed.) Removing sonic-pi (1:3.0.1+1) ... Removing supercollider-server (1:3.7.0repack-4) ... Removing qjackctl (0.4.4-1) ... Removing jackd (5) ... Removing jackd2 (1.9.10+20150825git1ed50c92dfsg-5) ... dpkg: libjack-jackd2-0:armhf: dependency problems, but removing anyway as you requested: libfluidsynth1:armhf depends on libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125; however: Package libjack-jackd2-0:armhf is to be removed. Package libjack-0.125 is not installed. Package libjack-jackd2-0:armhf which provides libjack-0.125 is to be removed. timidity depends on libjack-jackd2-0 (>= 1.9.5dfsg-14) | libjack-0.116; however: Package libjack-jackd2-0:armhf is to be removed. Package libjack-0.116 is not installed. Package libjack-jackd2-0:armhf which provides libjack-0.116 is to be removed. gstreamer1.0-plugins-good:armhf depends on libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125; however: Package libjack-jackd2-0:armhf is to be removed. Package libjack-0.125 is not installed. Package libjack-jackd2-0:armhf which provides libjack-0.125 is to be removed. libscsynth1 depends on libjack-jackd2-0 (>= 1.9.5dfsg-14) | libjack-0.116; however: Package libjack-jackd2-0:armhf is to be removed. Package libjack-0.116 is not installed. Package libjack-jackd2-0:armhf which provides libjack-0.116 is to be removed. libportaudio2:armhf depends on libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125; however: Package libjack-jackd2-0:armhf is to be removed. Package libjack-0.125 is not installed. Package libjack-jackd2-0:armhf which provides libjack-0.125 is to be removed. libavdevice57:armhf depends on libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125; however: Package libjack-jackd2-0:armhf is to be removed. Package libjack-0.125 is not installed. Package libjack-jackd2-0:armhf which provides libjack-0.125 is to be removed. timidity depends on libjack-jackd2-0 (>= 1.9.5dfsg-14) | libjack-0.116; however: Package libjack-jackd2-0:armhf is to be removed. Package libjack-0.116 is not installed. Package libjack-jackd2-0:armhf which provides libjack-0.116 is to be removed. libscsynth1 depends on libjack-jackd2-0 (>= 1.9.5dfsg-14) | libjack-0.116; however: Package libjack-jackd2-0:armhf is to be removed. Package libjack-0.116 is not installed. Package libjack-jackd2-0:armhf which provides libjack-0.116 is to be removed. libfluidsynth1:armhf depends on libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125; however: Package libjack-jackd2-0:armhf is to be removed. Package libjack-0.125 is not installed. Package libjack-jackd2-0:armhf which provides libjack-0.125 is to be removed. gstreamer1.0-plugins-good:armhf depends on libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125; however: Package libjack-jackd2-0:armhf is to be removed. Package libjack-0.125 is not installed. Package libjack-jackd2-0:armhf which provides libjack-0.125 is to be removed. libportaudio2:armhf depends on libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125; however: Package libjack-jackd2-0:armhf is to be removed. Package libjack-0.125 is not installed. Package libjack-jackd2-0:armhf which provides libjack-0.125 is to be removed. libavdevice57:armhf depends on libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125; however: Package libjack-jackd2-0:armhf is to be removed. Package libjack-0.125 is not installed. Package libjack-jackd2-0:armhf which provides libjack-0.125 is to be removed.

Removing libjack-jackd2-0:armhf (1.9.10+20150825git1ed50c92dfsg-5) ... Selecting previously unselected package libjack0:armhf. (Reading database ... 118635 files and directories currently installed.) Preparing to unpack .../00-libjack0_1%3a0.125.0-2_armhf.deb ... Unpacking libjack0:armhf (1:0.125.0-2) ... Selecting previously unselected package faad. Preparing to unpack .../01-faad_2.8.0cvs20161113-1+deb9u1_armhf.deb ... Unpacking faad (2.8.0cvs20161113-1+deb9u1) ... Selecting previously unselected package libzita-alsa-pcmi0:armhf. Preparing to unpack .../02-libzita-alsa-pcmi0_0.2.0-4_armhf.deb ... Unpacking libzita-alsa-pcmi0:armhf (0.2.0-4) ... Selecting previously unselected package libzita-resampler1:armhf. Preparing to unpack .../03-libzita-resampler1_1.6.0-2_armhf.deb ... Unpacking libzita-resampler1:armhf (1.6.0-2) ... Selecting previously unselected package jackd1. Preparing to unpack .../04-jackd1_1%3a0.125.0-2_armhf.deb ... Unpacking jackd1 (1:0.125.0-2) ... Selecting previously unselected package libasound2-dev:armhf. Preparing to unpack .../05-libasound2-dev_1.1.3-5+rpi3_armhf.deb ... Unpacking libasound2-dev:armhf (1.1.3-5+rpi3) ... Selecting previously unselected package libdrm-omap1:armhf. Preparing to unpack .../06-libdrm-omap1_2.4.74-1_armhf.deb ... Unpacking libdrm-omap1:armhf (2.4.74-1) ... Selecting previously unselected package libdrm-exynos1:armhf. Preparing to unpack .../07-libdrm-exynos1_2.4.74-1_armhf.deb ... Unpacking libdrm-exynos1:armhf (2.4.74-1) ... Selecting previously unselected package libdrm-tegra0:armhf. Preparing to unpack .../08-libdrm-tegra0_2.4.74-1_armhf.deb ... Unpacking libdrm-tegra0:armhf (2.4.74-1) ... Selecting previously unselected package libdrm-dev:armhf. Preparing to unpack .../09-libdrm-dev_2.4.74-1_armhf.deb ... Unpacking libdrm-dev:armhf (2.4.74-1) ... Selecting previously unselected package x11proto-dri2-dev. Preparing to unpack .../10-x11proto-dri2-dev_2.8-2_all.deb ... Unpacking x11proto-dri2-dev (2.8-2) ... Selecting previously unselected package x11proto-gl-dev. Preparing to unpack .../11-x11proto-gl-dev_1.4.17-1_all.deb ... Unpacking x11proto-gl-dev (1.4.17-1) ... Selecting previously unselected package xorg-sgml-doctools. Preparing to unpack .../12-xorg-sgml-doctools_1%3a1.11-1_all.deb ... Unpacking xorg-sgml-doctools (1:1.11-1) ... Selecting previously unselected package x11proto-core-dev. Preparing to unpack .../13-x11proto-core-dev_7.0.31-1_all.deb ... Unpacking x11proto-core-dev (7.0.31-1) ... Selecting previously unselected package libxau-dev:armhf. Preparing to unpack .../14-libxau-dev_1%3a1.0.8-1_armhf.deb ... Unpacking libxau-dev:armhf (1:1.0.8-1) ... Selecting previously unselected package libxdmcp-dev:armhf. Preparing to unpack .../15-libxdmcp-dev_1%3a1.1.2-3_armhf.deb ... Unpacking libxdmcp-dev:armhf (1:1.1.2-3) ... Selecting previously unselected package x11proto-input-dev. Preparing to unpack .../16-x11proto-input-dev_2.3.2-1_all.deb ... Unpacking x11proto-input-dev (2.3.2-1) ... Selecting previously unselected package x11proto-kb-dev. Preparing to unpack .../17-x11proto-kb-dev_1.0.7-1_all.deb ... Unpacking x11proto-kb-dev (1.0.7-1) ... Selecting previously unselected package xtrans-dev. Preparing to unpack .../18-xtrans-dev_1.3.5-1_all.deb ... Unpacking xtrans-dev (1.3.5-1) ... Selecting previously unselected package libpthread-stubs0-dev:armhf. Preparing to unpack .../19-libpthread-stubs0-dev_0.3-4_armhf.deb ... Unpacking libpthread-stubs0-dev:armhf (0.3-4) ... Selecting previously unselected package libxcb1-dev:armhf. Preparing to unpack .../20-libxcb1-dev_1.12-1_armhf.deb ... Unpacking libxcb1-dev:armhf (1.12-1) ... Selecting previously unselected package libx11-dev:armhf. Preparing to unpack .../21-libx11-dev_2%3a1.6.4-3+deb9u1_armhf.deb ... Unpacking libx11-dev:armhf (2:1.6.4-3+deb9u1) ... Selecting previously unselected package x11proto-xext-dev. Preparing to unpack .../22-x11proto-xext-dev_7.3.0-1_all.deb ... Unpacking x11proto-xext-dev (7.3.0-1) ... Selecting previously unselected package libxext-dev:armhf. Preparing to unpack .../23-libxext-dev_2%3a1.3.3-1_armhf.deb ... Unpacking libxext-dev:armhf (2:1.3.3-1) ... Selecting previously unselected package x11proto-xf86vidmode-dev. Preparing to unpack .../24-x11proto-xf86vidmode-dev_2.3.1-2_all.deb ... Unpacking x11proto-xf86vidmode-dev (2.3.1-2) ... Selecting previously unselected package libxxf86vm-dev:armhf. Preparing to unpack .../25-libxxf86vm-dev_1%3a1.1.4-1_armhf.deb ... Unpacking libxxf86vm-dev:armhf (1:1.1.4-1) ... Selecting previously unselected package x11proto-fixes-dev. Preparing to unpack .../26-x11proto-fixes-dev_1%3a5.0-2_all.deb ... Unpacking x11proto-fixes-dev (1:5.0-2) ... Selecting previously unselected package libxfixes-dev:armhf. Preparing to unpack .../27-libxfixes-dev_1%3a5.0.3-1_armhf.deb ... Unpacking libxfixes-dev:armhf (1:5.0.3-1) ... Selecting previously unselected package x11proto-damage-dev. Preparing to unpack .../28-x11proto-damage-dev_1%3a1.2.1-2_all.deb ... Unpacking x11proto-damage-dev (1:1.2.1-2) ... Selecting previously unselected package libxdamage-dev:armhf. Preparing to unpack .../29-libxdamage-dev_1%3a1.1.4-2+b1_armhf.deb ... Unpacking libxdamage-dev:armhf (1:1.1.4-2+b1) ... Selecting previously unselected package libxcb-glx0-dev:armhf. Preparing to unpack .../30-libxcb-glx0-dev_1.12-1_armhf.deb ... Unpacking libxcb-glx0-dev:armhf (1.12-1) ... Selecting previously unselected package libxcb-dri2-0-dev:armhf. Preparing to unpack .../31-libxcb-dri2-0-dev_1.12-1_armhf.deb ... Unpacking libxcb-dri2-0-dev:armhf (1.12-1) ... Selecting previously unselected package libxcb-dri3-dev:armhf. Preparing to unpack .../32-libxcb-dri3-dev_1.12-1_armhf.deb ... Unpacking libxcb-dri3-dev:armhf (1.12-1) ... Selecting previously unselected package libxcb-render0-dev:armhf. Preparing to unpack .../33-libxcb-render0-dev_1.12-1_armhf.deb ... Unpacking libxcb-render0-dev:armhf (1.12-1) ... Selecting previously unselected package libxcb-randr0-dev:armhf. Preparing to unpack .../34-libxcb-randr0-dev_1.12-1_armhf.deb ... Unpacking libxcb-randr0-dev:armhf (1.12-1) ... Selecting previously unselected package libxcb-shape0-dev:armhf. Preparing to unpack .../35-libxcb-shape0-dev_1.12-1_armhf.deb ... Unpacking libxcb-shape0-dev:armhf (1.12-1) ... Selecting previously unselected package libxcb-xfixes0-dev:armhf. Preparing to unpack .../36-libxcb-xfixes0-dev_1.12-1_armhf.deb ... Unpacking libxcb-xfixes0-dev:armhf (1.12-1) ... Selecting previously unselected package libxcb-sync-dev:armhf. Preparing to unpack .../37-libxcb-sync-dev_1.12-1_armhf.deb ... Unpacking libxcb-sync-dev:armhf (1.12-1) ... Selecting previously unselected package libxcb-present-dev:armhf. Preparing to unpack .../38-libxcb-present-dev_1.12-1_armhf.deb ... Unpacking libxcb-present-dev:armhf (1.12-1) ... Selecting previously unselected package libxshmfence-dev:armhf. Preparing to unpack .../39-libxshmfence-dev_1.2-1_armhf.deb ... Unpacking libxshmfence-dev:armhf (1.2-1) ... Selecting previously unselected package libx11-xcb-dev:armhf. Preparing to unpack .../40-libx11-xcb-dev_2%3a1.6.4-3+deb9u1_armhf.deb ... Unpacking libx11-xcb-dev:armhf (2:1.6.4-3+deb9u1) ... Selecting previously unselected package libwayland-bin. Preparing to unpack .../41-libwayland-bin_1.12.0-1_armhf.deb ... Unpacking libwayland-bin (1.12.0-1) ... Selecting previously unselected package libwayland-dev:armhf. Preparing to unpack .../42-libwayland-dev_1.12.0-1_armhf.deb ... Unpacking libwayland-dev:armhf (1.12.0-1) ... Selecting previously unselected package libegl1-mesa-dev:armhf. Preparing to unpack .../43-libegl1-mesa-dev_13.0.6-1+rpi2_armhf.deb ... Unpacking libegl1-mesa-dev:armhf (13.0.6-1+rpi2) ... Selecting previously unselected package libfaad-dev:armhf. Preparing to unpack .../44-libfaad-dev_2.8.0cvs20161113-1+deb9u1_armhf.deb ... Unpacking libfaad-dev:armhf (2.8.0cvs20161113-1+deb9u1) ... Selecting previously unselected package libfftw3-bin. Preparing to unpack .../45-libfftw3-bin_3.3.5-3_armhf.deb ... Unpacking libfftw3-bin (3.3.5-3) ... Selecting previously unselected package libfftw3-dev:armhf. Preparing to unpack .../46-libfftw3-dev_3.3.5-3_armhf.deb ... Unpacking libfftw3-dev:armhf (3.3.5-3) ... Selecting previously unselected package libogg-dev:armhf. Preparing to unpack .../47-libogg-dev_1.3.2-1_armhf.deb ... Unpacking libogg-dev:armhf (1.3.2-1) ... Selecting previously unselected package libflac-dev:armhf. Preparing to unpack .../48-libflac-dev_1.3.2-1_armhf.deb ... Unpacking libflac-dev:armhf (1.3.2-1) ... Selecting previously unselected package libgles2-mesa-dev:armhf. Preparing to unpack .../49-libgles2-mesa-dev_13.0.6-1+rpi2_armhf.deb ... Unpacking libgles2-mesa-dev:armhf (13.0.6-1+rpi2) ... Selecting previously unselected package uuid-dev:armhf. Preparing to unpack .../50-uuid-dev_2.29.2-1+deb9u1_armhf.deb ... Unpacking uuid-dev:armhf (2.29.2-1+deb9u1) ... Selecting previously unselected package libjack-dev. Preparing to unpack .../51-libjack-dev_1%3a0.125.0-2_armhf.deb ... Unpacking libjack-dev (1:0.125.0-2) ... Selecting previously unselected package libportaudiocpp0:armhf. Preparing to unpack .../52-libportaudiocpp0_19.6.0-1_armhf.deb ... Unpacking libportaudiocpp0:armhf (19.6.0-1) ... Selecting previously unselected package libqt5test5:armhf. Preparing to unpack .../53-libqt5test5_5.7.1+dfsg-3+rpi1_armhf.deb ... Unpacking libqt5test5:armhf (5.7.1+dfsg-3+rpi1) ... Selecting previously unselected package qtchooser. Preparing to unpack .../54-qtchooser_63-g13a3d08-1_armhf.deb ... Unpacking qtchooser (63-g13a3d08-1) ... Selecting previously unselected package qt5-qmake:armhf. Preparing to unpack .../55-qt5-qmake_5.7.1+dfsg-3+rpi1_armhf.deb ... Unpacking qt5-qmake:armhf (5.7.1+dfsg-3+rpi1) ... Selecting previously unselected package qtbase5-dev-tools. Preparing to unpack .../56-qtbase5-dev-tools_5.7.1+dfsg-3+rpi1_armhf.deb ... Unpacking qtbase5-dev-tools (5.7.1+dfsg-3+rpi1) ... Selecting previously unselected package qtbase5-dev:armhf. Preparing to unpack .../57-qtbase5-dev_5.7.1+dfsg-3+rpi1_armhf.deb ... Unpacking qtbase5-dev:armhf (5.7.1+dfsg-3+rpi1) ... Selecting previously unselected package libqt5opengl5-dev:armhf. Preparing to unpack .../58-libqt5opengl5-dev_5.7.1+dfsg-3+rpi1_armhf.deb ... Unpacking libqt5opengl5-dev:armhf (5.7.1+dfsg-3+rpi1) ... Selecting previously unselected package libvorbis-dev:armhf. Preparing to unpack .../59-libvorbis-dev_1.3.5-4+deb9u2_armhf.deb ... Unpacking libvorbis-dev:armhf (1.3.5-4+deb9u2) ... Selecting previously unselected package libsndfile1-dev. Preparing to unpack .../60-libsndfile1-dev_1.0.27-3_armhf.deb ... Unpacking libsndfile1-dev (1.0.27-3) ... Selecting previously unselected package libusb-1.0-0-dev:armhf. Preparing to unpack .../61-libusb-1.0-0-dev_2%3a1.0.21-1_armhf.deb ... Unpacking libusb-1.0-0-dev:armhf (2:1.0.21-1) ... Selecting previously unselected package libusb-1.0-doc. Preparing to unpack .../62-libusb-1.0-doc_2%3a1.0.21-1_all.deb ... Unpacking libusb-1.0-doc (2:1.0.21-1) ... Selecting previously unselected package libx11-doc. Preparing to unpack .../63-libx11-doc_2%3a1.6.4-3+deb9u1_all.deb ... Unpacking libx11-doc (2:1.6.4-3+deb9u1) ... Selecting previously unselected package portaudio19-dev:armhf. Preparing to unpack .../64-portaudio19-dev_19.6.0-1_armhf.deb ... Unpacking portaudio19-dev:armhf (19.6.0-1) ... Selecting previously unselected package qt5-default. Preparing to unpack .../65-qt5-default_5.7.1+dfsg-3+rpi1_armhf.deb ... Unpacking qt5-default (5.7.1+dfsg-3+rpi1) ... Selecting previously unselected package vim-runtime. Preparing to unpack .../66-vim-runtime_2%3a8.0.0197-4+deb9u1_all.deb ... Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' Unpacking vim-runtime (2:8.0.0197-4+deb9u1) ... Selecting previously unselected package vim. Preparing to unpack .../67-vim_2%3a8.0.0197-4+deb9u1_armhf.deb ... Unpacking vim (2:8.0.0197-4+deb9u1) ... Selecting previously unselected package libfftw3-3:armhf. Preparing to unpack .../68-libfftw3-3_3.3.5-3_armhf.deb ... Unpacking libfftw3-3:armhf (3.3.5-3) ... Selecting previously unselected package librtlsdr0:armhf. Preparing to unpack .../69-librtlsdr0_0.5.3-11+rpt1_armhf.deb ... Unpacking librtlsdr0:armhf (0.5.3-11+rpt1) ... Selecting previously unselected package librtlsdr-dev. Preparing to unpack .../70-librtlsdr-dev_0.5.3-11+rpt1_armhf.deb ... Unpacking librtlsdr-dev (0.5.3-11+rpt1) ... Selecting previously unselected package sndfile-tools. Preparing to unpack .../71-sndfile-tools_1.03-7_armhf.deb ... Unpacking sndfile-tools (1.03-7) ... Setting up libwayland-bin (1.12.0-1) ... Setting up x11proto-dri2-dev (2.8-2) ... Setting up libasound2-dev:armhf (1.1.3-5+rpi3) ... Setting up libfftw3-bin (3.3.5-3) ... Setting up libportaudiocpp0:armhf (19.6.0-1) ... Setting up libjack0:armhf (1:0.125.0-2) ... Processing triggers for mime-support (3.60) ... Setting up libxshmfence-dev:armhf (1.2-1) ... Processing triggers for desktop-file-utils (0.23-1) ... Setting up libdrm-exynos1:armhf (2.4.74-1) ... Setting up libusb-1.0-doc (2:1.0.21-1) ... Setting up libpthread-stubs0-dev:armhf (0.3-4) ... Setting up xorg-sgml-doctools (1:1.11-1) ... Setting up libdrm-omap1:armhf (2.4.74-1) ... Setting up qtchooser (63-g13a3d08-1) ... Setting up libqt5test5:armhf (5.7.1+dfsg-3+rpi1) ... Setting up uuid-dev:armhf (2.29.2-1+deb9u1) ... Setting up x11proto-xf86vidmode-dev (2.3.1-2) ... Setting up x11proto-kb-dev (1.0.7-1) ... Setting up libdrm-tegra0:armhf (2.4.74-1) ... Processing triggers for sgml-base (1.29) ... Setting up libzita-resampler1:armhf (1.6.0-2) ... Setting up librtlsdr0:armhf (0.5.3-11+rpt1) ... Setting up xtrans-dev (1.3.5-1) ... Setting up qt5-qmake:armhf (5.7.1+dfsg-3+rpi1) ... Processing triggers for libc-bin (2.24-11+deb9u3) ... Setting up sndfile-tools (1.03-7) ... Setting up libusb-1.0-0-dev:armhf (2:1.0.21-1) ... Setting up x11proto-gl-dev (1.4.17-1) ... Setting up libfftw3-dev:armhf (3.3.5-3) ... Setting up libfftw3-3:armhf (3.3.5-3) ... Setting up librtlsdr-dev (0.5.3-11+rpt1) ... Setting up libfaad-dev:armhf (2.8.0cvs20161113-1+deb9u1) ... Setting up libx11-doc (2:1.6.4-3+deb9u1) ... Processing triggers for man-db (2.7.6.1-2) ... Setting up vim-runtime (2:8.0.0197-4+deb9u1) ... Setting up libzita-alsa-pcmi0:armhf (0.2.0-4) ... Processing triggers for gnome-menus (3.13.3-9) ... Setting up libwayland-dev:armhf (1.12.0-1) ... Processing triggers for hicolor-icon-theme (0.15-1) ... Setting up faad (2.8.0~cvs20161113-1+deb9u1) ... Setting up libogg-dev:armhf (1.3.2-1) ... Setting up libvorbis-dev:armhf (1.3.5-4+deb9u2) ... Setting up qtbase5-dev-tools (5.7.1+dfsg-3+rpi1) ... Setting up libjack-dev (1:0.125.0-2) ... Setting up x11proto-core-dev (7.0.31-1) ... Setting up portaudio19-dev:armhf (19.6.0-1) ... Setting up vim (2:8.0.0197-4+deb9u1) ... update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode Setting up libdrm-dev:armhf (2.4.74-1) ... Setting up libflac-dev:armhf (1.3.2-1) ... Setting up libxau-dev:armhf (1:1.0.8-1) ... Setting up jackd1 (1:0.125.0-2) ... Setting up libxdmcp-dev:armhf (1:1.1.2-3) ... Setting up libxcb1-dev:armhf (1.12-1) ... Setting up libxcb-glx0-dev:armhf (1.12-1) ... Setting up x11proto-input-dev (2.3.2-1) ... Setting up libxcb-sync-dev:armhf (1.12-1) ... Setting up libsndfile1-dev (1.0.27-3) ... Setting up libxcb-dri2-0-dev:armhf (1.12-1) ... Setting up libxcb-render0-dev:armhf (1.12-1) ... Setting up libxcb-dri3-dev:armhf (1.12-1) ... Setting up x11proto-xext-dev (7.3.0-1) ... Setting up libxcb-shape0-dev:armhf (1.12-1) ... Setting up libx11-dev:armhf (2:1.6.4-3+deb9u1) ... Setting up libxxf86vm-dev:armhf (1:1.1.4-1) ... Setting up libx11-xcb-dev:armhf (2:1.6.4-3+deb9u1) ... Setting up libxcb-randr0-dev:armhf (1.12-1) ... Setting up libxcb-xfixes0-dev:armhf (1.12-1) ... Setting up x11proto-fixes-dev (1:5.0-2) ... Setting up x11proto-damage-dev (1:1.2.1-2) ... Setting up libxext-dev:armhf (2:1.3.3-1) ... Setting up libxcb-present-dev:armhf (1.12-1) ... Setting up libxfixes-dev:armhf (1:5.0.3-1) ... Setting up libxdamage-dev:armhf (1:1.1.4-2+b1) ... Setting up libegl1-mesa-dev:armhf (13.0.6-1+rpi2) ... Setting up libgles2-mesa-dev:armhf (13.0.6-1+rpi2) ... Setting up qtbase5-dev:armhf (5.7.1+dfsg-3+rpi1) ... Setting up libqt5opengl5-dev:armhf (5.7.1+dfsg-3+rpi1) ... Setting up qt5-default (5.7.1+dfsg-3+rpi1) ... Processing triggers for libc-bin (2.24-11+deb9u3) ... root@raspberrypi:/home/pi# git clone https://github.com/JvanKatwijk/dab-rpi Cloning into 'dab-rpi'... Username for 'https://github.com': kaits68 Password for 'https://kaits68@github.com': remote: Repository not found. fatal: repository 'https://github.com/JvanKatwijk/dab-rpi/' not found root@raspberrypi:/home/pi# git clone https://github.com/JvanKatwijk/qt-dab Cloning into 'qt-dab'... remote: Enumerating objects: 12, done. remote: Counting objects: 100% (12/12), done. remote: Compressing objects: 100% (10/10), done. remote: Total 4340 (delta 5), reused 7 (delta 2), pack-reused 4328 Receiving objects: 100% (4340/4340), 5.41 MiB | 4.64 MiB/s, done. Resolving deltas: 100% (3186/3186), done. root@raspberrypi:/home/pi# cd qt-dab root@raspberrypi:/home/pi/qt-dab# vim qt-dab.pro root@raspberrypi:/home/pi/qt-dab# qmake Info: creating stash file /home/pi/qt-dab/.qmake.stash Project MESSAGE: Current git hash = 2834688 https://github.com/JvanKatwijk/qt-dab/commit/2834688921fc1d346c3dec51f3efe3c0dcf6e08a root@raspberrypi:/home/pi/qt-dab# make /usr/lib/arm-linux-gnueabihf/qt5/bin/uic forms/technical_data.ui -o ui_technical_data.h /usr/lib/arm-linux-gnueabihf/qt5/bin/uic forms/dabradio.ui -o ui_dabradio.h /usr/lib/arm-linux-gnueabihf/qt5/bin/uic forms/audio-description.ui -o ui_audio-description.h /usr/lib/arm-linux-gnueabihf/qt5/bin/uic forms/data-description.ui -o ui_data-description.h /usr/lib/arm-linux-gnueabihf/qt5/bin/uic spectrum-viewer/scopewidget.ui -o ui_scopewidget.h /usr/lib/arm-linux-gnueabihf/qt5/bin/uic impulse-viewer/impulse-widget.ui -o ui_impulse-widget.h /usr/lib/arm-linux-gnueabihf/qt5/bin/uic tii-viewer/tii-widget.ui -o ui_tii-widget.h /usr/lib/arm-linux-gnueabihf/qt5/bin/uic devices/filereader-widget.ui -o ui_filereader-widget.h /usr/lib/arm-linux-gnueabihf/qt5/bin/uic devices/rtlsdr-handler/rtlsdr-widget.ui -o ui_rtlsdr-widget.h /usr/lib/arm-linux-gnueabihf/qt5/bin/uic devices/sdrplay-handler/sdrplay-widget.ui -o ui_sdrplay-widget.h /usr/lib/arm-linux-gnueabihf/qt5/bin/uic devices/hackrf-handler/hackrf-widget.ui -o ui_hackrf-widget.h /usr/lib/arm-linux-gnueabihf/qt5/bin/uic devices/airspy-handler/airspy-widget.ui -o ui_airspy-widget.h g++ -c -pipe -std=c++11 -flto -ffast-math -isystem /usr/include/arm-linux-gnueabihf/qt5 -O2 -Wall -W -D_REENTRANT -fPIC -DGITHASH="2834688" -DMSC_DATA -DPRESET_NAME -D__THREADED_BACKEND -DHAVE_RTLSDR -DHAVE_SDRPLAY -DHAVE_HACKRF -DHAVE_AIRSPY -D_SENDDATAGRAM -DTRY_EPG -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -I. -I. -Isrc -Iincludes -Iservice-description -Iincludes/protection -Iincludes/ofdm -Iincludes/backend -Iincludes/backend/audio -Iincludes/backend/data -Iincludes/backend/data/mot -Iincludes/backend/data/journaline -Iincludes/output -Iincludes/support -Iincludes/support/viterbi_768 -Idevices -Idevices/rawfiles -Idevices/wavfiles -Iincludes/scopes-qwt6 -Ispectrum-viewer -Iimpulse-viewer -Itii-viewer -isystem /usr/local/include -isystem /usr/local/include -isystem /usr/include/qt4/qwt -isystem /usr/include/qt5/qwt -isystem /usr/include/qt4/qwt -isystem /usr/include/qwt -I/usr/local/qwt-6.1.4-svn/ -Idevices/rtlsdr-handler -Idevices/sdrplay-handler -Idevices/hackrf-handler -Idevices/airspy-handler -Idevices/airspy-handler/libairspy -Iincludes/backend/data/epg -isystem /usr/include/arm-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtNetwork -isystem /usr/include/arm-linux-gnueabihf/qt5/QtXml -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o main.o main.cpp main.cpp: In function ‘int main(int, char**)’: main.cpp:70:17: warning: unused variable ‘tii_delay’ [-Wunused-variable] int16_t tii_delay = 20; ^~~~~ g++ -c -pipe -std=c++11 -flto -ffast-math -isystem /usr/include/arm-linux-gnueabihf/qt5 -O2 -Wall -W -D_REENTRANT -fPIC -DGITHASH="2834688" -DMSC_DATA -DPRESET_NAME -D__THREADED_BACKEND -DHAVE_RTLSDR -DHAVE_SDRPLAY -DHAVE_HACKRF -DHAVE_AIRSPY -D_SENDDATAGRAM -DTRY_EPG -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -I. -I. -Isrc -Iincludes -Iservice-description -Iincludes/protection -Iincludes/ofdm -Iincludes/backend -Iincludes/backend/audio -Iincludes/backend/data -Iincludes/backend/data/mot -Iincludes/backend/data/journaline -Iincludes/output -Iincludes/support -Iincludes/support/viterbi_768 -Idevices -Idevices/rawfiles -Idevices/wavfiles -Iincludes/scopes-qwt6 -Ispectrum-viewer -Iimpulse-viewer -Itii-viewer -isystem /usr/local/include -isystem /usr/local/include -isystem /usr/include/qt4/qwt -isystem /usr/include/qt5/qwt -isystem /usr/include/qt4/qwt -isystem /usr/include/qwt -I/usr/local/qwt-6.1.4-svn/ -Idevices/rtlsdr-handler -Idevices/sdrplay-handler -Idevices/hackrf-handler -Idevices/airspy-handler -Idevices/airspy-handler/libairspy -Iincludes/backend/data/epg -isystem /usr/include/arm-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtNetwork -isystem /usr/include/arm-linux-gnueabihf/qt5/QtXml -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o radio.o radio.cpp In file included from includes/output/audiosink.h:34:0, from radio.cpp:51: includes/output/audio-base.h:27:24: fatal error: samplerate.h: No such file or directory

include

^ compilation terminated. Makefile:1106: recipe for target 'radio.o' failed make: *** [radio.o] Error 1 root@raspberrypi:/home/pi/qt-dab# cd linux-bin root@raspberrypi:/home/pi/qt-dab/linux-bin# ./dab-rpi-0.997 bash: ./dab-rpi-0.997: No such file or directory

Hei. I use first time raspberry and can not go more or have you new lessons how set up dab radio. i use raspb 3b+ and Raspbian Stretch with desktop and recommended software raspbian jenny no work for me :(

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/qt-dab/issues/102#issuecomment-442264087, or mute the thread https://github.com/notifications/unsubscribe-auth/AITzwLUpCmktw3PsTXJAGSacUJJ7jPa7ks5uzdDNgaJpZM4TcLbn .

-- Jan van Katwijk

+31 (0)15 3698980 +31 (0) 628260355

kaits68 commented 5 years ago

how can install libsamplerate? i thinking at is installed? root@raspberrypi:/home/pi/qt-dab/linux-bin# sudo apt-get install libsamplerate0 Reading package lists... Done Building dependency tree Reading state information... Done libsamplerate0 is already the newest version (0.1.8-8). libsamplerate0 set to manually installed. The following packages were automatically installed and are no longer required: erlang-base erlang-crypto erlang-syntax-tools fonts-lato libboost-thread1.62.0 libqt5scintilla2-12v5 libqt5scintilla2-l10n libqwt-qt5-6 libruby2.3 libscsynth1 libsctp1 libyaml-0-2 rake ruby ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert ruby-test-unit ruby2.3 rubygems-integration Use 'sudo apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Have you new tutorial how install and can install to Raspbian Stretch with desktop and recommended software or needed raspian jessi?

JvanKatwijk commented 5 years ago

the way you install other packages. try apt-cache to see the name of the package and install it with apt-get install

Op wo 28 nov. 2018 om 18:18 schreef kaits68 notifications@github.com:

how can install libsamplerate?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/qt-dab/issues/102#issuecomment-442529857, or mute the thread https://github.com/notifications/unsubscribe-auth/AITzwHNwdAYJhdmzaHFuzV7oGRvZ6k9Nks5uzsVvgaJpZM4TcLbn .

-- Jan van Katwijk

+31 (0)15 3698980 +31 (0) 628260355

kaits68 commented 5 years ago

and can use this stich to dab+ radio with raspberry?https://www.dx.com/p/rtl2832u-r820t-mini-dvb-t-dab-fm-usb-digital-tv-dongle-black-2021120#.W_7WqTGNyUk

can use with windows7-yes

JvanKatwijk commented 5 years ago

It looks like the one I have

Op wo 28 nov. 2018 om 18:57 schreef kaits68 notifications@github.com:

and can use this stich to dab+ radio with raspberry? https://www.dx.com/p/rtl2832u-r820t-mini-dvb-t-dab-fm-usb-digital-tv-dongle-black-2021120#.W_7WqTGNyUk

can use with windows7-yes

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/qt-dab/issues/102#issuecomment-442543778, or mute the thread https://github.com/notifications/unsubscribe-auth/AITzwPtBAGGt1zgx5q1W9YnAnYzs4wasks5uzs6TgaJpZM4TcLbn .

-- Jan van Katwijk

+31 (0)15 3698980 +31 (0) 628260355

kaits68 commented 5 years ago

I used all this command but ... sudo su - raspi-config sudo su - apt-get update && apt-get dist-upgrade -y

apt-get install -y vim qt5-default qt5-qmake libusb-1.0-0 libusb-1.0-0-dev \ portaudio19-dev faad libfaad-dev libsndfile1-dev \ sndfile-tools librtlsdr0 librtlsdr-dev libfftw3-3 libfftw3-dev

git clone https://github.com/JvanKatwijk/qt-dab cd qt-dab

vim dab-rpi.pro

qmake make

cd linux-bin ./dab-rpi-0.997- her is wrong :( or much more??

JvanKatwijk commented 5 years ago

dab-rpi-0.xxx is at least one year old. You better look at http://github.com/JvanKatwijk/qt-dab, and read the "README"

Op wo 28 nov. 2018 om 19:35 schreef kaits68 notifications@github.com:

I used all this command but ... sudo su - raspi-config sudo su - apt-get update && apt-get dist-upgrade -y

apt-get install -y vim qt5-default qt5-qmake libusb-1.0-0 libusb-1.0-0-dev portaudio19-dev faad libfaad-dev libsndfile1-dev sndfile-tools librtlsdr0 librtlsdr-dev libfftw3-3 libfftw3-dev

git clone https://github.com/JvanKatwijk/qt-dab cd qt-dab

vim dab-rpi.pro

qmake make

cd linux-bin ./dab-rpi-0.997- her is wrong :( or much more??

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/qt-dab/issues/102#issuecomment-442556183, or mute the thread https://github.com/notifications/unsubscribe-auth/AITzwDSwh14ziqkeeLAKkQIAGgP48AF-ks5uztdZgaJpZM4TcLbn .

-- Jan van Katwijk

+31 (0)15 3698980 +31 (0) 628260355

kaits68 commented 5 years ago

Whats system is ok-NOOBS or Raspian strech i can not istall dab :( Fetch the required components- this installed ok but 2.Fetch the required libraries her beginning problem- cmake .. can not install

JvanKatwijk commented 5 years ago

I run stretch, that is full distro. It is derived from debian - as is ubuntu - so the description in the README file is reasonably accurate for stretch

Op do 29 nov. 2018 om 16:49 schreef kaits68 notifications@github.com:

Whats system is ok-NOOBS or Raspian strech

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/qt-dab/issues/102#issuecomment-442883156, or mute the thread https://github.com/notifications/unsubscribe-auth/AITzwLWHjgTLGYofvVbg3W7cUmxDKL6gks5u0AH8gaJpZM4TcLbn .

-- Jan van Katwijk

+31 (0)15 3698980 +31 (0) 628260355

kaits68 commented 5 years ago

I try too strech but... Whats folder i need take this Readme file?

JvanKatwijk commented 5 years ago

The readme file is part of the source tree. If you downloaded the software, it is named README.md

Op do 29 nov. 2018 om 18:04 schreef kaits68 notifications@github.com:

I try too strech but... Whats folder i need take this Readme file?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/qt-dab/issues/102#issuecomment-442913377, or mute the thread https://github.com/notifications/unsubscribe-auth/AITzwBFMt_ZhfqVg9VAWLhun6t9iDHrhks5u0BOugaJpZM4TcLbn .

-- Jan van Katwijk

+31 (0)15 3698980 +31 (0) 628260355

kaits68 commented 5 years ago

root@raspberrypi:/home/pi/rtl-sdr/build# sudo ldconfig root@raspberrypi:/home/pi/rtl-sdr/build# cd .. root@raspberrypi:/home/pi/rtl-sdr# rm -rf build root@raspberrypi:/home/pi/rtl-sdr# cd .. root@raspberrypi:/home/pi# cd host-master/build bash: cd: host-master/build: No such file or directory After last command coming this fail

kaits68 commented 5 years ago

first i havening problem with this command: cmake ../ -DINSTALL_UDEV_RULES=ON -DDETACH_KERNEL_DRIVER=ON cannot find cmake folder or something havening and i install this cmake sudo apt-get install build-essential cmake cmake-curses-gui pkg-config this is OK?

JvanKatwijk commented 5 years ago

The command relates to building the ".so" file for the RTLSDR based devices did you a. download the sourcetree b. cd into this sourcetree

Op vr 30 nov. 2018 om 17:30 schreef kaits68 notifications@github.com:

first i havening problem with this command: cmake ../ -DINSTALL_UDEV_RULES=ON -DDETACH_KERNEL_DRIVER=ON cannot find cmake folder or something havening and i install this cmake sudo apt-get install build-essential cmake cmake-curses-gui pkg-config this is OK?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/qt-dab/issues/102#issuecomment-443259322, or mute the thread https://github.com/notifications/unsubscribe-auth/AITzwPYwS9pSqb0NsL5NQkXkcy-FMlgjks5u0V0QgaJpZM4TcLbn .

-- Jan van Katwijk

+31 (0)15 3698980 +31 (0) 628260355

kaits68 commented 5 years ago

Now i get error if i try begin with qt-dab--sdrplay:no library or device. and error report libmir_sdr.so:cannot open shared object file: No such file or dir.

JvanKatwijk commented 5 years ago

well, the sdrplay is a device that can be in or out the configuration. If you have the device, then you should install the library, if not it is best to remove it from the configuration

If you are using qmake then you should comment out the line CONFIG += sdrplay in the file qt-dab.pro

the lines are in the unix section and read:

comment or uncomment for the devices you want to have support for

(you obviously have libraries installed for the selected ones)

CONFIG += dabstick CONFIG += sdrplay

CONFIG += rtl_tcp

CONFIG += airspy CONFIG += hackrf

CONFIG += elad_s1 # does not work yet

Op ma 3 dec. 2018 om 00:42 schreef kaits68 notifications@github.com:

Now i get error if i try begin with qt-dab--sdrplay:no library or device. and error report libmir_sdr.so:cannot open shared object file: No such file or dir.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/qt-dab/issues/102#issuecomment-443553507, or mute the thread https://github.com/notifications/unsubscribe-auth/AITzwGM67bv818BRvBtu63Eo3kfb9BCOks5u1GVfgaJpZM4TcLbn .

-- Jan van Katwijk

+31 (0)15 3698980 +31 (0) 628260355

JvanKatwijk commented 5 years ago

Text from the README file

Options in the configuration are:

a) select or unselect devices

b) select the output: soundcard or TCP connection

c) select or unselect basic MSC data handling

Adding or removing from the configuration is in all cases by commenting or uncommenting a line in the configuration file.

Comment the lines out by prefixing the line with a # in the qt-dab.pro file (section "unix") for the device(s) you want to exclude in the configuration. In the example below, rtl_tcp (i.e. the connection to the rtlsdr server) won't be used.


CONFIG          += dabstick
CONFIG          += sdrplay
#CONFIG          += rtl_tcp
CONFIG          += airspy

Op ma 3 dec. 2018 om 00:42 schreef kaits68 <notifications@github.com>:

> Now i get error if i try begin with qt-dab--sdrplay:no library or device.
> and error report libmir_sdr.so:cannot open shared object file: No such
> file or dir.
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <https://github.com/JvanKatwijk/qt-dab/issues/102#issuecomment-443553507>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AITzwGM67bv818BRvBtu63Eo3kfb9BCOks5u1GVfgaJpZM4TcLbn>
> .
>

-- 
Jan van Katwijk

+31 (0)15 3698980
+31 (0) 628260355
kaits68 commented 5 years ago

Maybe problem her- Bus 001 Device 006: ID 0bda:2838 Realtek Semiconductor Corp. RTL2838 DVB-T i have qt-dab.pro setting som you say :(

JvanKatwijk commented 5 years ago

What is the problem you are referring to

Op ma 3 dec. 2018 om 17:32 schreef kaits68 notifications@github.com:

Maybe problem her- Bus 001 Device 006: ID 0bda:2838 Realtek Semiconductor Corp. RTL2838 DVB-T

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/qt-dab/issues/102#issuecomment-443774472, or mute the thread https://github.com/notifications/unsubscribe-auth/AITzwJJdZAc85VAUVs_AAAt2mRtQj0mFks5u1VIxgaJpZM4TcLbn .

-- Jan van Katwijk

+31 (0)15 3698980 +31 (0) 628260355

kaits68 commented 5 years ago

RTL2838, This is OK?

JvanKatwijk commented 5 years ago

Why not?

On Mon, Dec 3, 2018, 6:02 PM kaits68 <notifications@github.com wrote:

RTL2838, This is OK?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/qt-dab/issues/102#issuecomment-443785903, or mute the thread https://github.com/notifications/unsubscribe-auth/AITzwPkCBrzwQRF1uvaRMPuP2kGG-AwWks5u1VkrgaJpZM4TcLbn .

kaits68 commented 5 years ago

a) the path /usr/local/lib is in the load library paths (i.e. it is named in one of the .conf files in the etc/ld.so.conf directory

b) a file exists in the /etc/udev/rules.d directory describing the device, allowing "ordinary" users to access the device. Maybe need her change device data or not? After i disable Sdr play .

JvanKatwijk commented 5 years ago

I do not understand the issue/question

I presume you are talking about applying an RT2832 based device. You did not mention what the problem is (if running, what is the output)

Op ma 3 dec. 2018 om 20:23 schreef kaits68 notifications@github.com:

a) the path /usr/local/lib is in the load library paths (i.e. it is named in one of the .conf files in the etc/ld.so.conf directory

b) a file exists in the /etc/udev/rules.d directory describing the device, allowing "ordinary" users to access the device. Maybe need her change device data or not? After i disable Sdr play .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/qt-dab/issues/102#issuecomment-443836566, or mute the thread https://github.com/notifications/unsubscribe-auth/AITzwK-tRDItN7MDLZUS7VqshWnDS3Ssks5u1Xo4gaJpZM4TcLbn .

-- Jan van Katwijk

+31 (0)15 3698980 +31 (0) 628260355

kaits68 commented 5 years ago

Problem is this at No work

JvanKatwijk commented 5 years ago

Yes, buit you should provide some information so that I can deduce what is going on. Pls send me the output of the make process as well as the output of the program when starting it then I might be able to see what is going right and wrong

Op di 4 dec. 2018 om 11:35 schreef kaits68 notifications@github.com:

Problem is this at No work

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/qt-dab/issues/102#issuecomment-444053061, or mute the thread https://github.com/notifications/unsubscribe-auth/AITzwHgMY-4xnuFhvMSa7pEEOSThKRf9ks5u1k_UgaJpZM4TcLbn .

-- Jan van Katwijk

+31 (0)15 3698980 +31 (0) 628260355

JvanKatwijk commented 5 years ago

Progress?

Op di 4 dec. 2018 om 11:55 schreef jan van katwijk j.vankatwijk@gmail.com:

Yes, buit you should provide some information so that I can deduce what is going on. Pls send me the output of the make process as well as the output of the program when starting it then I might be able to see what is going right and wrong

Op di 4 dec. 2018 om 11:35 schreef kaits68 notifications@github.com:

Problem is this at No work

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/qt-dab/issues/102#issuecomment-444053061, or mute the thread https://github.com/notifications/unsubscribe-auth/AITzwHgMY-4xnuFhvMSa7pEEOSThKRf9ks5u1k_UgaJpZM4TcLbn .

-- Jan van Katwijk

+31 (0)15 3698980 +31 (0) 628260355

-- Jan van Katwijk

+31 (0)15 3698980 +31 (0) 628260355

kaits68 commented 5 years ago

Nothing😥😥. Maybe can check en time more tomorrow

JvanKatwijk commented 5 years ago

If you are just interested in running a dab program on an RPI rather than having to compile and build it yourself, the "releases: section of the github repo contains an "appimage" for use on the rpi2/3, an image with everything on/in it (apart from a driver program of the device)

Op ma 10 dec. 2018 om 09:14 schreef kaits68 notifications@github.com:

Nothing😥😥. Maybe can check en time more tomorrow

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/qt-dab/issues/102#issuecomment-445727356, or mute the thread https://github.com/notifications/unsubscribe-auth/AITzwHu_LahPU7jfkcHl0zS3Pc520gf5ks5u3hfRgaJpZM4TcLbn .

-- Jan van Katwijk

+31 (0)15 3698980 +31 (0) 628260355

kaits68 commented 5 years ago

Hei,yesteday is this problem/ root@raspberrypi:/home/pi# cd qt-dab root@raspberrypi:/home/pi/qt-dab# qmake qt-dab.pro Project MESSAGE: Current git hash = 4382693 root@raspberrypi:/home/pi/qt-dab# make gcc -c -pipe -flto -ffast-math -O2 -Wall -W -D_REENTRANT -fPIC -DGITHASH=\"4382693\" -DMSC_DATA -DPRESET_NAME -D__THREADED_BACKEND -DHAVE_RTLSDR -DHAVE_SDRPLAY -DHAVE_HACKRF -DHAVE_AIRSPY -D_SENDDATAGRAM -DTRY_EPG -DNEON_AVAILABLE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -I. -I. -Isrc -Iincludes -Iservice-description -Iincludes/protection -Iincludes/ofdm -Iincludes/backend -Iincludes/backend/audio -Iincludes/backend/data -Iincludes/backend/data/mot -Iincludes/backend/data/journaline -Iincludes/output -Iincludes/support -Iincludes/support/viterbi_768 -Idevices -Idevices/rawfiles -Idevices/wavfiles -Iincludes/scopes-qwt6 -Ispectrum-viewer -Iimpulse-viewer -Itii-viewer -isystem /usr/local/include -isystem /usr/local/include -isystem /usr/include/qt4/qwt -isystem /usr/include/qt5/qwt -isystem /usr/include/qt4/qwt -isystem /usr/include/qwt -I/usr/local/qwt-6.1.4-svn/ -Idevices/rtlsdr-handler -Idevices/sdrplay-handler -Idevices/hackrf-handler -Idevices/airspy-handler -Idevices/airspy-handler/libairspy -Iincludes/backend/data/epg -isystem /usr/include/arm-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtNetwork -isystem /usr/include/arm-linux-gnueabihf/qt5/QtXml -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o spiral-neon.o src/support/viterbi_768/spiral-neon.c In file included from src/support/viterbi_768/spiral-neon.c:27:0: src/support/viterbi_768/SSE2NEON.h: In function ‘_mm_clflush’: src/support/viterbi_768/SSE2NEON.h:1678:42: warning: unused parameter ‘p’ [-Wunused-parameter] FORCE_INLINE void _mm_clflush(void const*p) ^ In file included from src/support/viterbi_768/SSE2NEON.h:123:0, from src/support/viterbi_768/spiral-neon.c:27: src/support/viterbi_768/SSE2NEON.h: In function ‘_mm_setzero_si128’: /usr/lib/gcc/arm-linux-gnueabihf/6/include/arm_neon.h:5792:1: error: inlining failed in call to always_inline ‘vdupq_n_s32’: target specific option mismatch vdupq_n_s32 (int32_t a) ^~~ In file included from src/support/viterbi_768/spiral-neon.c:27:0: src/support/viterbi_768/SSE2NEON.h:312:33: note: called from here src/support/viterbi_768/SSE2NEON.h:230:2: (x)


src/support/viterbi_768/SSE2NEON.h:312:33:
  return vreinterpretq_m128i_s32(vdupq_n_s32(0));

Makefile:1946: recipe for target 'spiral-neon.o' failed
make: *** [spiral-neon.o] Error 1
JvanKatwijk commented 5 years ago

Can you send me the 'qt-dab.pro" file you are using

Op di 11 dec. 2018 om 16:06 schreef kaits68 notifications@github.com:

Hei,yesteday is this problem/ root@raspberrypi:/home/pi# cd qt-dab root@raspberrypi:/home/pi/qt-dab# qmake qt-dab.pro Project MESSAGE: Current git hash = 4382693 https://github.com/JvanKatwijk/qt-dab/commit/43826931264dc15d4a100a2093eee5dea0889f3b root@raspberrypi:/home/pi/qt-dab# make gcc -c -pipe -flto -ffast-math -O2 -Wall -W -D_REENTRANT -fPIC -DGITHASH="4382693" -DMSC_DATA -DPRESET_NAME -D__THREADED_BACKEND -DHAVE_RTLSDR -DHAVE_SDRPLAY -DHAVE_HACKRF -DHAVE_AIRSPY -D_SENDDATAGRAM -DTRY_EPG -DNEON_AVAILABLE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -I. -I. -Isrc -Iincludes -Iservice-description -Iincludes/protection -Iincludes/ofdm -Iincludes/backend -Iincludes/backend/audio -Iincludes/backend/data -Iincludes/backend/data/mot -Iincludes/backend/data/journaline -Iincludes/output -Iincludes/support -Iincludes/support/viterbi_768 -Idevices -Idevices/rawfiles -Idevices/wavfiles -Iincludes/scopes-qwt6 -Ispectrum-viewer -Iimpulse-viewer -Itii-viewer -isystem /usr/local/include -isystem /usr/local/include -isystem /usr/include/qt4/qwt -isystem /usr/include/qt5/qwt -isystem /usr/include/qt4/qwt -isystem /usr/include/qwt -I/usr/local/qwt-6.1.4-svn/ -Idevices/rtlsdr-handler -Idevices/sdrplay-handler -Idevices/hackrf-handler -Idevices/airspy-handler -Idevices/airspy-handler/libairspy -Iincludes/backend/data/epg -isystem /usr/include/arm-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtNetwork -isystem /usr/include/arm-linux-gnueabihf/qt5/QtXml -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -I. -I. -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o spiral-neon.o src/support/viterbi_768/spiral-neon.c In file included from src/support/viterbi_768/spiral-neon.c:27:0: src/support/viterbi_768/SSE2NEON.h: In function ‘_mm_clflush’: src/support/viterbi_768/SSE2NEON.h:1678:42: warning: unused parameter ‘p’ [-Wunused-parameter] FORCE_INLINE void _mm_clflush(void const*p) ^ In file included from src/support/viterbi_768/SSE2NEON.h:123:0, from src/support/viterbi_768/spiral-neon.c:27: src/support/viterbi_768/SSE2NEON.h: In function ‘_mm_setzero_si128’: /usr/lib/gcc/arm-linux-gnueabihf/6/include/arm_neon.h:5792:1: error: inlining failed in call to always_inline ‘vdupq_n_s32’: target specific option mismatch vdupq_n_s32 (int32_t a) ^~~ In file included from src/support/viterbi_768/spiral-neon.c:27:0: src/support/viterbi_768/SSE2NEON.h:312:33: note: called from here src/support/viterbi_768/SSE2NEON.h:230:2: (x)

src/support/viterbi_768/SSE2NEON.h:312:33:

return vreinterpretq_m128i_s32(vdupq_n_s32(0));

Makefile:1946: recipe for target 'spiral-neon.o' failed

make: *** [spiral-neon.o] Error 1

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/qt-dab/issues/102#issuecomment-446234942, or mute the thread https://github.com/notifications/unsubscribe-auth/AITzwHRtrMvBt8JrqlV96aWAsG5aHb5mks5u38nugaJpZM4TcLbn .

-- Jan van Katwijk

+31 (0)15 3698980 +31 (0) 628260355

kaits68 commented 5 years ago

I can use only libre office at send this fail qt-dab.pro.docx

JvanKatwijk commented 5 years ago

you might select SSE if you are compiling on a x64 with SSE support

and you might select NEON if you are compiling for an arm (however

have a look at the config section for neon then)

CONFIG += NEON_RPI2

CONFIG += NEON_RPI3

CONFIG += SSE

CONFIG += NO_SSE

You selected NEON_RPI3, in some (many) cases that gives an error. Try NEON_RPI2 or NO_SSE

Furthermore, I see that you have selected more than one device

comment or uncomment for the devices you want to have support for

(you obviously have libraries installed for the selected ones)

CONFIG += dabstick

CONFIG += sdrplay

CONFIG += rtl_tcp

CONFIG += airspy

CONFIG += hackrf

CONFIG += elad_s1 # does not work yet

It might be best to comment out the lines for the devices you do not have. Just to make things easier (Commenting out is by preceding the line with a #)

Op di 11 dec. 2018 om 19:05 schreef kaits68 notifications@github.com:

I can use only libre office at send this fail qt-dab.pro.docx https://github.com/JvanKatwijk/qt-dab/files/2668746/qt-dab.pro.docx

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/qt-dab/issues/102#issuecomment-446301490, or mute the thread https://github.com/notifications/unsubscribe-auth/AITzwF6k1jV8kadS5-mUPBbMZW4AXOy9ks5u3_PWgaJpZM4TcLbn .

-- Jan van Katwijk

+31 (0)15 3698980 +31 (0) 628260355

kaits68 commented 5 years ago

work with Qt_DAB-ARM.Appimage if this doit evry start time execute file