Ayuda para compilar driver ??

Ing. Jesus Delgado jds@aixulsa.ulsa.mx
Wed Nov 17 11:58:43 1999


This is a multi-part message in MIME format.

------=_NextPart_000_0023_01BF30EA.F5B4CA90
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hola a todos:

        Tengo  un problema al compilar un driver para una tarjeta de =
red,=20
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.




------=_NextPart_000_0023_01BF30EA.F5B4CA90
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hola a todos:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; =
Tengo&nbsp;=20
un problema al compilar un driver para una tarjeta de red, </FONT></DIV>
<DIV><FONT face=3DArial size=3D2>ya trate de ponerle la bandera "-O" con =
diferentes=20
valores que es la que me pide, pero no he tenido exito, el mensaje es el =

siguiente:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>#make tulip</FONT></DIV>
<DIV><FONT face=3D"Courier New" size=3D2>
<P>cc tulip.c -o tulip</P>
<P>tulip.c:100: warning: #warning You must compile this file with the =
correct=20
options!</P>
<P>tulip.c:101: warning: #warning See the last lines of the source =
file.</P>
<P>tulip.c:102: #error You must compile this driver with "-O".</P>
<P>make: *** [tulip] Error 1</P></FONT></DIV>
<DIV><FONT face=3DArial size=3D2>otra opciones que he tratado es =
:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>gcc -O1 tulip.c -o tulip</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>
<DIV><FONT face=3DArial size=3D2>
<DIV><FONT face=3DArial size=3D2>gcc -O2 tulip.c -o =
tulip</FONT></DIV></FONT></DIV>
<DIV><FONT face=3DArial size=3D2>gcc -O0 tulip.c -o =
tulip</FONT></DIV></FONT></DIV>
<DIV><FONT face=3DArial size=3D2>
<DIV><FONT face=3DArial size=3D2>gcc&nbsp; tulip.c -o tulip =
-O2</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>etc, etc.</DIV>
<DIV>y sigo teniendo el mismo error.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp; Espero me puedan ayudar.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Saludos.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Se libre usa LINUX.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV></FONT></DIV>
<DIV>&nbsp;</DIV></BODY></HTML>

------=_NextPart_000_0023_01BF30EA.F5B4CA90--