From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3032 invoked by alias); 5 Apr 2008 00:55:39 -0000 Received: (qmail 2596 invoked by alias); 5 Apr 2008 00:54:56 -0000 Date: Sat, 05 Apr 2008 00:55:00 -0000 Message-ID: <20080405005456.2595.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/35788] MIPS stack overflow caused by addui instruction In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "brian at dessent dot net" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-04/txt/msg00401.txt.bz2 ------- Comment #8 from brian at dessent dot net 2008-04-05 00:54 ------- Subject: Re: MIPS stack overflow caused by addui instruction derrick_chi at msn dot com wrote: > I've already attached the source code I'm using, and I'm not sure of the > version of GCC but I just recently downloaded cygwin so its got to be a fairly > up to date version. If there is a command I can enter to find out for sure > please let me know, and I'll get it to you. You'll have to forgive my ignorance > I'm not an expert in using GCC. The examples you attached are not preprocessed, and the gcc that is included with Cygwin is a native compiler -- it produces only Cygwin (i.e. x86 Win32) binaries. You are using a MIPS cross compiler so the version of the Cygwin host compiler is not relevant as it's not in use. What's needed is the version of the cross compiler. Please read . -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35788