discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] GNU Radio on Zedboard


From: Sylvain Munaut
Subject: Re: [Discuss-gnuradio] GNU Radio on Zedboard
Date: Tue, 26 Mar 2013 08:51:47 +0100

Hi,


> Lately there have been several emails about installing GNU Radio on
> Raspberry Pi and other ARM platforms. I tried to get it installed on the
> Zedboard *ARMv7*, but I was unsuccessful, with the following error message:

Just from you nick, I would think that the zedboard in question is a
paralella prototype ?

Do you use the linaro image ?

I compiled it a couple of day ago for that platform.


> cmake -Dhave_mfpu_neon=0 -DCMAKE_CXX_FLAGS:STRING="-march=armv7 -mfpu=vfp
> -mfloat-abi=hard" -DCMAKE_C_FLAGS:STRING="-march=armv7 -mfpu=vfp
> -mfloat-abi=hard" ../

The linaro image is not a hardfp image AFAIK, it's a softfp eabi.
Also, why would you disable neon ??? the ARM core in the zynq has a
neon unit so you should use it.

I compiled it using those flags :
  -DCMAKE_CXX_FLAGS:STRING="-mfpu=neon"
  -DCMAKE_C_FLAGS:STRING="-mfpu=neon"

I also disabled python support because compiling the SWIG generated
files requires multi-Go of RAM and trying to use swap for it made each
SWIG file take hours to compile ...


Cheers,

    Sylvain



reply via email to

[Prev in Thread] Current Thread [Next in Thread]