Re: Device Drivers -- Error compiling

2005-10-08 Thread Maximillian Murphy
Dear Rogerio, I'm afraid that's not the problem. As you can tell from the gcc output the .h files are there but the compiler doesn't like what's in them. I have opened up the .h files and had a browse through them and it isn't obvious to me what's wrong. This strikes me as a case of a big

Re: Device Drivers -- Error compiling

2005-10-08 Thread Rogerio Eduardo Oliveira
Maximillian, Look in your system if you have this headers: sched.h, module.h,jiffies.h, bitmap.h. If not, you should install them. Excuse me, but I dont known where you can find it. --- Maximillian Murphy <[EMAIL PROTECTED]> escreveu: > Dear All, > > Purchased the "Linux Device Drivers" 2nd ed

Device Drivers -- Error compiling

2005-10-08 Thread Maximillian Murphy
Dear All, Purchased the "Linux Device Drivers" 2nd edition book. First bit of code: A hello world module. Won't compile on my system. Instead it comes back with a stream of errors complaining about code in the _main_linux_source_tree_ .. so there's evidently something wrong with my setup.