Re: [coldfire-gnu-discuss] Sourcery G++ 4.1-30 for ColdFire now available
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [coldfire-gnu-discuss] Sourcery G++ 4.1-30 for ColdFire now available



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@xxxxxxxxxxxxxxxx    ::     http://www.planetfall.pwp.blueyonder.co.uk