From mint-bounce@lists.fishpool.fi Mon Feb 11 09:29:11 2008 Message-ID: <47B05918.3010107@freesbee.fr> Date: Mon, 11 Feb 2008 15:18:00 +0100 From: =?ISO-8859-1?Q?Vincent_Rivi=E8re?= User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: mint Subject: Re: [MiNT] Binutils 2.18 + GCC 4.2.3 References: <47A9B90E.6060109@freesbee.fr> <1202738558.7695.13.camel@localhost> In-Reply-To: <1202738558.7695.13.camel@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 11 Feb 2008 14:17:46.0866 (UTC) FILETIME=[E00B0520:01C86CB8] 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: Alan Hourihane wrote: > I get this building gcc with the above patches..... > > /ISO/Atari/GCC/gcc-4.2.3-mint-native/m68k-atari-mint/mshort/libstdc > ++-v3/include/iosfwd:71: warning: alignment of > 'std::basic_stringbuf, std::allocator >> ::_ZTVSt15basic_stringbufIcSt11char_traitsIcESaIcEE' is greater than > maximum object file alignment. Using 2 This warning is issued when the alignment requested by the C compiler (probably ".align 4") is not supported by the assembler. You have patched GCC, but you probably forgot to patch the binutils (or maybe it needs additional patching). The binutils "patch" is actually to use the original version (unpatched) of bfd/cpu-m68k.c Beware, if you test that, you have to recompile everything with the new settings ! And you will probably encounter new kinds of bugs. Good luck ! -- Vincent Rivière