[uClinux-dev] big patch vs. patch

2007-02-14 Thread quyipeng
Hi! I want to know the difference about the linux--big.patch and linux-.patch what's the mean about "big" ? thanks! -- quyipeng 2007-02-14 ___ uClinux-dev mailing list uClinux-dev

[uClinux-dev] How to create the uclinux environment under cygwin?

2007-02-14 Thread soundlike
Is there any expert illustrating me how to create uclinux environment udner cygwin? Michael. ___ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by uclinux-dev@uclin

Re: [uClinux-dev] thttpd

2007-02-14 Thread Bernd Büttner
That's great. If you send me both patches I'm very pleased. Bernd Gavin Lambert schrieb: Quoth Bernd Büttner [EMAIL PROTECTED]: did someone port the actual version (2.25b) of thttpd? Yep, I've got that one running on my system. Not sure how sane the code is, but it seems to work ok, with a

Re: [uClinux-dev] sscanf and integers's or floats range

2007-02-14 Thread Mathias . Krause
Hi Erwin, > > The problem is, that it seems that sscanf doesn't check the > > range of the var to which the digits should be converted. > > > > [...] > > > > In the first case, sscanf doesn't work fine. The problem is, that > > th > > maximum integer is 0x whis is 4294967295. So, my i

Re: [uClinux-dev] sscanf and integers's or floats range

2007-02-14 Thread Erwin Authried
Am Mittwoch, den 14.02.2007, 02:19 -0600 schrieb [EMAIL PROTECTED]: > > Hi Erwin, > > > > The problem is, that it seems that sscanf doesn't check the > > > range of the var to which the digits should be converted. > > > > > > [...] > > > > > > In the first case, sscanf doesn't work fine. T

Re: [uClinux-dev] sscanf and integers's or floats range

2007-02-14 Thread Mathias . Krause
> [...] > > Sorry, I had simply forgotten that. However, if you use strtol, errno > will be set properly. OK ... thats right. So i think i have to walk through the whole sources and to change the sscanf calls to strto-functions. Thank you for this tip. regards Mathias___

Re: [uClinux-dev] How to create the uclinux environment under cygwin?

2007-02-14 Thread Alvin Cao
Nothing special. Just build toolchains for cygwin. Seems build-uclinux-tools.sh supports cygwin. On 2/14/07, soundlike <[EMAIL PROTECTED]> wrote: Is there any expert illustrating me how to create uclinux environment udner cygwin? Michael. 想加入吗?1.9亿用户正在

[uClinux-dev] Problems accessing upper half of RAM

2007-02-14 Thread Philip Mason
Hi All, I am having trouble accessing the upper half of the RAM connected to my 5272 Coldfire using the 2006/08/03 kernel. I had it working fine by taking the default settings for the processor and adding the things I needed (like NFS and the various busybox commands) but when I added enough st

Re: [uClinux-dev] big patch vs. patch

2007-02-14 Thread Greg Ungerer
Hi, quyipeng wrote: > I want to know the difference about the linux--big.patch and > linux-.patch > what's the mean about "big" ? The linux-.patch is the set of changes that I am proposing to send to Linus for inclusion in mainline kernels. Generally this will include m68knomm

Re: [uClinux-dev] sscanf and integers's or floats range

2007-02-14 Thread Mathias . Krause
> [...] > > Sorry, I had simply forgotten that. However, if you use strtol, errno > will be set properly. ok ... that works with strtol, but what is if I want to scan floats? Here, strtod, strtof, atof do NOT set errno or return an error when the number is too small or too big. Thanks for yo

[uClinux-dev] building error

2007-02-14 Thread Boris Vulikh
I'm having troubles building the source. make command exits with the following error message: > make[2]: Entering directory > `/home/user/work/uClinux-dist-intec-wildfiremod-2.4/user/mtd-utils' > gcc -I/usr/include -I. -o build/ftl_format ftl_format.c > ftl_format.c:50:27: error: linux/mtd/ftl.

Re: [uClinux-dev] sscanf and integers's or floats range

2007-02-14 Thread Erwin Authried
Am Mittwoch, den 14.02.2007, 06:20 -0600 schrieb [EMAIL PROTECTED]: > > > [...] > > > > Sorry, I had simply forgotten that. However, if you use strtol, > errno > > will be set properly. > > ok ... that works with strtol, but what is if I want to scan floats? > Here, strtod, strtof, atof do

Re: [uClinux-dev] building error

2007-02-14 Thread Doug Kehn
Hi Boris, Which uClinux distribution are you using? Which target are you building? Which tool-chain are you using? Regards, ...doug --- Boris Vulikh wrote: > I'm having troubles building the source. > make command exits with the following error message: > > > > > make[2]: Entering direct

[uClinux-dev] armnommu and pthread

