Re: [uClinux-dev] No PowerPC targets?

2007-07-26 Thread Robert S. Grimes
Probably because most PowerPC users seem to go full Linux and get the virtual memory benefits. It's what I would do. Regards, -Bob robert lazarski wrote: Is there some sort of philosophical reason why uClinux doesn't have any PowerPC targets? Lack of interest? We've been lurking on this list

[uClinux-dev] Status on Patch to fix QSPI on M5235EVB

2007-07-08 Thread Robert S. Grimes
Hi, I'm having a bit of trouble with the mcf_qspi driver. It seems there is a problem with read transfers greater than four bytes - EINVAL is returned as an error from any ioctl call with length 4, but it doesn't seem like that should be true. In the driver I have from the January

[uClinux-dev] Remote debugging with Insight/gdb/gdbserver - problems viewing strings

2007-04-30 Thread Robert S. Grimes
out. Ignoring packet error, continuing... Reply contains invalid hex digit 116 (gdb) # Glue Makefile for Insight/GDB # # Author: Robert S. Grimes # # Note: This is borrowed HEAVILY from work by Per Hallsmark. All credit should # be directed towards Per - Thanks! # - Bob # PKG

Re: [uClinux-dev] Remote debugging with Insight/gdb/gdbserver - problems viewing strings

2007-04-30 Thread Robert S. Grimes
Robert S. Grimes wrote: Hi, I've made some progress getting Insight, gdb, and gdbserver to compile and actually work! Though with some issues, of course... Sorry, one thing I meant to stress is that the problem shows up both in gdb and Insight, so it is certainly not the latter's fault

Re: [uClinux-dev] Still need help with gdbserver

2007-04-22 Thread Robert S. Grimes
\n,i); (gdb) c Continuing. Breakpoint 1, main () at test.c:8 8 printf(%d\n,i); (gdb) c Continuing. Breakpoint 1, main () at test.c:8 8 printf(%d\n,i); (gdb) c Continuing. Program exited with code 02. (gdb) Robert S. Grimes wrote: Hi, Well, talking with a buddy

Re: [uClinux-dev] Still need help with gdbserver

2007-04-22 Thread Robert S. Grimes
it to configure, as my earlier message describes. I've been off a week, and back today, but I still get the same problems. I'm really stuck here, and very much at a loss here. Can anyone possibly help me on this one? Please! Thanks, -Bob Robert S. Grimes wrote: Hi, Well, talking with a buddy

Re: [uClinux-dev] Still need help with gdbserver

2007-04-05 Thread Robert S. Grimes
. Program exited with code 02. (gdb) Robert S. Grimes wrote: Hi, Well, talking with a buddy of mine, we've come to the conclusion that the gdbserver in uClinux-dist-20070130.tar.bz2 needs a specific version or versions of gdb, though I can't for the life of my figure out what those versions

[uClinux-dev] Using gdbserver for remote debugging -

2007-04-01 Thread Robert S. Grimes
Hi, I'm trying to get remote debugging working over the Ethernet. I'm using the Freescale MCF5329 ColdFire chip on the M5329EVB eval board, uClinux-dist-20070130.tar.bz2 with some patches from a Freescale AppNote(AN3408.pdf). I selected the gdbserver option during make menuconfig in

Re: [uClinux-dev] Can't get Gadget Serial driver to start on WindowsXPPro

2007-02-22 Thread Robert S. Grimes
Butok Andrey-B00423 wrote: Option 1: The better way is to edit the /uClinux-dist/vendors/Freescale/M5329EVB/Makefile ... DEVICES = \ ... ttygserial,c,127,0 ... Ah, this is what I was looking for - the better way! As