problem linking pthreads
Joel Sherrill
joel.sherrill at OARcorp.com
Thu Dec 22 17:11:51 UTC 2011
There is no libthread.a for RTEMS. When configured with pthreads enabled, they are in librtemscpu.a.
You want to configure with rtems threads. We don't want POSIX threads to have to be enabled to get thread safe support in gcc runtimes.
--joel
--joel
Juan Oviedo <juanoctaviooviedo at gmail.com> wrote:
>If I want to gcc links against pthread (i.e -lpthread), should I mandatorily use the "--enable-threads=POSIX" when configuring gcc? I've used "--enable-threads=rtems" for another project and I cannot find libpthread.a nor libpthread.so..
>
>Thanks.
>
>Juan.
More information about the users
mailing list