--- In "williampdev" <> wrote:
>
>
> I'm trying to use POSIX threads on the TS-7800, using the supplied
> eabi development environment under Windows. I have added pthread to
> the -l libraries in the linker setup as well as
> "C:\devel-tools\crosstool-win\arm-none-linux-gnueabi\libc\lib" to the
> -L library paths. I still get the error 'cannot find -lpthread'. Can
> anyone suggest what I should try next?
>
> Thanks,
> William
>
Answering my own question:
To use POSIX threads on the TS-7800, using the standard Windows build
environment:
To the GCC C Linker, Library configuration add:
Library: pthread
Library path:
c:\devel-tools\crosstool-win\arm-none-linux-gnueabi\libc\lib
------------------------------------
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/
|