From mint-bounce@lists.fishpool.fi Sun Aug 23 14:19:46 2009 Message-ID: <4A91878A.90306@freesbee.fr> Date: Sun, 23 Aug 2009 20:16:42 +0200 From: =?ISO-8859-1?Q?Vincent_Rivi=E8re?= User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: mint@lists.fishpool.fi Subject: Re: [MiNT] parse error compiling FreeMint References: <20090823165127.GC18956@fosconetwork.org> In-Reply-To: <20090823165127.GC18956@fosconetwork.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed X-Antivirus: avast! (VPS 090823-0, 23/08/2009), Outbound message X-Antivirus-Status: Clean X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: vincent.riviere@freesbee.fr Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.sparemint.org id n7NIJftd007571 Trecourt Nicolas a écrit : > ifload.c:81: parse error before `__CLOBBER_RETURN' > ifload.c:68: warning: `ret' might be used uninitialized in this function > make[3]: *** [ifload.o] Error 1 Hello. I'm not familiar with that sources, but it seems that the definition of the __CLOBBER_RETURN macro is missing... Since you are using GCC 2.95, you can unlock the situation by simply replacing the line: : __CLOBBER_RETURN("d0") by : "d0", Of course we should fix this problem in the right way instead. -- Vincent Rivière