In message <6251452.1136535834574.JavaMail.postfix at mx3.mail.sohu.com> you wrote: > > Them aren't linux drvier but for bareboard. How can I compile them using eldk?
You do it exactly the same way like you do it with any other compiler toolchain. If the tools come with Makefiles and Linker scripts for GNU gcc and ld then you are set. If not, you will have to come up with your own build rules and linker commands. You can check how U-Boot code (especially the standalone programs) gets linked, but be warned, this is not exactly trivial. You have to understand what you are doing, and how the linker works. Best regards, Wolfgang Denk -- Software Engineering: Embedded and Realtime Systems, Embedded Linux Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de Just because your doctor has a name for your condition doesn't mean he knows what it is.