Okay, this is bizarre. I'm trying to build the 2.6.24-cavium kernel that I
found in the TS 7500 ftp directory. Actually I want to see if this will work
on a 7350 so I've switched the target processor. When I make it, I get
vmlinux, Image, and zImage but the modules crap out with these errors:
ERROR: "clk_put" [drivers/usb/host/ohci-hcd.ko] undefined!
ERROR: "clk_enable" [drivers/usb/host/ohci-hcd.ko] undefined!
ERROR: "clk_get" [drivers/usb/host/ohci-hcd.ko] undefined!
ERROR: "clk_disable" [drivers/usb/host/ohci-hcd.ko] undefined!
ERROR: "__bad_udelay" [drivers/media/dvb/b2c2/b2c2-flexcop.ko] undefined!
ERROR: "__bad_udelay" [drivers/isdn/hisax/hisax.ko] undefined!
Now, if I make clean and make modules, everything builds fine. If I then make
vmlinux, that works fine but I don't get Image or zImage. If I then do a
regular make, it wipes out all the .ko files that were built earlier and I get
the above errors again.
I can't find a definitive answer on Google as to what's wrong here. I can see
that the clock C files are getting compiled. I also found references to
CONFIG_HAVE_CLK but this appears to be something found in later kernel versions.
Anyone know what the deal is here?
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|