Re: OOT Porting from gnuradio v3.7 to v3.8

2021-03-15 Thread Louis Jung
I’ve Installed itpp via MacPorts too. Actually I've solved this library problem by adding ITPP_LIBRARIES to target_link_libraries in lib/CMakeLists. However, I got another issue. Although ofdm_parse_payload block (from the OOT module) is well recognized in gnuradio (in GUI app. as shown in the

Re: OOT Porting from gnuradio v3.7 to v3.8

2021-03-15 Thread Marcus Müller
Sadly, it's really the issue as shown by your output that your linker can't find the itpp library. Since you've said you've installed it, please check whether it's installed where your toolchain expects it. *how* you've installed it, specifically, might be helpful. Was it also using macports? B

Re: OOT Porting from gnuradio v3.7 to v3.8

2021-03-14 Thread Louis Jung
Thank you for your reply! Actually I’ve installed itpp and itpp-dev (command was different, cause I’m using Mac), but it showed the same error.. I think there is another issue. > 2021. 3. 10. 오후 7:56, Andi Kita 작성: > > sudo apt-get install libitpp-dev > > On Tue, Mar 9, 2021, 9:05 PM Louis J

Re: OOT Porting from gnuradio v3.7 to v3.8

2021-03-10 Thread Andi Kita
sudo apt-get install libitpp-dev On Tue, Mar 9, 2021, 9:05 PM Louis Jung wrote: > Hello, > > I’m currently trying to port ‘gr-csitool’ ( > https://github.com/qiank10/gr-csitool) from gnuradio v3.7 to v3.8 in OS X. > > I’ve installed gnuradio via MacPorts. > > While I’ve followed instruction from

OOT Porting from gnuradio v3.7 to v3.8

2021-03-09 Thread Louis Jung
Hello, I’m currently trying to port ‘gr-csitool’ (https://github.com/qiank10/gr-csitool ) from gnuradio v3.7 to v3.8 in OS X. I’ve installed gnuradio via MacPorts. While I’ve followed instruction from 'https://wiki.gnuradio.org/index.php/GNU_Radio_3.8_OO