[uClinux-dev] linux 2.6.x on Armulator

2007-06-12 Thread Seeniraj Gurusamy
Hello, I am trying to run uclinux 2.6 build on Armulator. But, It does not run. I have taken latest complete source code tree from uclinux.org site which was built on 20070130. Have anyone succeed running uclinux 2.6 build on any emulator. Your pointers will save my time and effort in

[uClinux-dev] uClinux and Java

2007-06-12 Thread MOREAU Benoit (DTSO)
Hi all, I would like know if one or more implementation of Java (open sources) exists for uClinux with linux 2.4. I work with a M5475EVB Coldfire and uClinux20070130. Regards, Benoit. ___ uClinux-dev mailing list

Re: [uClinux-dev] uClinux and Java

2007-06-12 Thread Chris Gray
Hi Benoit, I would like know if one or more implementation of Java (open sources) exists for uClinux with linux 2.4. I work with a M5475EVB Coldfire and uClinux20070130. We have ported Mika (http://www.k-embedded-java.com/mika/) to PowerPC-Linux and to uClinux on ARM7 and MIPS,

Re: [uClinux-dev] linux 2.6.x on Armulator

2007-06-12 Thread David McCullough
Jivin Seeniraj Gurusamy lays it down ... Hello, I am trying to run uclinux 2.6 build on Armulator. But, It does not run. I have taken latest complete source code tree from uclinux.org site which was built on 20070130. Have anyone succeed running uclinux 2.6 build on any emulator.

[uClinux-dev] [patch] make sure to force Kconfig regeneration

2007-06-12 Thread Mike Frysinger
this patch makes sure that the toplevel Kconfig is always regenerated (which matches the old behavior of config.in always being regenerated). without this, if you do something like `make menuconfig` when you dont have any kernels installed, the top level Kconfig will be invalid and further `make

Re: [uClinux-dev] [patch] make sure to force Kconfig regeneration

2007-06-12 Thread David McCullough
Jivin Mike Frysinger lays it down ... this patch makes sure that the toplevel Kconfig is always regenerated (which matches the old behavior of config.in always being regenerated). without this, if you do something like `make menuconfig` when you dont have any kernels installed, the top level

Re: [uClinux-dev] [patch] silence harmless but confusing error messages

2007-06-12 Thread David McCullough
Jivin Mike Frysinger lays it down ... every now and then i field reports from users where they think their distribution is erroring when in reality the errors are safe to ignore. that's why i'm submitting these few changes that silence many of the common ignored errors. Signed-off-by: Mike

[uClinux-dev] [patch] all Kconfig files in vendors/ subdir

2007-06-12 Thread Mike Frysinger
this patch allows for per-arch/board/vendor Kconfig files (and thus options) by generating vendors/Kconfig based on `find` in the vendors dir. this way we can keep Blackfin options (like file format and dynamic device nodes) in our own directories. Signed-off-by: Mike Frysinger [EMAIL PROTECTED]