[uClinux-dev] Questions about adding and upgrading packages

2007-06-26 Thread glhs329
What is the procedure for adding a new user package to the official uClinux-dist? I am currently using uClinux-dist-20070130. I added 'haserl' (see http://haserl.sourceforge.net) to my tree, and I believe others will find it useful. I added the latest development version, which is 0.9.16. Haserl

Re: [uClinux-dev] Questions about adding and upgrading packages

2007-06-26 Thread Doug Kehn
Hi, --- [EMAIL PROTECTED] wrote: > What is the procedure for adding a new user package > to the official > uClinux-dist? I am currently using > uClinux-dist-20070130. > > I added 'haserl' (see http://haserl.sourceforge.net) > to my tree, and I > believe others will find it useful. I added the >

Re: [uClinux-dev] Can anybody give some idea on the PPPOA support on uclinux?

2007-06-26 Thread Doug Kehn
Hi Luo, --- Luo Chunhua wrote: > Thank you! If you poke around in the sources (linux-2.4.x / linux-2.6.x) you'll notice in net/atm support is provided. >From 'make xconfig', look under Network Device Support - PPP support for the PPPoA config option. Regards, ...doug

[uClinux-dev] RE: uClinux memory requirements

2007-06-26 Thread Jonathan Pratt
Hello Mr Chief Software Dude ;-) This isn't a big issue anymore since I have JFFS2 up & running so there will be 16MB available for linux at startup which appears to be more than adequate. I'd still like to know what was going on, if possible. > > Hi Jonathan, > > Jonathan Pratt wrote: > > I'm

[uClinux-dev] sched_yield

2007-06-26 Thread Hasan Jamal
Hello, Could anybody tell me whether sched_yield is safe to call inside a signal handler? Also, could you point me documents that describe safety issues of different system calls? Thanks, Hasan ___ uClinux-dev mailing list uClinux-dev@uclinux

[uClinux-dev] Problems with shared libraries - BINFMT_FLAT

2007-06-26 Thread Claudi Jr
Hi all, I have been testing uClinux-dist-20070130 for Coldfire (m68k-tools v4.1.1) on MCF5282EVB and everything works ok so far. I have been testing BOA server + CGI and I have noticed that every CGI program (written in C) occupies several Kbytes. I found that this was due to these programs do not

Re: [uClinux-dev] RE: uClinux memory requirements

2007-06-26 Thread Greg Ungerer
Hi Jonathan, Jonathan Pratt wrote: Hello Mr Chief Software Dude ;-) This isn't a big issue anymore since I have JFFS2 up & running so there will be 16MB available for linux at startup which appears to be more than adequate. I'd still like to know what was going on, if possible. Hi Jonathan,

Re: [uClinux-dev] New board (mfc3000)

2007-06-26 Thread Greg Ungerer
Hi Daniel, Daniel Alomar wrote: Here you have the patches to add our board (based on the Avnet 5282) to the uClinux distribution. Applied. Some of the patches though didn't put there resulting files in the correct places. For example ram.ld ended up at the top of the linux-2.4.x directory, ins

[uClinux-dev] Makefiles

2007-06-26 Thread Daniel Alomar
Hi, I'm using the new toolchain gcc-4.1.1 with the last uClinux distribution. I compile it without problem. One of my application fails when I try to compile (see the rror at the end of the msg) and another app. (a module) seems that didn't work fine at all. I wonder if someone could send

[uClinux-dev] list of System calls in uclinux

2007-06-26 Thread Abdul Qader
Hi All, I wanted to know if there was some archive of all the system calls availabe for uclinux. Also I wanted to port a driver from uclinux to MontaVista .What could be the possible things that I need to look out for? Thanks Abdul ___

Re: [uClinux-dev] New board (mfc3000)

2007-06-26 Thread Daniel Alomar
En/na Greg Ungerer ha escrit: Applied. Some of the patches though didn't put there resulting files in the correct places. For example ram.ld ended up at the top of the linux-2.4.x directory, instead of down under linux-2.4.x/arch/m68knommu/platform/5282/SERRA. Yes, there was another little bu

Re: [uClinux-dev] New board (mfc3000)

2007-06-26 Thread Greg Ungerer
Hi Daniel, Daniel Alomar wrote: En/na Greg Ungerer ha escrit: Applied. Some of the patches though didn't put there resulting files in the correct places. For example ram.ld ended up at the top of the linux-2.4.x directory, instead of down under linux-2.4.x/arch/m68knommu/platform/5282/SERRA.

Re: [uClinux-dev] list of System calls in uclinux

2007-06-26 Thread Greg Ungerer
Hi Abdul, Abdul Qader wrote: I wanted to know if there was some archive of all the system calls availabe for uclinux. Also I wanted to port a driver from uclinux to You will need to look on an architecture by architecture basis. Look in the code, generally around arch//kernel/. For example ar

Re: [uClinux-dev] Makefiles

2007-06-26 Thread Greg Ungerer
Hi Daniel, Daniel Alomar wrote: I'm using the new toolchain gcc-4.1.1 with the last uClinux distribution. I compile it without problem. One of my application fails when I try to compile (see the rror at the end of the msg) and another app. (a module) seems that didn't work fine at all. I w

Re: [uClinux-dev] [patch] use memcmp() rather than bcmp() in user/dhcpcd/

2007-06-26 Thread Greg Ungerer
Hi Mike, Mike Frysinger wrote: bcmp() is deprecated in SUSV3 so ive changed dhcpcd to use memcmp(). Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> Applied, thanks. Regards Greg --- Index: user/dhcpcd/arp.c === RCS file: /