problemas para compilar un driver
Ing. Jesus Delgado
jds@aixulsa.ulsa.mx
Wed Nov 17 12:05:25 1999
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