[coldfire-gnu-discuss] Sourcery G++ 4.1-30 for ColdFire now available
Nathan Sidwell
nathan at codesourcery.com
Mon Dec 11 10:12:25 UTC 2006
Stephen Pickering wrote:
> I've installed it on Mandriva 2007.
>
> Now how do I connect to a Coldfire board using the P&E usb bdm ?
>
> Version 4.1.14 had a p&e stub (didn't work), latest version has
> something called m68k-elf-sprite:
>
> $ m68k-elf-sprite -v -i
> m68k-elf-sprite:CodeSourcery ColdFire Debug Sprite (CodeSourcery
> Sourcery G++ 4.1-30)
> CodeSourcery ColdFire Debug Sprite (CodeSourcery Sourcery G++ 4.1-30)
> ccs: [timeout=<n>;speed=<n>] CCS Adaptor
> ccs://$Host:$Port/$Chainpos - CCS address
> pe: [speed=<n:0-31>;memory-timeout=<n:0-99>] P&E Adaptor
> pe: P&E DLL not present
>
> I have P&E linux driver installed: pe_driver.ver.318.2.802 and bdm is
> detected:
The error message indicates that the PE& library is not installed, or
inaccessible. To track this down, use strace
strace m68k-elf-sprite -i
you should see an open call for libUnit_cfz.so. This is installed in /usr/lib
open("/usr/lib/libUnit_cfz.so", O_RDONLY) = 3
nathan
--
Nathan Sidwell :: http://www.codesourcery.com :: CodeSourcery
nathan at codesourcery.com :: http://www.planetfall.pwp.blueyonder.co.uk
More information about the coldfire-gnu-discuss
mailing list