discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] FTBFS: gnuradio over cell (--enable-gcell)


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] FTBFS: gnuradio over cell (--enable-gcell)
Date: Tue, 6 May 2008 06:56:21 -0700
User-agent: Mutt/1.5.17 (2007-11-01)

On Tue, May 06, 2008 at 01:05:01PM +0100, Hector Oron wrote:
> Hello,
> 
> I got the following error while compiling over a CELL platform with
> --enable-gcell,

Be sure to use

  ./bootstrap
  ./configure-cell-cross --prefix=<path-to-where-youre-installing>
  make

The "configure-cell-cross" command is misnamed.  You still need to use
it when compiling natively on the cell.  Note that we almost never
natively compile because even on the QS21, it's dog slow.

Given that it's failing to find stdint.h, I suspect something else may
be wrong too.

What OS and version are you running?  We're mostly running Fedora 8.
Do you have the SDK 3.0 installed?

You may also want to take a look at
http://gnuradio.org/trac/wiki/CrossCompilingForCell

Eric



> In file included from
> /home/hecormar/GNURADIO/trunk/gcell/src/include/gc_jd_queue_data.h:25,
>                  from
> /home/hecormar/GNURADIO/trunk/gcell/src/include/spu/gc_jd_queue.h:25,
>                  from ./../runtime/spu/gc_spu_jd_queue.c:22:
> /home/hecormar/GNURADIO/trunk/gcell/src/include/gc_types.h:25:20:
> error: stdint.h: No such file or directory

                   ^
                   |
The real problem --+

> In file included from
> /home/hecormar/GNURADIO/trunk/gcell/src/include/gc_jd_queue_data.h:25,
>                  from
> /home/hecormar/GNURADIO/trunk/gcell/src/include/spu/gc_jd_queue.h:25,
>                  from ./../runtime/spu/gc_spu_jd_queue.c:22:





reply via email to

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