------- 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/bugs.html>.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35788

Reply via email to