problemas para compilar un driver
Donald Becker
becker@cesdis.gsfc.nasa.gov
Wed Nov 17 16:29:07 1999
On Wed, 17 Nov 1999, Ing. Jesus Delgado wrote:
> Tengo un problema al compilar un driver para una tarjeta de red,
> ya trate de ponerle la bandera "-O" con diferentes valores que es la que
> me pide, pero no he tenido exito, el mensaje es el siguiente:
> #make tulip
> cc tulip.c -o tulip
>
> tulip.c:100: warning: #warning You must compile this file with the correct
> options!
>
> tulip.c:101: warning: #warning See the last lines of the source file.
>
> tulip.c:102: #error You must compile this driver with "-O".
>
> make: *** [tulip] Error 1
>
> otra opciones que he tratado es :
>
> gcc -O1 tulip.c -o tulip
Use
gcc -DMODULE -D__KERNEL__ -O6 -c tulip.c
Donald Becker
Scyld Computing Corporation, and
USRA-CESDIS, becker@cesdis.gsfc.nasa.gov