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.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.cd gr-ieee802-11 mkdir build cd build cmake .. make sudo make install sudo ldconfig
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.-- Up-to-date: /usr/local/include/ieee802-11/gnuradio/ieee802_11/decode_mac.h
-- Up-to-date: /usr/local/share/gnuradio/grc/blocks/ieee802_11_app.xml
https://wiki.gnuradio.org/index.php/OutOfTreeModules#Making_your_blocks_available_in_GRC
No comments:
Post a Comment