Re: Minimal deployment of gnuradio application.

2020-07-09 Thread Victor Ortman
Thanks alot for your input guys! I will take a look at the application. It might be of some use for me going forward! Regards, Victor Den ons 8 juli 2020 kl 22:42 skrev Ron Economos : > You can write a C++ application that only links to the necessary GNU > Radio libraries. No Python required.

Re: Minimal deployment of gnuradio application.

2020-07-08 Thread Ron Economos
You can write a C++ application that only links to the necessary GNU Radio libraries. No Python required. See this repository for an example. https://github.com/csdvb/dvbs2_tx Ron On 7/6/20 02:02, Victor Ortman wrote: Hi guys! Let me start by saying that I am pretty much clueless when it

Re: Minimal deployment of gnuradio application.

2020-07-08 Thread Cinaed Simson
Hi Victor - the adjectives "small" and " minimal" are typically not used to describe statically linked objects. My guess would be you would have to download the GR source and force static linking. I don't think it's possible to statically link against a dynamical library. Which if true

Minimal deployment of gnuradio application.

2020-07-06 Thread Victor Ortman
Hi guys! Let me start by saying that I am pretty much clueless when it comes to building and linking so I am sorry if what I am asking is unclear or not relevant to this forum. But I'm going to give it a shot. I am working with a gunradio application containing my own OOT-module. The