2007-02-14 Thread ulf kypke
hello, i am new on this list and somehow a newbee in all this deep kernel crosscompiling and toolchain stuff as well, but working for a longer time on a armnommu cpu based wireless accesspoint from good old intersil (which is now conexant). the device what i am talking about, is called isl3893 and

Re: [uClinux-dev] building error

2007-02-14 Thread Boris Vulikh
Hi Doug, Thanks for the answer, I've solved it a few moments ago. My host Linux (Ubuntu 6.10) doesn't have the mtd-utils header files (linux/mtd/*.h) do not exist in the default “include” path: /usr/include/, so I used this FAQ to solve it. Now I have another problem: make[2]: Entering director

Re: [uClinux-dev] sscanf and integers's or floats range

2007-02-14 Thread Mathias . Krause
> > > [...] > > > > > > Sorry, I had simply forgotten that. However, if you use strtol, > > > errno > > > will be set properly. > > > > ok ... that works with strtol, but what is if I want to scan floats? > > Here, strtod, strtof, atof do NOT set errno or return an error when > > the > > numb

Re: [uClinux-dev] building error

2007-02-14 Thread Steve Bennett
Hi Boris, I suggest you just disable the build of nandtest. You won't need it for your platform and that version of mtd-utils is very old and has increasing difficulty building on newer machines. Cheers, Steve On 15/02/2007, at 12:45 AM, Boris Vulikh wrote: Hi Doug, Thanks for the answe

Re: [uClinux-dev] Could it possible to port uClinux to 51 based MCU?

2007-02-14 Thread Greg Ungerer
Hi Stevin, [EMAIL PROTECTED] wrote: a question, Could it possible to port uClinux to 51 based MCU with large ram and rom? You are going to need > 1MB of RAM, can any 51 based MCU's really have that much? Even then you might hit troubles with tool chain, you need a fully featured c comp

Re: [uClinux-dev] Could it possible to port uClinux to 51 based MCU?

2007-02-14 Thread Bobby Clark
- Original Message - From: "Greg Ungerer" <[EMAIL PROTECTED]> To: "uClinux development list" Cc: <[EMAIL PROTECTED]> Sent: Wednesday, February 14, 2007 5:54 PM Subject: Re: [uClinux-dev] Could it possible to port uClinux to 51 based MCU? Hi Stevin, [EMAIL PROTECTED] wrote: a

Re: [uClinux-dev] Problems accessing upper half of RAM

2007-02-14 Thread Greg Ungerer
Hi Phil, Philip Mason wrote: I am having trouble accessing the upper half of the RAM connected to my 5272 Coldfire using the 2006/08/03 kernel. What is the target board? > I had it working fine by taking the default settings for the processor and adding the things I needed (like NFS and th

Re: [uClinux-dev] kernel 2.6.x on MOD5270

2007-02-14 Thread Greg Ungerer
Hi Marcos, Marcos Pereira wrote: to do this port I copied the "uClinux-dist/vendors/Netburner/MOD5272" folder and its contents, renamed it to MOD5270 and change the following files: config.arch: - The gcc processor switch to -m5200 config.linux-2.6.x: CONFIG_M5272 is not set CONFIG_M5271=y C

Re: [uClinux-dev] Could it possible to port uClinux to 51 based MCU?

2007-02-14 Thread Stevin . Shen
Hi Bobby ,Greg, Hi,all First excuse me for my poor English. I am a Chinese. Thank you for your reply, Yes, I think the most difficult thing perhaps is tool chain. Does anybody interest in porting the uClinux to 51 based MCU ? If any,let us try it. "Bobby Clark" <[EMAIL PR

[uClinux-dev] How to build Valgrind within uClinx.

2007-02-14 Thread Tao Wang
Hi all, I need to use valgrind within uClinux, and I think I should put it into user/ and then make it. But I don't know how to configure and install it into romfs/, would you like to help me with it? Thank you and regards, Feb-15-2007 ---

Re: [uClinux-dev] patch to clean some files created by make menuconfig

2007-02-14 Thread Greg Ungerer
Hi David, David Wu wrote: This is another patch that removes some files created during "make menuconfig". this patch is for uClinux-dist-20070130/linux-2.6.x build. Maybe better as this? --- Makefile29 Nov 2006 23:28:19 - 1.1.1.18 +++ Makefile15 Feb 2007 05:00:47 - @@ -1

Re: [uClinux-dev] patch for ls to make it works for ftpd

2007-02-14 Thread Greg Ungerer
Hi David, David Wu wrote: Another patch for uClinux-dist-20070130/user/fileutils/ls.c this patch fixes the following problem: -- you have a ftp server(uClinux-dist-20070130/user/ftpd) running on the target. when you login to the ftp server and run command "ls", you will get errors and exit