--- In "Anouk Ahamitet" <> wrote:
>
> I've got a multi-threaded application that needs to run on the
> TS-7250. Unfortunately, libpthread wasn't installed, and when I
> copied it (from Technologic's USB development environment) my app now
> gets an error about undefined symbols in GLIBC_2.1. I've searched
> this forum and found references that lead me to believe others have
> resolves this issue, but I've been unable to locate anything about
> /how/ the issue was resolved.
>
> Hopefully, someone here can enlighten me and save me the onerous task
> of redesigning and rewriting the app as single threaded... Please?
>
Hi,
I don't know exactly what kind of error you got, but I can tell what I
did with my pthread application
I copied the *pthread* files found in
\arm-unknown-linux\arm-unknown-linux\lib\ of my Cygwin to the \lib\
folder in my TS-7250, then i made a symbolic link "ln -s
/lib/libpthread-0.10.so /lib/libpthread.so.0"
Marco
------------------------------------
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/
|