Re: [Scratchbox-users] building sb-toolchains in scratchbox 1.0.2 with soft-float support

2006-03-06 Thread Greg L
Thanks for both your help, it's getting past the patching stage now.  However, it's failing out with a weird error while compiling:checking if mkdir takes one argument... no/home/cicl/sb-toolchains/cc/crosstool-gcc-pass1/work/gcc- 3.4.5/gcc/configure: line 2341: test: too many argumentsUnknown CPU

Re: [Scratchbox-users] building sb-toolchains in scratchbox 1.0.2 with soft-float support

2006-03-06 Thread Greg L
On 3/4/06, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote:Another new option that is available that you might want to try is to get the darcs 1.2/sb-toolchain repo and use a crosstool CONFIG. To use this do thefollowing:[sbox-HOST: ~] > darcs get --set-scripts-executable \http://scratchbox.org/repos/

[Scratchbox-users] problems compiling a scratchbox toolchain

2006-02-27 Thread Greg L
Hi, I'm trying to follow http://www.scratchbox.org/documentation/user/scratchbox-1.0/html/toolchain.html to build a toolchain, but I'm having some problems.  It says to test it by building the default toolchain, and all you need to do is go to the directory and type "./build --build".  When I try t

Re: [Scratchbox-users] Debugging in scratchbox using the QEMU-arm emulator

2006-02-09 Thread Greg L
On Thursday 09 February 2006 15:12, Greg L wrote:> > > On 2/9/06, Jon Ringle < [EMAIL PROTECTED]> wrote:> > > > Hi Greg,> > > >> > > >> > > > Start your program like this:> > > > [sbox-arm: ~] qemu -g 1234 program args...

Re: [Scratchbox-users] Debugging in scratchbox using the QEMU-arm emulator

2006-02-09 Thread Greg L
> > On 2/9/06, Jon Ringle <[EMAIL PROTECTED]> wrote: > > Hi Greg,> >> >> > Start your program like this: > > [sbox-arm: ~] qemu -g 1234 program args...> >> > Then from another sbox session do:> > [sbox-arm: ~] gdb program> > (gdb) target remote localhost:1234> > > > Jon>> Thanks, that does get it t

Re: [Scratchbox-users] Debugging in scratchbox using the QEMU-arm emulator

2006-02-09 Thread Greg L
On Thursday 09 February 2006 12:29 pm, Greg L wrote: > Is it possible to debug in scratchbox while using the QEMU-arm emulator?> When I use gdb, it prints out "Don't know how to run.  Try 'help target'.",> and if I use the gdbserver, it prints out "U

[Scratchbox-users] Debugging in scratchbox using the QEMU-arm emulator

2006-02-09 Thread Greg L
Is it possible to debug in scratchbox while using the QEMU-arm emulator?  When I use gdb, it prints out "Don't know how to run.  Try 'help target'.", and if I use the gdbserver, it prints out "Unsupported syscall: 26", then refuses connections". Thanks, Greg