I think my mail setup garbled the From address which may have made the
mail fail. Sorry about that. Here we go again ...

Werner Almesberger wrote:
> Date: Fri, 13 Jun 2008 11:31:54 -0300
> From: Werner Almesberger <[EMAIL PROTECTED]>
> To: xiangfu <[EMAIL PROTECTED]>
> Cc: kernel <[email protected]>,
>       Andy Green <[EMAIL PROTECTED]>
> Subject: Re: the blink-led does not random about(some gdb error)
> 
> xiangfu wrote:
> > so i think i finish the first step.
> 
> You did, congratulations !
> 
> > --arm-angstrom-linux-gnueabi-gdb: error while loading shared libraries:  
> > libexpat.so.0: cannot open shared object file: No such file or directory
> 
> libexpat is a constant source of fun :-) I guess our toolchain could use
> an update.
> 
> Here's a quick and dirty hack I used to work around that problem:
> # cd /usr/lib
> # cp libexpat.so.1 libexpat.so.0
> 
> - Werner

Reply via email to