Re: [Discuss-gnuradio] GNU Radio for Android

2015-05-10 Thread Tom Rondeau
On Sat, May 9, 2015 at 4:59 PM, Murray Thomson wrote: > Thanks Tom, > That change solved the problem and I managed to install it. > I'm using cmake version 3.0.2. The change in the gnuradio repo also fixed > my problem checking out the android branch. > I appreciate you taking the time to help me

Re: [Discuss-gnuradio] GNU Radio for Android

2015-05-09 Thread Murray Thomson
Thanks Tom, That change solved the problem and I managed to install it. I'm using cmake version 3.0.2. The change in the gnuradio repo also fixed my problem checking out the android branch. I appreciate you taking the time to help me with this problems so quickly, specially on a weekend. I'll have

Re: [Discuss-gnuradio] GNU Radio for Android

2015-05-09 Thread Tom Rondeau
On Sat, May 9, 2015 at 11:07 AM, Murray Thomson wrote: > I've attached the command used and the output of cmake. > Thanks for your time. > Murray > Ah, ok, I think I see the problem. I've left out PMT as a dependency. If you go into gr-grand/CMakeLists.txt file, change line 113 from: set(GR_REQ

Re: [Discuss-gnuradio] GNU Radio for Android

2015-05-09 Thread Murray Thomson
I've attached the command used and the output of cmake. Thanks for your time. Murray 2015-05-09 15:10 GMT+01:00 Tom Rondeau : > On Fri, May 8, 2015 at 7:57 PM, Murray Thomson > wrote: > >> Hi, >> >> I've been trying the instructions in the wiki with ubuntu 15.04 and gcc >> 4.8 (4.9 also gave me

Re: [Discuss-gnuradio] GNU Radio for Android

2015-05-09 Thread Tom Rondeau
On Fri, May 8, 2015 at 7:57 PM, Murray Thomson wrote: > Hi, > > I've been trying the instructions in the wiki with ubuntu 15.04 and gcc > 4.8 (4.9 also gave me problems). > > I got the following error checking out the android branch from git:// > git.gnuradio.org/gnuradio.git > error: The followi

Re: [Discuss-gnuradio] GNU Radio for Android

2015-05-08 Thread Murray Thomson
Hi, I've been trying the instructions in the wiki with ubuntu 15.04 and gcc 4.8 (4.9 also gave me problems). I got the following error checking out the android branch from git:// git.gnuradio.org/gnuradio.git error: The following untracked working tree files would be overwritten by checkout:

Re: [Discuss-gnuradio] GNU Radio for Android

2015-05-06 Thread Lin HUANG
Wow, it's so cool! I'll have a try, following your wiki. -Lin 2015-05-06 4:06 GMT+08:00 Tom Rondeau : > While I have been talking around it for a while, I wanted to better > publicize our work on GNU Radio for Android. We can now build applications > that run GNU Radio flowgraphs on Android (>= 5

[Discuss-gnuradio] GNU Radio for Android

2015-05-05 Thread Tom Rondeau
While I have been talking around it for a while, I wanted to better publicize our work on GNU Radio for Android. We can now build applications that run GNU Radio flowgraphs on Android (>= 5.0). We build the flowgraph in C++ and link it through to a Java app for the user interface using the JNI. I h