Is the uClibc/uC-glibc platform dependent?? Can we use the "normal linux glibc" instead of uClibc/uC-glibc when running uClinux?? As to object file format, is it real necessary to modify the elf2flt program? On the other hand, there is an isssue which confuses me. That is, i had already got a cross-compiler for compiling the "normal linux" kernel used. Should i need to remake a cross-compiler to compile the uClinux kernel and applications? Thanks. ----- Original Message ----- From: "Joe deBlaquiere" <jadb@redhat.com> To: "Geert Uytterhoeven" <Geert.Uytterhoeven@sonycom.com> Cc: "Crossfire" <xfire@xware.cx>; "kjlin" <kj.lin@viditec-netmedia.com.tw>; <linux-mips@oss.sgi.com> Sent: Friday, February 23, 2001 1:42 PM Subject: Re: Does linux support for microprocessor without MMU? > Geert Uytterhoeven wrote: > > > On Wed, 21 Feb 2001, Joe deBlaquiere wrote: > > > >> > >> There isn't (yet) support for MIPS on uClinux. > > > > > > But it can't be that hard to add support for it... > > > Porting the kernel isn't much worse than any other architectural port. > Of course that's only a part of the story, since you'll need to port the > C library (uClibc/uC-glibc) and you will have to play around with the > object file format to make it work with FLAT binaries... If you're > serious about doing uClinux you can find a somewhat cryptic article on > porting to uClinux at: > > http://www.redhat.com/embedded/technologies/resources > > -- > Joe