[uClinux-dev] Re: [PATCH 0/1] m68k: merge m68k and m68knommu arch directories

2011-03-25 Thread Greg Ungerer
Hi All, I am ready to send a request to Linus to pull this in. Anyone not ready for this to happen? Regards Greg On 22/03/11 14:43, g...@snapgear.com wrote: The following patch merges the m68k and m68knommu arch directories. This patch has been trimmed for review purposes - the automated

[uClinux-dev] Host fo ucLinux

2011-03-25 Thread Simon V Chamlian
Hi, I am new in the Linux world. I would like to start a new project with ucLinux on MCF5282 and would like some information from people who already used it. 1) My computer has Windows XP, therefore I need a Linux Host to be able to cross-compile, debug my application (ucLinux + my

Re: [uClinux-dev] Host fo ucLinux

2011-03-25 Thread Lennart Sorensen
On Fri, Mar 25, 2011 at 03:03:57PM -0400, Simon V Chamlian wrote: I am new in the Linux world. I would like to start a new project with ucLinux on MCF5282 and would like some information from people who already used it. 1) My computer has Windows XP, therefore I need a Linux Host to

Re: [uClinux-dev] Host fo ucLinux

2011-03-25 Thread Jim Donelson
I use Linux in a VM all the time for this purpose. As for which distro, I end up using Ubuntu because it seems to be gaining support over red hat and I am used to it, but for each person you ask you will probably get a different answer. I recommended you try and use Linux for as much as possible

Re: [uClinux-dev] Host fo ucLinux

2011-03-25 Thread Philip Nye
Hi Simon, Taking your questions in reverse order - On 25/03/2011 19:03, Simon V Chamlian wrote: ... 2) Did anyone used virtual machines on XP to have the Linux host running in a Virtual Machine for ucLinux compiling/debugging? Is that recommendable or better have a dual boot computer

[uClinux-dev] [PATCH] NOMMU: implement access_remote_vm

2011-03-25 Thread Mike Frysinger
Recent vm changes brought in a new function which the core procfs code utilizes. So implement it for nommu systems too to avoid link failures. Signed-off-by: Mike Frysinger vap...@gentoo.org --- mm/nommu.c | 52 +++- 1 files changed, 39

Re: [uClinux-dev] Host fo ucLinux

2011-03-25 Thread Steve Strobel
2) Did anyone used virtual machines on XP to have the Linux host running in a Virtual Machine for ucLinux compiling/debugging? Is that recommendable or better have a dual boot computer (XP / Linux)? I have used a virtual machine for uClinux development with good results - though in my

[uClinux-dev] [git pull] merge m68k and m68knommu arch directories

2011-03-25 Thread Greg Ungerer
Hi Linus, Can you please pull the m68knommu git tree, for-linus branch: git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git for-linus It contains only a single commit that merges the m68k and m68knommu arch directories. Once commited there is no longer an arch/m68knommu directory.