Re: compilation errors on Ubuntu 6.06

On 27/06/06 00:59, Raul Herrera wrote:
> Hi all,
> I'm using Ubuntu 6.06, and i can't compile Comedi. I had to change (just
> the gcc link) my defaullt vesion of gcc from 4.0 to 3.4 to get here. All
> the RTAI and kernel compiling was done with 4.0 version. My system is
> spanish based, so the output error too... sorry for that.

You could convert the Spanish to English by running:

LANG=C make

:-)

> cb_das16_cs.c: In function `das16cs_pcmcia_detach':
> cb_das16_cs.c:762: aviso: declaración implícita de la función
> `dev_to_instance'

Currently, the PCMCIA code only compiles for 2.6.16 kernels.  You can
disable it by running:

./configure --enable-kbuild --disable-pcmcia

(The --enable-kbuild option might not be necessary, but is generally a
good idea for 2.6 kernels and is definitely required for 2.6.16 upwards.)

-- 
-=( Ian Abbott _at_ MEV Ltd.    E-mail: <abbotti_at_mev.co.uk>        )=-
-=( Tel: +44 (0)161 477 1898   FAX: +44 (0)161 718 3587         )=-

Received on 2006-06-27Z09:14:17