
11 Oct
2005
11 Oct
'05
11:16 a.m.
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