Re: [uClinux-dev] Freescale's MCDMAAPI vs. Generic Linux DMA API on Coldfire MCF548x

2008-02-05 Thread Markus Franke
Hi Greg, Zitat von Greg Ungerer <[EMAIL PROTECTED]>: As a general rule you want to follow the way Linux does things. This is especially true for modern versions of the kernel (2.6.x), and especially if you want the code to be acceptable for main line inclusion. apart from , is there any furthe

Re: [uClinux-dev] Re: Arm946ES Target

2008-02-05 Thread ulf kypke
hi, do you know, that isl3893 is arm946 based and it is running a 2.4.19 maybe there are differences between this both cpus the isl3893 is nommu. but for more "code" you can have a look to isl3893.sf.net. this cpu is running in cheap wireless lan devices as a soc system maybe this helps a bit, rega

Re: [uClinux-dev] [patch] restore gui config support

2008-02-05 Thread Mike Frysinger
This patch incorporates feedback from Gavin and is self-contained (you don't need any other patch). This works for me for the menuconfig/xconfig targets with no warnings about overridden targets. --- While I personally don't use this, we have some users who like it, so I've forward/back/something-

Re: [uClinux-dev] [patch] restore gui config support

2008-02-05 Thread Mike Frysinger
On Monday 04 February 2008, Greg Ungerer wrote: > Hi Mike, > > Mike Frysinger wrote: > > On Sunday 03 February 2008, Greg Ungerer wrote: > >> Hi Mike, > >> > >> Mike Frysinger wrote: > >>> blah, previous patch was half baked ... it would use menuconfig for > >>> submenus even when using gconfig/qco

[uClinux-dev] Filling RAM

2008-02-05 Thread DMcLeod
Hi, I am seeing that as files are created, their approximate size is subtracted from the available memory. For example, assume I have /home mounted from /dev/mtdblock2, which is a jffs2 filesystem on NOR flash. The following procedure reproduces the problem consistently: [code] ]# cat /proc

Re: [uClinux-dev] Re: Arm946ES Target

2008-02-05 Thread Wolfgang Mües
On Dienstag, 5. Februar 2008, Gene Smith wrote: > Any luck with the arm946e-s? Considering a project using it too. > Doesn't look like a lot of help is available on that processor. DSLINUX (www.dslinux.org) is using an ARM946es target with success. regards Wolfgang Mües -- Das Leben kann nur rü

Re: [uClinux-dev] Filling RAM

2008-02-05 Thread Erwin Authried
Am Dienstag, den 05.02.2008, 12:33 -0500 schrieb DMcLeod: > Hi, > > I am seeing that as files are created, their approximate size is > subtracted from the available memory. For example, assume I have /home > mounted from /dev/mtdblock2, which is a jffs2 filesystem on NOR flash. > The followin

[uClinux-dev] BINFMT_RELOC error when linking to pthreads

2008-02-05 Thread Sean McGranaghan
Hello all, I have an application that fails to load with the following message "BINFMT_FLAT: reloc outside program." I am using the Freescale MCF5208EVBe platform and cross tools that come with the Steroidmicro eval board. (SBCToolsV3 - GCC 3.4.0) I also have an independent build from the uCl

Re: [uClinux-dev] BINFMT_RELOC error when linking to pthreads

2008-02-05 Thread Paul_Dale
Sean wrote: > So which is it? A link script issue or a loader issue? I am hoping this > is just a matter of getting my compiler flags setup correctly and > matching the options used to build the libraries. Building for a flat > memory model seems a bit tricky. The bug is in the loader - kind o

Re: [uClinux-dev] Re: Arm946ES Target

2008-02-05 Thread ulf kypke
> DSLINUX (www.dslinux.org) is using an ARM946es target with success. > oh yes, the nintendo ds, i forgot, regards ulf > regards > > Wolfgang Mües > -- > Das Leben kann nur rückwärts verstanden, > muß aber vorwärts gelebt werden. > ___ > uClinux-dev maili

Re: [uClinux-dev] [patch] restore gui config support

2008-02-05 Thread Greg Ungerer
Mike Frysinger wrote: On Monday 04 February 2008, Greg Ungerer wrote: Mike Frysinger wrote: On Sunday 03 February 2008, Greg Ungerer wrote: Mike Frysinger wrote: blah, previous patch was half baked ... it would use menuconfig for submenus even when using gconfig/qconfig ... --- While I perso

[uClinux-dev] What is the latest distribution of uCLinux supporting the ARM7TDMI with no MMU and the Atmel AT91

2008-02-05 Thread Robert Warner
Hi Does anyone know the latest version of uCLinux that supports the ARM7TDMI with noMMU and the Ateml AT91. tia - bob warner begin:vcard fn:Robert Warner n:Warner;Robert org:Kutta Consulting;Engineering adr:;;2075 Pinnacle Peak Rd, Suite 102;Phoenix;AZ;85027;USA email;internet:[EMAIL PROTECTED

Re: [uClinux-dev] What is the latest distribution of uCLinux supporting the ARM7TDMI with no MMU and the Atmel AT91

2008-02-05 Thread Greg Ungerer
Hi Bob, Robert Warner wrote: Does anyone know the latest version of uCLinux that supports the ARM7TDMI with noMMU and the Ateml AT91. You can use uClinux-2.6.24-uc0. Get the big patch and apply to a fresh 2.6.24 kernel: http://www.uclinux.org/pub/uClinux/uClinux-2.6.x/linux-2.6.24-uc0-big.pat

[uClinux-dev] 20080131 patch?

2008-02-05 Thread Allon Stern
So, I tried applying the 20080131 patch. I could get the kernel to compile, but yuck, can't get any satisfaction from the user space. Also, seem to have lost "xconfig" - had to use "menuconfig". I'm attempting to build for a 5282LITE target. I started with a pristine 20070130 build. Any i

Re: [uClinux-dev] 20080131 patch?

2008-02-05 Thread Greg Ungerer
Hi Allon, Allon Stern wrote: So, I tried applying the 20080131 patch. I could get the kernel to compile, but yuck, can't get any satisfaction from the user space. Also, seem to have lost "xconfig" - had to use "menuconfig". I'm attempting to build for a 5282LITE target. I started with a prist

Re: [uClinux-dev] 20080131 patch?

2008-02-05 Thread Mike Frysinger
On Tuesday 05 February 2008, Allon Stern wrote: > Also, seem to have lost "xconfig" - had to use "menuconfig". it'll be back in the next patchset -mike signature.asc Description: This is a digitally signed message part. ___ uClinux-dev mailing list uCl

Re: [uClinux-dev] 20080131 patch?

2008-02-05 Thread Allon Stern
On Feb 5, 2008, at 10:26 PM, Greg Ungerer wrote: What in user space didn't build? What kernel version did you choose? Can you send the failed make output? It seemed to hinge on PAM, and ppp, though I don't remember just now. I just applied the restore gui patch and am trying again with a c

Re: [uClinux-dev] 20080131 patch?

2008-02-05 Thread Allon Stern
On Feb 5, 2008, at 10:44 PM, Allon Stern wrote: auth.c:404: error: ‚'pamservice‚' undeclared here (not in a function) auth.c:406: error: ‚'explicit_pamservice‚' undeclared here (not in a function) Oh, and if I turn on libpam, then libpam fails to build looking for pthread.h, which is part