[coldfire-gnu-discuss] m68k-elf-sprite:libborunwind.so.6.0: cannot open shared object file
Gunnar Ristroph
gristroph at ascendant-es.com
Tue Apr 3 18:40:26 UTC 2007
Incidentally, I noticed that it seems like this file should have been including in the sprite-driver, the setup.sh has:
cp ../lib/bplrtl.so.6.9.0 /usr/lib/bplrtl.so.6.9.0
fi
if [ ! -r /usr/lib/bplvisualclx.so.6.9.0 ] ; then
cp ../lib/bplvisualclx.so.6.9.0 /usr/lib/bplvisualclx.so.6.9.0
fi
if [ ! -r /usr/lib/libborunwind.so.6.0 ] ; then
cp ../lib/libborunwind.so.6.0 /usr/lib/libborunwind.so.6.0
fi
if [ ! -x /sbin/wdreg ] ; then
cp ../redist/wdreg /sbin/wdreg
but the files aren't exactly there these error messages appear:
cp: cannot stat `../lib/bplrtl.so.6.9.0': No such file or directory
cp: cannot stat `../lib/bplvisualclx.so.6.9.0': No such file or directory
cp: cannot stat `../lib/libborunwind.so.6.0': No such file or directory
-----Original Message-----
From: Gunnar Ristroph [mailto:gristroph at ascendant-es.com]
Sent: Tue 4/3/2007 1:34 PM
To: coldfire-gnu-discuss at codesourcery.com
Subject: [coldfire-gnu-discuss] m68k-elf-sprite:libborunwind.so.6.0: cannot open shared object file
m68k-elf-sprite seems to require a shared library called libborunwind.so.6.0 (needed by programs made with something called Kylix? I don't really know what this library is)
$ ./m68k-elf-sprite pe: m5208evb
m68k-elf-sprite:libborunwind.so.6.0: cannot open shared object file: No such file or directory
m68k-elf-sprite:Cannot load P&E library 'libUnit_cfz.so'
m68k-elf-sprite:error:Failed to initialize device
I'm sure that libUnit_cfz.so is there (in /usr/lib), so I think second message ("Cannot load P&E library 'libUnit_cfz.so'") is nothing to worry about, I think the first error is actually causing the problem (also I get a different behavior if I delete /usr/lib/libUnit_cfz.so
I get the same message with m68k-uclinux-sprite
Here is some additional information:
./m68k-elf-sprite --version
CodeSourcery ColdFire Debug Sprite (Sourcery G++ Lite 4.1-32)
./m68k-uclinux-sprite --version
CodeSourcery ColdFire Debug Sprite (Sourcery G++ Lite 4.1-32)
The host system is Debian Linux with kernel version is 2.6.18
I can't find any Debian packages that provide libborunwind.so.6.0
Any help would be appreciated,
Gunnar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://sourcerytools.com/pipermail/coldfire-gnu-discuss/attachments/20070403/c5cf5f01/attachment.html>
More information about the coldfire-gnu-discuss
mailing list