Re: [Discuss-gnuradio] Proper build method

2010-06-21 Thread John Orlando
On Mon, Jun 21, 2010 at 3:35 PM, John Orlando wrote: > On Mon, Jun 21, 2010 at 3:10 PM, Bryan Edelman > wrote: >> Hello all, >> >>  As I am not an expert on linux/compilers by a longhop I have a question >> about the proper way to build a dependency after making a change to it. >> >> Say for exa

Re: [Discuss-gnuradio] Proper build method

2010-06-21 Thread John Orlando
On Mon, Jun 21, 2010 at 3:10 PM, Bryan Edelman wrote: > Hello all, > >  As I am not an expert on linux/compilers by a longhop I have a question > about the proper way to build a dependency after making a change to it. > > Say for example I make a change to usrp2/firmware/lib/clocks.c > > What is n

Re: [Discuss-gnuradio] Proper build method

2010-06-21 Thread Josh Blum
usrp2/firmware is its own independent build tree for the libusrp2 firmware. cd usrp2/firmware ./configure.gnu make see the binaries in usrp2/firmware/apps -Josh On Mon, Jun 21, 2010 at 1:10 PM, Bryan Edelman wrote: > Hello all, > >  As I am not an expert on linux/compilers by a longhop I have

[Discuss-gnuradio] Proper build method

2010-06-21 Thread Bryan Edelman
Hello all, As I am not an expert on linux/compilers by a longhop I have a question about the proper way to build a dependency after making a change to it. Say for example I make a change to usrp2/firmware/lib/clocks.c What is needed to recompile and properly link it with the rest of the usrp /