Re: [Discuss-gnuradio] One more question about GNU Radio cross compilation

2015-10-15 Thread West, Nathan
On Thu, Oct 15, 2015 at 10:55 AM, West, Nathan wrote: > On Thu, Oct 15, 2015 at 10:40 AM, Douglas Geiger < > doug.gei...@bioradiation.net> wrote: > >> >> >> On Wed, Oct 14, 2015 at 4:38 AM, Paul TT wrote: >> >>> Hello, >>> >>> I'm trying to build GNU Radio using a toolchain from Mentor Graphics

Re: [Discuss-gnuradio] One more question about GNU Radio cross compilation

2015-10-15 Thread West, Nathan
On Thu, Oct 15, 2015 at 10:40 AM, Douglas Geiger < doug.gei...@bioradiation.net> wrote: > > > On Wed, Oct 14, 2015 at 4:38 AM, Paul TT wrote: > >> Hello, >> >> I'm trying to build GNU Radio using a toolchain from Mentor Graphics >> (arm-none-linux-gnueabi-). >> Some gnuradio dependecies i have bu

Re: [Discuss-gnuradio] One more question about GNU Radio cross compilation

2015-10-15 Thread Douglas Geiger
On Wed, Oct 14, 2015 at 4:38 AM, Paul TT wrote: > Hello, > > I'm trying to build GNU Radio using a toolchain from Mentor Graphics > (arm-none-linux-gnueabi-). > Some gnuradio dependecies i have builded manually from source using this > toolchain. > > > > export CC="arm-none-linux-gnueabi-gcc -m

[Discuss-gnuradio] One more question about GNU Radio cross compilation

2015-10-14 Thread Paul TT
Hello, I'm trying to build GNU Radio using a toolchain from Mentor Graphics (arm-none-linux-gnueabi-). Some gnuradio dependecies i have builded manually from source using this toolchain. Then I created file for environment setup and cmake cross-compile file. They are analogous to: - environment-s