git-artes / gr-isdbt

DTV ISDB-T in GNURadio
http://iie.fing.edu.uy/investigacion/grupos/artes/gr-isdbt/
Other
147 stars 35 forks source link

problem to install module gr-isdbt on gnuradio 3.8 #49

Closed Samircaiala closed 2 years ago

Samircaiala commented 2 years ago

I'm trying to install the isdbt module on my gnuradio 3.8 version and when i perform the comand "make && sudo make install", i am geting the following ERROR:

"make[2]: Sem regra para processar o alvo '/usr/lib/x86_64-linux-gnu/liborc-0.4.so', necessário por 'lib/libgnuradio-isdbt.so.1.0.0.0'. Pare. make[1]: [CMakeFiles/Makefile2:272: lib/CMakeFiles/gnuradio-isdbt.dir/all] Erro 2 make: *** [Makefile:141: all] Erro 2"

How can I solve this Issue ?

Captura de tela de 2022-06-05 20-17-25

If it's possible, please answer to my request throgh the following E-mail adress: samir.engine@outlook.com

git-artes commented 2 years ago

Hi, You don't have orc installed. You should first install all pre-requisites through: $ sudo apt-get install gnuradio-dev cmake git libboost-all-dev libcppunit-dev liblog4cpp5-dev swig liborc-dev libgsl-dev

and then the safest way is to erase the whole build directory and start again. best

Samircaiala commented 2 years ago

@git-artes ,wow,thanks so much for this fast answer, i'm going to just like you said!

best regards!

Samircaiala commented 2 years ago

Thanks a lot! Problem solved , just by doing what you told me to do!