On 5/19/08, research_labs80 <> wrote:
> i mention that i use the debian woody, which has the libstc++.so.3. i
> discover that the debian-sarge-1.12 has libstc++.so.5, which is closer
> to the .6 that i need.
>
> the good thing is that crosstool-linux-gcc-3.3-glibc-2.2.5 has the
> libstc++.so.5! so i think this will match with the debian libs...
It's not just the file name - for reliable operation you want the same
minor version, since the header files you compiled against may define
things differently from what is appropriate for the libs on the board.
Indeed, there may be subtly different things in the library itself
from version to version, so I suggest you use the exact version of the
shared library on your target board.
I dunno how you would find out the exact minor version from the
lib*.so.X file, but that path is fraught with woe - there are other
issues to do with the ABI: which floating point method is used, which
CPU model it is compiled for, whether functions have thumb
interworking enabled and so on.
The *.so.5 - *.so.6 filename changes happen at majorly incompatible
system-wide ABI changes, such as happened between gcc-3.3 and gcc-3.4
> this message appears every 1 minutes, aprox:
>
> "modprobe: Can't open dependencies file
> /lib/modules/2.4.26-vrs1-cirrus-1-2-1-ts8/modules.dep (No such file )
It's trying to load kernel modules, probably to drive some device.
There needs to be /lib/modules/2.4.26-vrs1-cirrus-1-2-1-ts8 directory
into the same place on your target board - you should be able to find
this on whatever system your kernel came from.
> INIT: Id "1" respawning too fast: disabled for 5 minutes "
Looks like some terminal driver. An alternative is to comment out the
"1:" line in /etc/inittab and "kill -1 1"
> the actual directory on the debian-sarge.1.12 which has the module.dep is:
>
> /lib/modules/2.4.26-ts11
It needs to match the version of the kernel that is running,
obtainable from "uname -r"
> thanks very much for the previous answer.
You're welcome. Good luck!
M
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|