[Discuss-gnuradio] Error compiling gnuradio v3.7.9

2019-04-03 Thread krono86
Hi guys! I'm Ivan, researcher at Italian Aerospace Research Centre. I'm working on algorithms for optimizing aerospace communications based on SDR paradigm. I will use an USRP E310, first in "network mode" for rapid troubleshooting of the algorithms. I correctly built the uhd drivers enabling

Re: [Discuss-gnuradio] Error compiling gnuradio v3.7.9

2019-04-04 Thread krono86
fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -o CMakeFiles/cmTC_dfba5.dir/CheckIncludeFile.cxx.o -c /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx >>> /home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1

Re: [Discuss-gnuradio] Error compiling gnuradio v3.7.9

2019-04-04 Thread krono86
>> Run Build Command:"/usr/bin/make" "cmTC_9cca0/fast" >> /usr/bin/make -f CMakeFiles/cmTC_9cca0.dir/build.make CMakeFiles/cmTC_9cca0.dir/build >> make[1]: Entering directory '/home/user/workarea-gnuradio/gnuradio/build/CMakeFiles/CMakeTmp' >> Build

Re: [Discuss-gnuradio] Error compiling gnuradio v3.7.9

2019-04-05 Thread krono86
ttps://pastebin.com/e4gBZg4d [2] >>> and the content of CMakeError.log is: >>> https://pastebin.com/Bv9YWp7P [3] >>> Thank you. >>> Ivan >>> >>> Il 04.04.2019 17:04 kron...@tiscali.it [4] ha scritto: >>> >>>> Hi Michael,

Re: [Discuss-gnuradio] Error compiling gnuradio v3.7.9

2019-04-05 Thread krono86
/build/CMakeFiles/CMakeTmp' >>>>> Makefile:126: recipe for target 'cmTC_9e4e6/fast' failed >>>>> make: *** [cmTC_9e4e6/fast] Error 2 >>>>> Source file was: >>>>> #include >>>>> int main(){Sleep(0); return 0;} >>>&

[Discuss-gnuradio] UDP to burst transmitter

2019-06-27 Thread krono86
, about 2 Hz), but my custom gr block output continuously! How could I realize this type of burst transmission? Thank you. Ivan -- by krono86 ...e vada come vuole, un uomo non puo che morire una sola volta http://www.krono86.netsons.org Con OpenStar hai Giga, SMS e i minuti che vuoi da 4,99

Re: [Discuss-gnuradio] Cross-compiling UHD for E310

2019-10-15 Thread krono86
t;>> https://pastebin.com/SAAFxXzv [3] >>>> It seems that python libraries are not found. >>>> How can I solve? >>>> Thanks so much. >>>> Ivan >>>> >>>> Con Tiscali Mobile Smart 30 hai minuti illimitati, 30 Giga e 100

Re: [Discuss-gnuradio] Cross-compiling UHD for E310

2019-10-16 Thread krono86
k, [2]. >>>>> When I try to compile the uhd drivers I obtain: >>>>> https://pastebin.com/SAAFxXzv [3] >>>>> It seems that python libraries are not found. >>>>> How can I solve? >>>>> Thanks so much. >>>>> Ivan

[Discuss-gnuradio] Cross-compiling UHD for E310

2019-10-14 Thread krono86
Hello guys! I'm trying to cross-compile uhd drivers for my E310 (SD image just updated). I installed the toolchain as in http://files.ettus.com/manual/page_usrp_e3xx.html#e3xx_software_dev_sdk,. When I try to compile the uhd drivers I obtain: https://pastebin.com/SAAFxXzv It seems that

Error cross-compiling OOT modules for E310

2020-02-12 Thread krono86
Hi guys, I'm trying to compile one of mine OOT module (C++), but I'm obtaining a curious error. https://pastebin.com/ZyfJcHCa Looking at warnings, it seems that several header files are got from /usr/include, and not from sdk sysroot. What's going on? Thank you. Ivan Con Tiscali

[GNU Radio 3.8] Error loading modules on E310

2020-02-17 Thread krono86
Dear all, finally I cross-compiled my OOT module for running on USRP E310. Based on the instructions at "https://kb.ettus.com/Software_Development_on_the_E3xx_USRP_-_Building_RFNoC_UHD_/_GNU_Radio_/_gr-ettus_from_Source;, I set the environment variable PYTHONPATH a little bit different, to

Error cross-compiling GNU Radio 3.8 for E310

2020-02-10 Thread krono86
Dear all, I'm compiling GNU Radio 3.8 for E310 using the newer file system and SDK. Cmake runs smoothly, but when I compile I can see mainly two errors: - stdlib.h not found: this is impossible, because I can find it in the sysroot of the SDK. - "selected processor does not support `pld

Re: Error cross-compiling GNU Radio 3.8 for E310

2020-02-10 Thread krono86
Hi Ron! your flags solved the specific error. The error on stdlib.h still occurs. Ivan Il 10.02.2020 11:25 Ron Economos ha scritto: > For the "selected processor does not support `pld [aVector,#128]' in ARM > mode" error, you can try adding these flags to the cmake command line. > >

Re: Error cross-compiling GNU Radio 3.8 for E310

2020-02-11 Thread krono86
As I stated I correctly compiled GNU Radio 3.8. Now I'm trying to compile one of mine C++ OOT module, and I'm obtaining a curious error. https://pastebin.com/ZyfJcHCa >From warnings it seems that several header files are got from /usr/include, not from sdk sysroot. Where is the problem?

