 |
|
|
|
Actions
|
|
[ 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
- To: Stephen Pickering <Stephen.Pickering@xxxxxxxxxxxxxxxx>
- Subject: Re: [coldfire-gnu-discuss] Sourcery G++ 4.1-30 for ColdFire now available
- From: Nathan Sidwell <nathan@xxxxxxxxxxxxxxxx>
- Date: Tue, 12 Dec 2006 15:51:26 +0000
Steve,
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
have you resolved this issue?
nathan
--
Nathan Sidwell :: http://www.codesourcery.com :: CodeSourcery
nathan@xxxxxxxxxxxxxxxx :: http://www.planetfall.pwp.blueyonder.co.uk
|
|