discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Error when build GNU Radio using cywin64


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] Error when build GNU Radio using cywin64
Date: Wed, 29 Jul 2015 10:30:55 -0400

On Mon, Jul 27, 2015 at 6:28 AM, Tian Alvin <address@hidden> wrote:
Dear list,

I have met some errors when I installed GNU Radio, I have followed the below instructions to installed GNU Radio:

I installed all the packages that needed, then I start to build GNU Radio, I have no problem to run the below commands:
$ cd gnuradio-3.7.2
$ mkdir build
$ cd build
$ cmake -DENABLE_DEFAULT=False -DENABLE_VOLK=True -DENABLE_GNURADIO_RUNTIME=True \
    -DENABLE_GR_BLOCKS=True -DENABLE_GR_FFT=True -DENABLE_GR_FILTER=True \
    -DENABLE_GR_ANALOG=True -DENABLE_GR_AUDIO=True ../

But when I do the next: "make", I encountered the below error:

内嵌图片
            1
内嵌图片
            2

 Could you please help? 


Best,
A

What version of glibc and gcc are you using? Those macros like CPU_ZERO were added over 10 years ago, but, well, Cygwin... Might be something to do with portability issues of the affinity stuff having problems on that platform.

One quick thing to try is to add "#include <sched.h>" to gnuradio-runtime/lib/thread/thread.cc on line 246 to see if that helps.

Tom



reply via email to

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