Re: [uClinux-dev] problem compiling uClinux

2008-08-08 Thread Greg Ungerer
Hi Jeff, Jeff Ramin wrote: Greg Ungerer wrote: Hi Jeff, Jeff Ramin wrote: I'm using the uClinux-dist-20070130 release. And what toolchain are you using again? Regards Greg I'm using the arm-elf toolchain. What version? Where did you get it from? By default that version of the dist

[uClinux-dev] compilation error - AX4510 -embest

2008-08-08 Thread venugopal saminatham
hi to all, i'd purchased a embest AX4510 - s3c4510 kit. when i'm compiling the distribution provided by embest along with kit cd it's giving error. pls help me to get correct dist for embest AX4510 kit. with regards S.Venugopal ___

Re: [uClinux-dev] Re: how does s3c4510 handle the 32M SDRAM

2008-08-08 Thread xavier.montagne
Hi, The 0x address should be dedicated to your boot device, I mean a NOR flash if your 4510 boots from a NOR flash. The SDRAM is not located at 0x, but 0x0c00 very often on this kind of chip (bank 6 if I remember well). I don't think your bios bootloader uses the SDRAM from

[uClinux-dev] Memory allocation limit?

2008-08-08 Thread Martin Euredjian
I was told that uClinux applications can't allocate memory in chuncks larger then 1 MiB. Is this true? I have an application that requires significanly more than that (10 to 20 MiB) for image processing. Thanks, -Martin ___ uClinux-dev mailing list

Re: [uClinux-dev] Memory allocation limit?

2008-08-08 Thread Markus Franke
Martin Euredjian schrieb: I was told that uClinux applications can't allocate memory in chuncks larger then 1 MiB. Is this true? I have an application that requires significanly more than that (10 to 20 MiB) for image processing. As far as I know this is architecture dependent. Cheers,

RE: [uClinux-dev] Memory allocation limit?

2008-08-08 Thread Martin Euredjian
As far as I know this is architecture dependent. Coldfire 5373 or 5329? -Martin ___ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by uclinux-dev@uclinux.org To

Re: [uClinux-dev] Memory allocation limit?

2008-08-08 Thread Markus Franke
Martin Euredjian schrieb: As far as I know this is architecture dependent. Coldfire 5373 or 5329? Check out the kernel configuration option CONFIG_FORCE_MAX_ZONEORDER. It can be modified on an arch-by-arch basis. If it is not defined LINUX/include/linux/mmzone.h set's MAX_ORDER to a

[uClinux-dev] RE: uClinux-dist-20080808 release

2008-08-08 Thread uclinux . 20 . jpadamson
Greg, I keep getting zero length files when trying to download (http) the new dist...should I just be patient, or is this a problem on my end? john ___ uClinux-dev mailing list uClinux-dev@uclinux.org

Re: [uClinux-dev] RE: uClinux-dist-20080808 release

2008-08-08 Thread rwarner
[EMAIL PROTECTED] wrote: Greg, I keep getting zero length files when trying to download (http) the new dist...should I just be patient, or is this a problem on my end? john John, I just finally got the download to complete after 5 hrs for 281M :/, did 'tar -jxvf' on it and it did