Thursday, June 21, 2012

Re: [Discuss-gnuradio] C++ Programming

Just got past this confusing situation not too long ago myself. The Makefiles require the source files and classes to keep the same names used in the example. Change the name of something, and the makefiles don't work anymore. Use gr-modtool to make a template and just edit the source files - much easier than editing the makefiles for the examples. Best of luck!

-Dan

On 6/21/2012 5:48 PM, sibar002 wrote:
  Hello,    I am trying to modify one of the C++, but I am unsure of how I am suppose to  do this. I understand that I need to compile the file after I have modified  it. I have tried compiling the file, but I always get an error saying the .h  file is not found. I am not sure what I am doing wrong. I would greatly  appreciate any help or advice. Thank you for your time and help.  

No comments:

Post a Comment