Re: Error cross-compiling GNU Radio 3.8 for E310

2020-02-10 Thread krono86
I answer to myself. I solved error adding -DCMAKE_NO_SYSTEM_FROM_IMPORTED=ON to the cmake line. Thanks at all. Ivan Il 10.02.2020 12:11 kron...@tiscali.it ha scritto: > Hi Ron! > your flags solved the specific error. > The error on stdlib.h still occurs. > Ivan > > Il 10.02.2020

Re: [UHD] 3.15.0.0 Release Announcement

2020-01-02 Thread krono86
anpage compression optional, allow setting of PKG_DOC_DIR > from the CMake command line, add replay example, fix missing 'project', > replace ENABLE_PYTHON3 with a simpler Python detection, clean up > superfluous modules, improve log statements, bump dependency min > versions, add MPM un

Re: Error No module named 'TheNameOfMyModule' in GRC

2022-01-18 Thread krono86
I'm sorry, I've not been reading you first email (you're on Ubuntu). Probably you have to set your library path. Please, show me the output of "sudo ldconfig -v". Ivan Il 18.01.2022 13:01 Michelle ha scritto: > hello, > > I created an OOT module, added a block and made the block

self.set_history error for python custom block

2023-09-21 Thread krono86
Hello List! I'm trying to implement a sync block into a OOT module that use previous samples of the input streams. So, I'm using the method set_history in the constructor. The problem is that when I use self.set_history(N) I obtain the following errors: Generating:

3D plotting in GNU Radio

2023-09-26 Thread krono86
Hi all! I wrote a custom python block that emits items consisting on flattened matrices. I would like to dynamically plot these matrices as a coloured surface (similar to the waterfall sink) and update the surface based on refresh rate provided by the user. How could I implement this using

Re: 3D plotting in GNU Radio

2023-09-26 Thread krono86
Hi Marcus! Thanks for answering. I don't know if time raster is good for me.Let me explain. My block is of sync type, i receives as input a stream of scalars and produce as output as stream of vectors of length L=M*N. I want to display the output as a NxM 2D graphic with the color mapped by

How to set minimum noutput_items for python custom blocks

2022-07-11 Thread krono86
Hello guys! I'm trying to implement a python custom (general) block with the following in/out signature: - in_sig=[(np.complex64, M)] - out_sig=[np.complex64] The block has three parameters: M, N and L. The idea is to get 2D frames (N,M), do some signal processing, and output N*M+L serial

How to enable local OOT modules

2023-03-14 Thread krono86
Hello guys! My aim is to setup a workstation with GNU Radio and a set of system-wide OOTs installed (managed by the administrator) to be used by all of the users, while still allowing the users to create their own OOTs for local experiments and install them in $HOME/local/. At the moment I

Re: How to enable local OOT modules

2023-03-16 Thread krono86
Hi Volker! In order to see the local blocks in GRC, I also set $GRC_BLOCKS_PATH. Based on your suggestions, at the moment I added the following variable definitions in .bashrc: export GNURADIO_OOT_LOCAL_PATH=$HOME/workspace/gnuradio-oot export

Re: How to enable local OOT modules

2023-04-04 Thread krono86
Hi Volker. I'm sorry for late. Setting correct paths in [grc] section of ~/.gnuradio/config.conf works for seeing the blocks into the block tree. The problem now is that when I launch GRC from gnome shell I obtain: ImportError: cannot import name 'customModule' from 'gnuradio' It seems

Single (complex-)Pole IIR Filter

2023-02-14 Thread krono86
Hello everybody! I have just found out the "Single Pole IIR Filter" of the gnuradio core library does not provide the possibility to set a complex pole. Is there a specific reason? Which is the best way to realize this functionality without exploiting the more complex "IIR Filter"? Thanks

Re: gr-adsb

2023-07-03 Thread krono86
Hello guys! Few years ago I implemented a ADS-B spoofer (transmitter) composed by an external python module that evaluates the ADS-B payload (given position information and aircraft ID) and a gnuradio OOT module that generates the waveform. I should share my code on github, let me know if you

Re: Group name of python scripts generated by GRC

2024-02-09 Thread krono86
Hi Marcus, No, I'm not referring to the category. I'm talking about the file group ownership. I would like that the generated python scripts had the same user/group owner of the grc file opened in GRC. Thanks for help. Ivan Il 08.02.2024 11:14 Marcus Müller ha scritto: > Hi Ivan, > > I

IEEE MetroAeroSpace special track: Criteria and Technologies for the Development of a “New Space” Ecosystem

2024-02-13 Thread krono86
Dear All, I would like share with you the special track CASTAWAYS: Criteria and Technologies for the Development of a "New Space" Ecosystem, in the context of the IEEE MetroAeroSpace 2024 that this year will be held in Lublin (Poland). It can be interesting especially for students and

Group name of python scripts generated by GRC

2024-02-07 Thread krono86
Hello guys! I am searching for a GRC option such that the group name of the generated python scripts is automatically set. I do not know if this option is already available, but i would like the generated python scripts belong to the same group name of the relative grc file. Thanks for help.

How to dynamically change hier block content and connections

2024-03-06 Thread krono86
Hello everybody, I am trying to to dynamically change hier block content and connections. Let me explain with a minimal example below. Why the method delete_path does not want to work? Thanks a lot for help. Ivan from gnuradio import gr, blocks, TestModule class Example(gr.hier_block2):