This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Odd things when change gcc from 3.3 to 3.4
- From: Mingjie Xing <mingjie dot xing at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 15 Nov 2011 16:38:13 +0800
- Subject: Odd things when change gcc from 3.3 to 3.4
Hi,
Recently, I run into a very odd things when change my gcc toolchain
from 3.3.* to 3.4.*. The compiled application such as a simple hello
printing, is unable to redirect into a file.
$ ./hello
hello
$ ./hello > log
$ cat log
$
It's a cross toolchain, using binutils-2.16, glibc-2.3.2, with the
target mipsel-linux.
It's really odd. Any suggestions?
Thanks,
Mingjie