Re: [uClinux-dev] ARM compilation woes summary (and solution)

2009-11-22 Thread Greg Ungerer
Hi Jim, ucli...@browserseal.com wrote: On 11/18/2009, Greg Ungerer g...@snapgear.com wrote: ucli...@browserseal.com wrote: So, this is what it takes to compile the latest version 20090618 of uClinux with ARM, 1. Change libc from glibc to uClibc (compilation with glibc will fail during the

Re: [uClinux-dev] ARM compilation woes summary (and solution)

2009-11-20 Thread uclinux
On 11/18/2009, Greg Ungerer g...@snapgear.com wrote: Hi, ucli...@browserseal.com wrote: So, this is what it takes to compile the latest version 20090618 of uClinux with ARM, 1. Change libc from glibc to uClibc (compilation with glibc will fail during the patching phase) 2. Change uClibc

Re: [uClinux-dev] ARM compilation woes summary (and solution)

2009-11-19 Thread Jim Donelson
With the sole exception of having to install curses and genromfs (from sourceforge) (it was a new very plain system) these steps worked fine. And I am a uCLinux and Arm nubie. On Tue, Nov 17, 2009 at 7:40 PM, Greg Ungerer g...@snapgear.com wrote: Hi, ucli...@browserseal.com wrote: So, this

[uClinux-dev] ARM compilation woes summary (and solution)

2009-11-17 Thread uclinux
So, this is what it takes to compile the latest version 20090618 of uClinux with ARM, 1. Change libc from glibc to uClibc (compilation with glibc will fail during the patching phase) 2. Change uClibc configuration from CONFIG_ARM_OABI to CONFIG_ARM_EABI (OABI will fail with '__NR_syscall'

RE: [uClinux-dev] ARM compilation woes summary (and solution)

2009-11-17 Thread Gary Altenberg
...@uclinux.org] On Behalf Of ucli...@browserseal.com Sent: Tuesday, November 17, 2009 4:19 PM To: uclinux-dev@uclinux.org Subject: [uClinux-dev] ARM compilation woes summary (and solution) So, this is what it takes to compile the latest version 20090618 of uClinux with ARM, 1. Change libc from glibc to uClibc

RE: [uClinux-dev] ARM compilation woes summary (and solution)

2009-11-17 Thread uclinux
Subject: [uClinux-dev] ARM compilation woes summary (and solution) So, this is what it takes to compile the latest version 20090618 of uClinux with ARM, 1. Change libc from glibc to uClibc (compilation with glibc will fail during the patching phase) 2. Change uClibc configuration from CONFIG_ARM_OABI

Re: [uClinux-dev] ARM compilation woes summary (and solution)

2009-11-17 Thread Greg Ungerer
Hi, ucli...@browserseal.com wrote: So, this is what it takes to compile the latest version 20090618 of uClinux with ARM, 1. Change libc from glibc to uClibc (compilation with glibc will fail during the patching phase) 2. Change uClibc configuration from CONFIG_ARM_OABI to CONFIG_ARM_EABI (OABI