From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bryan O'Donoghue Date: Wed, 15 Jun 2005 09:45:25 +0100 Subject: [U-Boot-Users] GCC version for Linux kernel? In-Reply-To: <20050615071255.GC26815@scorpius.homelinux.org> References: <3e305f527ea735cc8356c4045027b08d@onz.com> <20050614035307.259ACC1512@atlas.denx.de> <20050614071438.GC17749@scorpius.homelinux.org> <42AEA2F0.905@eircom.net> <20050614104830.GH17749@scorpius.homelinux.org> <30ede5748e82a44af3870bad7edfba9f@onz.com> <42AF1DE4.3F3660F7@vollmann.ch> <20050615071255.GC26815@scorpius.homelinux.org> Message-ID: <42AFEAA5.4060900@eircom.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Marc Leeman wrote: >>Warning! from gcc-3.3 to gcc-3.4 the handling of the attribute >>'unused' changed. For that reason, compiling a linux-2.4 kernel >>with gcc-3.4 will break silently! > > > Euhm. I've been doing this for 5 months without any problem for PPC. > I had a quick grep -rs attrib | grep unused | grep -v Binary On my Kernel source tree... and assuming that unused is indeed incorrectly handled... or rather differently handled, between 3.3.x and 3.4.x ... you probably wouldn't notice the difference, unless you were using SCSI, or the 8390 driver on powerpc. -- Bryan