• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Please help me compile my driver...

 
Ranch Hand
Posts: 751
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I downloaded a driver for my ethernet card... I usually get a driver with a Makefile bundled with it... However, right now I only have a single ".c" file and some Makefile samples which I tried but doesn't work with the current source bundled with the zip file... I tried compiling the driver on its own, gcc -c file.c but it only produces errors... Please help... I have ULi fast ethernet controller that came with the K8U-X ASUSTek motherboard... I'm using RHEL 4. Thanks!
 
reply
    Bookmark Topic Watch Topic
  • New Topic