Hi, my gcell component of gnuradio-3.2 is not gettin configured and
because of that all gr dependent commponents are also not gettin
configured. It is giving the following error:
checking whether host_cpu is powerpc*… no
checking for spu-gcc… no
configure: error: Component gcell has errors; stopping.
How can I remove this error?
Thanks & Regards,
Somya A.
Get your new Email address!
Grab the Email name you've always wanted before someone else does!
http://mail.promotions.yahoo.com/newdomains/aa/
2009/3/17 Somya A. [email protected]:
Hi, my gcell component of gnuradio-3.2 is not gettin configured and because
of that all gr dependent commponents are also not gettin configured. It is
giving the following error:
checking whether host_cpu is powerpc*… no
checking for spu-gcc… no
configure: error: Component gcell has errors; stopping.
How can I remove this error?
What options are you passing to ‘configure’ ?
The build will only stop on an error like this if you asked the
configure script to require this component to pass by either using
–enable-gcell or --enable-all-components.
Johnathan
On Tue, Mar 17, 2009 at 06:42:49PM -0700, Somya A. wrote:
Hi, my gcell component of gnuradio-3.2 is not gettin configured and because of that all gr dependent commponents are also not gettin configured. It is giving the following error:
checking whether host_cpu is powerpc*… no
checking for spu-gcc… no
configure: error: Component gcell has errors; stopping.
How can I remove this error?
Thanks & Regards,
Somya A.
Do not specific --enable-gcell
Eric