Re: [uClinux-dev] Minimum size of uCLinux and J9 compatibility

2009-01-27 Thread Michael Schnell
My hardware has only 8MB ROM. My zImage is just 1.9 MB. And this is all that is needed in ROM, as it contains the root file system as the boot strategy is just using initRANMFS for everything. On boot time the zImage is loaded into RAM and extracts itself and the root file system. This

Re: [uClinux-dev] Minimum size of uCLinux and J9 compatibility

2009-01-27 Thread Chris Gray
On Tuesday 27 January 2009 06:09, Jonathan Wong wrote: Anyone happens to know the minimum size of IBM's J9? Anyone tried to run J9 on uCLinux? I don't know off the top of my head, but I could find out for you. It will depend on the type of Java profile you need to support, for example the

[uClinux-dev] Re: Minimum size of uCLinux and J9 compatibility

2009-01-27 Thread Grant Edwards
On 2009-01-27, Jonathan Wong jhannw...@gmail.com wrote: What is the minimum size of uCLinux? Based on my experiences, I'd say around 600-700 KB. That doesn't include much of anything in the way of device drivers and applications, but it's enough to get console output and a simple hello-world

[uClinux-dev] pptp and pptp-client packages

2009-01-27 Thread Murat Sezgin
Hi, There are two different pptp packages in uClinux distribution. These are pptp and pptp-client. Both of them are client implementations but what is the difference? Can anybody explain this? Regards, Murat ___ uClinux-dev mailing list

Re: [uClinux-dev] why no-mmu cannot support binfmt_aout.c

2009-01-27 Thread Jamie Lokier
loody wrote: File is not an object file so, it seems I have to make a object relocation file to let this tool, arm-linux-elf2flt, work. but how? Don't use the tool directly, use it with GCC as you found: 2. I use -Wl,-elf2flt=-s1024 with arm-linux-gcc and it says: