From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Broggini Date: Tue, 11 Oct 2005 11:16:59 +0200 Subject: [U-Boot-Users] Problem building U-Boot for ARM target Message-ID: <434B830B.4020405@softool.ch> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear all, I'm using the GCC 3.2 toolchain for building U-Boot (current head of git) for an ARM target. I get the following error: cc1: invalid option 'abi=apcs-gnu' This option (correct me if I'm wrong) was introduced with a recent patch by Peter Pearse. Digging a bit in gcc.gnu.org it appears that this option comes only with GCC 4.0! Is this a known behaviour? BTW: removing this option from 'cpu/armxxx/config.mk' U-Boot builds fine! Best regards -P.Broggini