Re: C++ thread library

2017-02-12 Thread Sebastian Huber
Hello Stavros, the C++11 support is available since GCC 6: https://gcc.gnu.org/gcc-6/changes.html -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embedded-brains.de

C++ thread library

2017-02-08 Thread Stavros Passas
Hello all, I would like to know which is the proper way configuring our tool chain for gnu threads support. Currently if RTEMS thread compatibility is selected, gthr-rtems.h is used, which enables #define __GTHREADS 1 If instead of RTEMS, POSIX thread compatibility is selected, gthr-posix.h is