Re: [uClinux-dev] warnings with new Kconfig system -- normal ?

2007-05-29 Thread Greg Ungerer
Hi Mike, Mike Frysinger wrote: On Tuesday 29 May 2007, Greg Ungerer wrote: Mike Frysinger wrote: i updated to 20070130 + 20070529 so i dont keep sending outdated patches, but the Kconfig system spits a lot of unsettling warnings ... this is default config for Snapgear/Lite followed by `make

Re: [uClinux-dev] Nothing output in ARMulator/kernel 2.6

2007-05-29 Thread Greg Ungerer
Hi Mickael, Mickael Sergent wrote: It is a known problem, in fact, ARMemulator isn't compatible with latest linux-2.6.x version. With Skyeye simulation we don't have problem. For information (if my analysis is right), problem can be seen in entry-armv.S file. In fact, following instruction :

[uClinux-dev] [RFC] overhaul library handling with a staging directory

2007-05-29 Thread Mike Frysinger
as we added support for real shared libraries in our Blackfin dist via FDPIC ELF, we quickly hit limitations due to the way libraries are handled currently. basically everything is done by symlinking static archives and header files into specific directories and having the rest of the packages

Re: [uClinux-dev] warnings with new Kconfig system -- normal ?

2007-05-29 Thread Mike Frysinger
On Tuesday 29 May 2007, Greg Ungerer wrote: > Mike Frysinger wrote: > > i updated to 20070130 + 20070529 so i dont keep sending outdated patches, > > but the Kconfig system spits a lot of unsettling warnings ... this is > > default config for Snapgear/Lite followed by `make co

[uClinux-dev] #if 0 in inetd start_child()

2007-05-29 Thread Mike Frysinger
the latest inetd does not seem to work for me with rcp/rsh ... if i change the '#if 0' to '#if 1' in start_child() (the stderr/stdout redirection), things work any idea the history behind this block of code ? -mike signature.asc Description: This is a digitally signed message part. ___

[uClinux-dev] [RFC/RFE] tweak to handling of packages

2007-05-29 Thread Mike Frysinger
would it be possible to move to (what i think is) a cleaner way of handling packages ? ive started doing this in our Blackfin uclinux-dist: lib/libpng/libpng-1.2.16/ lib/libpng/libpng-1.2.18/ lib/libpng/Makefile and in the Makefile, the first line simply reads: VER = libpng-1.2.18 and the rest o

Re: [uClinux-dev] broken tools/config.guess

2007-05-29 Thread Mike Frysinger
On Tuesday 29 May 2007, David McCullough wrote: > Jivin Mike Frysinger lays it down ... > > On Tuesday 29 May 2007, David McCullough wrote: > > > Jivin Mike Frysinger lays it down ... > > > > > > > wouldnt the correct solution then be to fix those packages ? > > > > > > The problem is that fixing t

Re: [uClinux-dev] broken tools/config.guess

2007-05-29 Thread David McCullough
Jivin Mike Frysinger lays it down ... > On Tuesday 29 May 2007, David McCullough wrote: > > Jivin Mike Frysinger lays it down ... > > > wouldnt the correct solution then be to fix those packages ? > > > > The problem is that fixing them here using my version of tools may not > > fix them for you,

Re: [uClinux-dev] warnings with new Kconfig system -- normal ?

2007-05-29 Thread Greg Ungerer
Hi Mike, Mike Frysinger wrote: i updated to 20070130 + 20070529 so i dont keep sending outdated patches, but the Kconfig system spits a lot of unsettling warnings ... this is default config for Snapgear/Lite followed by `make config_menuconfig 2>log ; cat log` I went through and fixed th

[uClinux-dev] warnings with new Kconfig system -- normal ?

2007-05-29 Thread Mike Frysinger
i updated to 20070130 + 20070529 so i dont keep sending outdated patches, but the Kconfig system spits a lot of unsettling warnings ... this is default config for Snapgear/Lite followed by `make config_menuconfig 2>log ; cat log` ../lib/Kconfig:165:warning: 'select' used by

Re: [uClinux-dev] broken tools/config.guess

2007-05-29 Thread Mike Frysinger
On Tuesday 29 May 2007, David McCullough wrote: > Jivin Mike Frysinger lays it down ... > > wouldnt the correct solution then be to fix those packages ? > > The problem is that fixing them here using my version of tools may not > fix them for you, and vice versa. The current state has been working

Re: [uClinux-dev] [patch] add missing can4linux/horch entries to config menu

