Apps :: Trouble compiling drivers for my network card.
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.
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.
original here.