Trouble compiling drivers for my network card.Forum: Apps Topic: Trouble compiling drivers for my network card. started by: tdn02jfe Posted by tdn02jfe on Dec. 06 2006,13:27
I´m trying to compile the tulip drivers for my network card using the tcc with the following syntax:tcc tulip.c -O tulip_cb.o This gives me an error code: tulip.c:125: #warning You must compile this file with the correct options tulip.c:126#warning See the last line of the source file. tulip.c:127: #error You must compile this driver with "-O". I´m a complete newbie and I really want to learn Linux but it´s kinda hard when you don´t have a fuctional network card. Posted by ^thehatsrule^ on Dec. 06 2006,15:20
I think it's a small o, not O.You're going to link everything manually...? Probably easier to use make if supported. And also gcc. |