Hi Jenspen, so, first of all, I'd like to point you to the guided tutorials, which are an introduction on how to develop for/with GNU Radio. That'll give you a good start: https://gnuradio.org/redmine/projects/gnuradio/wiki/Guided_Tutorials Please start from Chapter one and work up to chapter 5; then you will probably understand most of the design principles used withing GNU Radio.
> http://gnuradio.org/redmine/projects/gnuradio/wiki/UbuntuInstall > > But I cannot find the cc-files. I've only found the Header-Files (.h) > in the /usr/local/include path. Of course, only the header files get installed -- the source files are not needed for operation and will remain in the folder from which GNU Radio was compiled. You did a "git clone" somewhere. There, you will find the source code! Now, you mention you want to modify a flow graph, right? Normally, you don't have to modify GNU Radio for that; so maybe we can help you with the problem you're encountering. Could you explain a bit of what you want to do? Best regards, Marcus On 04.11.2015 04:48, jenspen2 wrote: > Hello everybody, > > I'm new to Linux and GNU-Radio but I've searched the archives and faq > but I cannot find a proper answer. > I want to modify a flowchart e.g. the audio sink and want to enter the > cc-files. > > I've installed GNU-Radio following the instruction below: > http://gnuradio.org/redmine/projects/gnuradio/wiki/UbuntuInstall > > But I cannot find the cc-files. I've only found the Header-Files (.h) > in the /usr/local/include path. > > I thank you in advance. > > With best regards > Jenspen > > _______________________________________________ > Discuss-gnuradio mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
