Re: [Openocd-development] bin2char still slightly broken

2009-10-18 Thread Øyvind Harboe
On Sun, Oct 18, 2009 at 9:12 PM, David Brownell wrote: > On Sunday 18 October 2009, Øyvind Harboe wrote: >> To reproduce the problem: >> >> 1. use build != src dir >> >> 2. Create a dummy bin2char file(linux) under src/helper > > And if you don't start with a broken source tree ... ? Then it work

Re: [Openocd-development] bin2char still slightly broken

2009-10-18 Thread David Brownell
On Sunday 18 October 2009, Øyvind Harboe wrote: > To reproduce the problem: > > 1. use build != src dir > > 2. Create a dummy bin2char file(linux) under src/helper And if you don't start with a broken source tree ... ? > touch openocd/src/helper/bin2char > > 3. configure & build as usual > >

Re: [Openocd-development] bin2char still slightly broken

2009-10-18 Thread Øyvind Harboe
To reproduce the problem: 1. use build != src dir 2. Create a dummy bin2char file(linux) under src/helper touch openocd/src/helper/bin2char 3. configure & build as usual 4. failure => ./bin2char startup_tcl < ../../../zy1000/openocd/src/helper/startup.tcl > startup_tcl.c /bin/sh: ./bin2char:

[Openocd-development] bin2char still slightly broken

2009-10-18 Thread Øyvind Harboe
there was a residual bin2char in the src/helper directory and that caused the problems below. Deleting src/helper/bin2char made things compile... I'll need to do a bit more testing, but we might not have heard the very last of this yet... It still doesn't compile here, some problems I see: - the