C++ iostream problem in uClibc++ library
Vikram Singh <[email protected]> Wed, 3 Aug 2016 11:32:29 +0530
| Newsgroups | gmane.comp.lib.uclibc.general |
|---|---|
| Message-ID | <CAEhPm73RtY-OqF3HY41oApDE7zuBmpPCZvLVJkai9GXYP8HCdg@mail.gmail.com> |
Hi all I am porting uClibc++ library for a standalone os-less barecoard. The uClibc C library is working fine. But uClibc++ std::cin & std::cout are not working. Almost all other C++ features are working like class, new & delete, ctor & dtor, exception handling etc. While other features are working BUT cin & cout are not working. What the problem may be? Any help! - Vikram Singh