From mboxrd@z Thu Jan 1 00:00:00 1970 From: Devraj Mukherjee Date: Mon, 18 Oct 2004 11:40:58 +1000 Subject: [U-Boot-Users] U-boot compile issue with GCC 3.4 Message-ID: <41731F2A.1020002@eternitytechnologies.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de We are users of a Logic PD LH7A400 board. Currently using a Debian host we managed to make ourselves a GCC for arm (Version 3.4). Now when we compile U-Boot 1.1.1 patched for LH7A400 we get the following errors. If anyone can throw some light on them, we would appreciate that. cc1: error: invalid option `short-load-bytes' cc1: error: invalid option `short-load-bytes' make[1]: *** [.depend] Error 1 make[1]: Leaving directory `/home/devraj Dump from GCC 3.4 for arm --version devraj at raphaelle:~/lpd7a400/uboot/u-boot-1.1.1$ arm-linux-gcc --version arm-linux-gcc (GCC) 3.4.1 (Debian 3.4.1-1) Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Thanks in advance. Devraj