Ayuda para compilar driver ??

From: Ing. Jesus Delgado (jds@aixulsa.ulsa.mx)
Date: Wed Nov 17 1999 - 12:00:29 EST


Hola a todos:

        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
gcc -O2 tulip.c -o tulip
gcc -O0 tulip.c -o tulip
gcc tulip.c -o tulip -O2

etc, etc.
y sigo teniendo el mismo error.

    Espero me puedan ayudar.

Saludos.

Se libre usa LINUX.



This archive was generated by hypermail 2b29 : Wed Jan 12 2000 - 12:00:16 EST