[uClibc] uclibc toolchain: iostream?

Manuel Novoa III mjn3 at codepoet.org
Wed Jul 14 18:35:52 UTC 2004


On Wed, Jul 14, 2004 at 02:04:24PM -0400, Bryan Larsen wrote:
> Has anybody come up with a better solution than this?
> 
> http://www.uclibc.org/lists/uclibc/2004-May/009010.html

Hmm... I must have overlooked the original post.

> Here's my sample program:
> 
> #include <arm-linux-uclibc/bits/atomicity.h>
> #include <iostream>
> 
> int main(int argc, char *argv[])
> {
>   std::cout << "hello iostream" << std::endl;
>   return 0;
> }
> 
> If I remove the first line, it complains about _Atomic_word not being
> defined.  It's the same error message that Kenny received.

I've seen this before and had fixed it in older toolchains.  Looks like
it has surfaced again.  It also seems to bite using the gcc 3.4.1 port
I'm working on, so I'll look at it in that context.

Manuel



More information about the uClibc mailing list