[U-Boot-Users] U-boot compile issue with GCC 3.4

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@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

In message 41731F2A.1020002@eternitytechnologies.com you wrote:
cc1: error: invalid option `short-load-bytes' cc1: error: invalid option `short-load-bytes'
This has been discussed before, please see the archives.
There was (yet another) an incompatible change in GCC. If you provide a patch that supports both old and new versions of GCC I'll be happy to add it.
Best regards,
Wolfgang Denk
participants (2)
-
Devraj Mukherjee
-
Wolfgang Denk