Hi all, I am working on my OOT block in GNU Radio now. I implemented a block but I have not finish it yet, while I completed another block, I want to build only the one that I completed. But according to the default cmake rules, they always seem to be compiled together, thus there are a lot of compile error because there are some unfinished part. How should I just compile the one that I need at the moment.
My module also need some specific g++ compile option, namely -rdynamic and -ldl, I wonder where should I put these rules in the makefile? Thanks in advance for any advice. Best regards, Bowen
_______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