2007-05-29 Thread Greg Ungerer
Hi Mike, Mike Frysinger wrote: The can4linux and horch packages are in user/ but there is no menu config option to select them. This patch adds them to the menu. Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> Applied, after conversion to new Kconfig setup. Regards Greg Index: config/c

[uClinux-dev] NAND on m5329evb

2007-05-29 Thread Jeffrey . Johnston
Hi, Has anybody successfully setup a filesystem using the m5329evb NAND? Freescale in their documentation for BSP says "Known bugs, limitations, or technical issues The jffs2/mtd implementation only works with very small files. The problem still has not been found." I cannot get it to work for

Re: [uClinux-dev] [patch] fix building dhcpcd-new with sanitized headers

2007-05-29 Thread Mike Frysinger
On Tuesday 29 May 2007, David McCullough wrote: > Jivin Mike Frysinger lays it down ... > > Newer kernels no longer export linux/autoconf.h so ive fixed dhcpcd-new > > to only pull in this file when dealing with CONFIG_LEDMAN (assuming that > > feature only works with old kernels). Perhaps people

Re: [uClinux-dev] broken tools/config.guess

2007-05-29 Thread David McCullough
Jivin Mike Frysinger lays it down ... > On Sunday 27 May 2007, David McCullough wrote: > > Jivin Mike Frysinger lays it down ... > > > > > the toplevel tools/config.guess reads: > > > #!/bin/sh > > > echo "i686-pc-linux-gnu" > > > exit 0 > > > > > > > > > why ? this is obviously broken and in my

Re: [uClinux-dev] bogus temp file in netperf and ulogd dirs

2007-05-29 Thread David McCullough
Jivin Mike Frysinger lays it down ... > On 5/29/07, David McCullough <[EMAIL PROTECTED]> wrote: > >Jivin Mike Frysinger lays it down ... > >> looks like these can be scrubbed: > >> user/netperf/README.windows~ > > > >Already gone, which dist did you see this in ? > > CVS Thats the same as the J

Re: [uClinux-dev] [patch] fix building dhcpcd-new with sanitized headers

2007-05-29 Thread David McCullough
Jivin Mike Frysinger lays it down ... > Newer kernels no longer export linux/autoconf.h so ive fixed dhcpcd-new > to only pull in this file when dealing with CONFIG_LEDMAN (assuming that > feature only works with old kernels). Perhaps people just want to > outright delete the line, doesnt matter

[uClinux-dev] "syslog.info -- MARK --"

2007-05-29 Thread Qi, Shiyuan (WI02)
Hi: I saw the system log contains the line: "syslog.info -- MARK --" for exactly every 20 minutes. What's the purpose of this log? Who prints it? Thanks, Shiyuan ___ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uclinux.org/ma

Re: [uClinux-dev] bogus temp file in netperf and ulogd dirs

2007-05-29 Thread Mike Frysinger
On 5/29/07, David McCullough <[EMAIL PROTECTED]> wrote: Jivin Mike Frysinger lays it down ... > looks like these can be scrubbed: > user/netperf/README.windows~ Already gone, which dist did you see this in ? CVS -mike ___ uClinux-dev mailing list uC

[uClinux-dev] [patch] fix building dhcpcd-new with sanitized headers

2007-05-29 Thread Mike Frysinger
Newer kernels no longer export linux/autoconf.h so ive fixed dhcpcd-new to only pull in this file when dealing with CONFIG_LEDMAN (assuming that feature only works with old kernels). Perhaps people just want to outright delete the line, doesnt matter to me. Signed-off-by: Mike Frysinger <[EMAIL P

Re: [uClinux-dev] ARMulator:why initrd=0x01300000 in kernel command line

2007-05-29 Thread David McCullough
Jivin [EMAIL PROTECTED] lays it down ... > Hi > > Well, I find out it is related with INITRD_PHYS in > arch/armnommu/boot/makefile: > > +initrd_phys-$(CONFIG_ARCH_ATMEL) := 0x0130 > > > "There are two methods available on ARM Linux to obtain an initial RAM > disk. > The first is a spec

Re: [uClinux-dev] bogus temp file in netperf and ulogd dirs

2007-05-29 Thread David McCullough
Jivin Mike Frysinger lays it down ... > looks like these can be scrubbed: > user/netperf/README.windows~ Already gone, which dist did you see this in ? We imported the latest version in March and that removed the dodgy file. > user/ulogd/ulogd.conf.in.rej Applied, Thanks, Davidm -- David M