Hi all, I'm designing a block in C++. It has .c, .h and .xml files. I put them in the same folders than mac or decode_mac blocks are in.
I installed all the blocks of ge-ieee-802-11 again, as follows, cd gr-ieee802-11 mkdir build cd build cmake .. make sudo make install sudo ldconfig but I dont know what i'm not including because the .cc.o file is not being generated for my block, as occurs with mac or decode_mac. In the terminal, I can see that decode_mac.cc.o (the block from which i'm building the mine ) is generated. *[ 20%] Building CXX object lib/CMakeFiles/gnuradio-ieee802_11.dir/decode_mac.cc.o* And, installed in the project, *Install the project...-- Up-to-date: /usr/local/include/ieee802-11/gnuradio/ieee802_11/decode_mac.h* But the mine, doesn't appear in the list. Though, when it is checking for .xml files, it is listing the mine. *-- Up-to-date: /usr/local/share/gnuradio/grc/blocks/ieee802_11_app.xml* I know, maybe, it is just a line in a file, but i can't go ahead with it. If you know the solution to my problem or you have a reference page, i would be very greatful. I read, https://wiki.gnuradio.org/index.php/OutOfTreeModules#Making_your_blocks_available_in_GRC but I didn't found the answer. Thanks a lot for your time to read. Best regards, Cristian
_______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio