Does stdout redirection of PSPLINK work normally above 3.30?

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
fishdrop
Posts: 16
Joined: Tue Oct 31, 2006 8:46 pm

Does stdout redirection of PSPLINK work normally above 3.30?

Post by fishdrop »

Under CF 3.30, Everything is OK.
But above CF 3.30, stdout redirection of PSPLINK does not work.

My environment is following
- PSPSDK : 2007.11.06
- PSPLINK : lastest version in SVN.

Is it nomal?
If not, What is a problem?
TyRaNiD
Posts: 907
Joined: Sun Jan 18, 2004 12:23 am

Post by TyRaNiD »

You need to update newlib as > 3.30 does some weird stuff to stdout/stderr which breaks newlibs file descriptor mapper.
fishdrop
Posts: 16
Joined: Tue Oct 31, 2006 8:46 pm

Post by fishdrop »

TyRaNiD wrote:You need to update newlib as > 3.30 does some weird stuff to stdout/stderr which breaks newlibs file descriptor mapper.
I reinstalled lastest toolchain/newlib/pspsdk.
But same problem exists and if use USE_PSPSDK_LIBC = 1, redirection does work.
So, problem seems newlib.

How can I fix it?
Post Reply