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
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/
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
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...
> > 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
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
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