From mint-bounce@lists.fishpool.fi Sun Aug 31 06:44:13 2008 Message-ID: <48BA6CAB.4060202@freesbee.fr> Date: Sun, 31 Aug 2008 12:04:27 +0200 From: =?ISO-8859-1?Q?Vincent_Rivi=E8re?= User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: mint Subject: [MiNT] Cross GCC 4.3.2 Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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 m7VAi7ia005477 Hello. GCC 4.3.2 has just been released. The cross-compiler for making MiNT binaries from Windows/Cygwin is available at the usual place: http://vincent.riviere.free.fr/soft/m68k-atari-mint/ Previous versions of my port of GCC 4.3 had a small directory issue. The 68000 libraries were put in a subdirectory named m68000 instead of the root of lib. Thanks for Patrice Mandin for providing that fix ! I forgot to include a patch in this version : when using -m68030 for linking an executable, it incorrectly uses the 68000 libraries. You can use -m68020-60 as a workaround. The C++ problem after outputting integers to cout is still here. Enjoy ! -- Vincent Rivière