libstdc++, how to set gcc on a multithread environment ?
Jonathan Wakely
jwakely.gcc@gmail.com
Tue Jul 28 11:42:00 GMT 2009
2009/7/27 Federico Terraneo:
>
> Even this was compiled with --enable-threads, but reports "Thread model:
> single"
> I guess it is because there's no default thread model for bare metal/RTOS
> based devices.
>
> Is this going to cause troubles? If yes, anyone has an idea of how to fix
> this situation?
> (Please consider that I'm using many parts of libstdc++, like <vector>,
> <string>, <list>, <bitset>, <algorithm> and exceptions)
Are you using threads in your program? If not, then it doesn't matter
that the compiler is built without thread support.
Jonathan
More information about the Libstdc++
mailing list