Re: [uClinux-dev] [PATCH] coldfire 5235 using 3 built in UARTS

2007-07-25 Thread Wolfgang Mües
Hello Greg, On Mittwoch, 25. Juli 2007, Greg Ungerer wrote: And one style issue. Comments in the kernel should not be c89/c++ style, don't use //. See linux-2.6.x/Documentation/CodingStyle. I had a look: Chapter 7: Commenting Comments are good, but there is also a danger of

Re: [uClinux-dev] [PATCH] coldfire 5235 using 3 built in UARTS

2007-07-25 Thread Greg Ungerer
Hi Wolfgang, Wolfgang Mües wrote: Hello Greg, On Mittwoch, 25. Juli 2007, Greg Ungerer wrote: And one style issue. Comments in the kernel should not be c89/c++ style, don't use //. See linux-2.6.x/Documentation/CodingStyle. I had a look: Chapter 7: Commenting What

[uClinux-dev] latest version build failure on fedora 7

2007-07-25 Thread Tony Winslow
When I'm trying to build unlinux as it says in the README file, it failed! It failed at the end of 'make' ( everything goes smoothly prior to it), it complains that ...failed to merge target specific data of file /usr/local/arm/3.3/lib/ gcc-lib/arm-linux/3.3.1/libgcc.a(_ashldi3.oS) uses hardware

[uClinux-dev] [nommu] Unable to allocate RAM for process text/data, errno 12

2007-07-25 Thread Neil Armstrong
Hello, I am porting linux 2.6.21-uc0 on an ARM946ES based system, thanks to the proc-arm946.S I had on this maling list, but after managing to boot the kernel I have some problems with flat binaries and initramfs init ! Here is the boot log : [0.00] Linux version 2.6.21-uc0 ([EMAIL

Re: [uClinux-dev] latest version build failure on fedora 7

2007-07-25 Thread Erwin Authried
Am Mittwoch, den 25.07.2007, 15:44 +0800 schrieb Tony Winslow: When I'm trying to build unlinux as it says in the README file, it failed! It failed at the end of 'make' ( everything goes smoothly prior to it), it complains that ...failed to merge target specific data of file

[uClinux-dev] [PATCH] sl811 reset delay

2007-07-25 Thread Daniele Ziglioli
a long awaited (for us) usb patch ... - 20 - 50 ms reset delay (some deviced was not correctly detected otherwise) From the Cypress manual (just the last version!): When a device is detected, the first thing that to do is to send it a USB Reset to force it into its default

Re: [uClinux-dev] [PATCH] sl811 reset delay

2007-07-25 Thread Daniele Ziglioli
Daniele Ziglioli ha scritto: a long awaited (for us) usb patch ... - 20 - 50 ms reset delay (some deviced was not correctly detected otherwise) From the Cypress manual (just the last version!): When a device is detected, the first thing that to do is to send it a USB Reset to

[uClinux-dev] uClinux-dist-20070130 location

2007-07-25 Thread Paul Romero
Hi David: I am having the same problem and tried what you suggested and it doesn't work. Also, the same applies to uClinux-dist-20070130.tar.gz. When you try it interactively you get the following diagnostic: VDeck 403 forbidden Server configuration does not allow you access to this page

RE: [uClinux-dev] R_ARM_PC24 unsupported in this context

2007-07-25 Thread Saidulu Lakumalla
Can you try with -mlong-calls or equivalent compilation option? Regards, Sai -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jyothi Gudavalli Sent: Saturday, July 28, 2007 10:19 PM To: uclinux-dev@uclinux.org Subject: [uClinux-dev] R_ARM_PC24 unsupported

[uClinux-dev] uClinux supports shared memory IPC?

2007-07-25 Thread Allen Yang
Hi, I am using ColdFire MCF5329EVB and uClinux (2.6.17 kernel, uClibc 0.9.27). I am trying to use shared memory IPC in my application. I enabled SYS V IPC when I configured uClinux kernel. I tried semaphore and message queue. They seem to be working. I added shared memory in my application:

[uClinux-dev] [PATCH] Fix segmentation fault in elf2flt on amd64

2007-07-25 Thread Stefan Sperling
Hello, elf2flt crashes on Linux/amd64: (gdb) run -a -o links -p links.gdb links.gdb Starting program: /home/stsp/dslinux/toolchain/prefix/bin/arm-linux-elf-elf2flt -a -o links -p links.gdb links.gdb Program received signal SIGSEGV, Segmentation fault. _bfd_elf_canonicalize_reloc (abfd=value

Re: [uClinux-dev] uClinux-dist-20070130 location

2007-07-25 Thread Greg Ungerer
Hi Paul, Paul Romero wrote: I am having the same problem and tried what you suggested and it doesn't work. Also, the same applies to uClinux-dist-20070130.tar.gz. When you try it interactively you get the following diagnostic: VDeck 403 forbidden Server configuration does not allow you

Re: [uClinux-dev] [PATCH] Fix segmentation fault in elf2flt on amd64

2007-07-25 Thread Stefan Sperling
Resending in one piece because the archive munged my message. Sorry for the noise. On Wed, Jul 25, 2007 at 11:51:42PM +0200, Stefan Sperling wrote: Hello, elf2flt crashes on Linux/amd64: (gdb) run -a -o links -p links.gdb links.gdb Starting program:

Re: [uClinux-dev] [PATCH] BSP for Savant CPU card

2007-07-25 Thread Greg Ungerer
Hi Wilson, Wilson Callan wrote: Thank you for applying the BSP patch, and the Encode Chip Select QSPI patch. Sorry about the bad m523xsim.h patch. I've attached a patch just for this, but actually you dont need it because you've applied the qspiCS.patch which contained this file. Yeah, I

Re: [uClinux-dev] [PATCH] sl811 reset delay

2007-07-25 Thread Daniel Alomar
Hi Daniele, I suppose this fix is also applicable to the sl811.c, isn't it? I'll generate a patch to the sl811.c (and also add support for a 5282 board) Regards, Daniel En/na Daniele Ziglioli ha escrit: Daniele Ziglioli ha scritto: a long awaited (for us) usb patch ... - 20 - 50 ms

Re: [uClinux-dev] uClinux-dist-20070130 location

2007-07-25 Thread Richard Klingler
Evnin' You can download from me: http://www.uclinux.net/index.php?option=com_docmantask=cat_viewgid=25Itemid=29 ...although it requires registering due to heavy abuse lately and I have to pay for the bandwidth out my own pocket (o; cheers rick Paul Romero schrieb: Hi David: I am having

[uClinux-dev] [PATCH] BSP for Savant CPU card

2007-07-25 Thread Wilson Callan
Hi Greg, Thank you for applying the BSP patch, and the Encode Chip Select QSPI patch. Sorry about the bad m523xsim.h patch. I've attached a patch just for this, but actually you dont need it because you've applied the qspiCS.patch which contained this file. In fact, this patch will