Re: [uClinux-dev] Compiling problems

2007-05-01 Thread Greg Ungerer
Hi Ron, Ron Jobmann wrote: (Posted again because I forgot subject line last time - sorry) I'm using Snapgear 3.4.0, building with the linux-2.6.x tree. Using the arm-linux-tools-20061213.tar.gz toolset, ixp420 processor, big endian. The kernel seemed to build OK. I haven't run it yet.

Re: [uClinux-dev] Compiling problems

2007-05-01 Thread Steve Bennett
Looks like you don't have zlib installed on your host (notice that it is doing a host build). On my Ubuntu system this is the zlib1g-dev package. Cheers, Steve On 01/05/2007, at 6:04 AM, Ron Jobmann wrote: (Posted again because I forgot subject line last time - sorry) I'm using Snapgear

[uClinux-dev] Adding IPtables on uClinux/snapgear

2007-05-01 Thread fara sam
Hi, I have added iptables to my uClinux via snapgear but it seems not working properly because it doesn't know any iptables command. Anyone has experience to use iptables on uClinux? I get messages such as bellow: # iptables -A INPUT -s 10.1.0.1 -j DROP iptables v1.3.5: can't initialize

Re: [uClinux-dev] Adding IPtables on uClinux/snapgear

2007-05-01 Thread David McCullough
Jivin fara sam lays it down ... Hi, I have added iptables to my uClinux via snapgear but it seems not working properly because it doesn't know any iptables command. Anyone has experience to use iptables on uClinux? I get messages such as bellow: # iptables -A INPUT -s 10.1.0.1 -j DROP

[uClinux-dev] 32-bit SDRAM and FLASH

2007-05-01 Thread Ferry de Groot
We have just made our own MCF5208 board with 32-bit SDRAM and Flash memory. The original M5208EVB uses an 16-bit design. Now I would like to know, what do I need to change to get my mtd partition fully working again in this design? It seems to access the flash memory in 16-bit mode. We're using

Re: [uClinux-dev] Page Allocation Failure

2007-05-01 Thread Praveen Chandrasekharaiah
How do i specify XIP in uClinux? I am compiling the linking the application using the following options: CFLAGS= -D_GNU_SOURCE -DDEBUG -fpic LDFLAGS= -Wl,-elf2flt -m5370 -msep-data -lpthread -lstdc++ -lc -lgcc I have to increase the RAMFS size of 1024 as the application size is itself 793780

[uClinux-dev] linux-2.6.21-uc0 patch set released

2007-05-01 Thread Greg Ungerer
Hi All, An update of the uClinux (MMU-less) code against 2.6.21. Quite a few changes, some cleanup, some bug fixes. Very soon I plan on switch out and use the new style ColdFire serial driver. It will also be platform device based, so there will be a bit of change in the ColdFire architecture