LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   driver (https://www.linuxquestions.org/questions/programming-9/driver-15076/)

jstu 02-25-2002 10:46 PM

driver
 
trying to learn about writing drivers and when I try to execute a simple module I get: cannot execute binary file message.
I have had no problem executing applications I have written.

thanks
joe

jstu 02-25-2002 11:04 PM

never mind figured it out

herambshembekar 02-26-2002 11:24 AM

You shoud see Kernal module programming (the similer question i asked on feb 22) i can't give it's link here.

herambshembekar 03-03-2002 11:24 AM

use proper gcc
 
You might be using gcc of later version.

Try kgcc (it is the compiler in which ur kernel is compiled)

jstu 03-03-2002 11:56 AM

cool thanks

britneykiller 03-05-2002 11:26 AM

driver interrupt ISA
 
Hello,
I'm writing a ISA device driver and my IRQ (3) function is never executed when the device send an IRQ. But the IRQ function is executed if I use the mouse IRQ for example: is it a problem from the ISA bus??? Or what??????

Thanks


All times are GMT -5. The time now is 04:52 AM.