sanam singh wrote:
Hi,
I have installed gnuradio from git. I wanted to view and modify .cc files.
I placed the modified c files in following directory :

 /home/sanam/gnu/gnuradio-3.2.2/gnuradio-core/src/lib/general

But the issue is when I have tracked gnuradio and I have found out that it doesnt even go into the above mentioned general folder. I have also deleted this folder, but to my surpise, the ofdm examples work perfectly well.
So please tell me that where are these c blocks located ?
Secondly how can I view them ?
Thanks in advance.

The changes to the cc- files don't apply until you "make and make install" from /home/sanam/gnu/gnuradio-3.2.2/

You don't actually use any of the source- files, the programs you write use the compiled libraries located in /usr/local/lib (?) placed there by "make install". If you want to look at the blocks, you should look at the c/c++ files.

//Mattias
Regards,
Sanam


------------------------------------------------------------------------
Hotmail: Free, trusted and rich email service. Get it now. <https://signup.live.com/signup.aspx?id=60969>



_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to