RE: v.11 redhat compiling errors
"Christopher Piggott HOME" <[email protected]>
| Newsgroups | gmane.linux.drivers.at76c503a.user |
|---|---|
| Message-ID | <[email protected]> |
Line 60 contains: extern struct notifier_block *panic_notifier_list; The strange error message is (I think) because notifier.h isn't included, but if you manually include linux/notifier.h you get another whole mess of errors. Sorry for the delay, I wanted to make sure I wasn't doing something too stupid, so I built a from-scratch, choose-all-the-defaults redhat9 computer to try this on. That's when I discovered that the "stock" kernel worked. I just need to start going through it and figure out where the dependency is. When I do, I'll let you know. -----Original Message----- From: [email protected] [mailto:[email protected]]On Behalf Of Joerg Albert Sent: Sunday, March 28, 2004 5:29 PM To: [email protected] Subject: RE: [at76c503a-user] v.11 redhat compiling errors Hi, On Sun, 28 Mar 2004, Christopher Piggott HOME wrote: > The compiler I'm using is 3.2.2 but I tried it with 2.96 and had the same > result. However...I DID get it to build when I built a new kernel with a > different .config. My own config didn't work, but the standard redhat one > did. > > I built my own .config to have most modules static (including USB support) > but I went through and turned off everything I thought I even MIGHT not > need. Something that I turned off is required to be there for at76c503 to > compile. > > I'm about to start going through the config file one entry at a time to try > to figure out what it is ... unless somebody can give me some hints, like > what modules need to be there and does it matter if they are statically > linked into the kernel. Another way would be to look at line 60 in kernel.h, both in the source and in the preprocessor output (-E option) in the error case. /Jörg _______________________________________________ at76c503a-user mailing list [email protected] http://lists.berlios.de/mailman/listinfo/at76c503a-user