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: _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
