XboxDev / nxdk-libcxx

Copy of libcxx git repository located at http://llvm.org/git/libcxx (adapted for original Xbox / nxdk toolchain)
http://libcxx.llvm.org
Other
4 stars 3 forks source link

Enable `stdout` related functionality #7

Open JayFoxRox opened 3 years ago

JayFoxRox commented 3 years ago

Closes #5

I kept stdin enabled because I could imagine that it leads to more trouble (because applications typically expect some kind of valid result / input). Hardly anything requires stdin anyway.

thrimbor commented 2 years ago

I planned to merge this just now, but it appears that actually trying to use std::cout causes a crash. I haven't yet looked into where or why it crashes, and whether it might be related to https://github.com/XboxDev/nxdk/issues/496