RE: [U-Boot-Users] error: invalid option `cpu=4kc

Thank you for responding.
I got the ISO image from the following:
/ftp/mirror/eldk/eldk/3.1/mips-linux-x86/iso mips-2004-11-10.iso 10-Nov-2004 08:09
This is what I have installed on my machine. Do I need something newer then this?
Jattin
-----Original Message----- From: wd@denx.de [mailto:wd@denx.de] Sent: Sunday, December 12, 2004 9:49 AM To: Jattin Dudakia Cc: u-boot-users@lists.sourceforge.net Subject: Re: [U-Boot-Users] error: invalid option `cpu=4kc
In message CFA9FA7615FFD04DB8FD8E34A3FF7F468DF5E1@sjcxch02.tbu.com you wrote:
cc1: error: invalid option `cpu=4kc'
...
make[1]: Leaving directory `/home/jdudakia/u-boot-1.1.1/examples'
You use old source code.
I would appreciate it is someone can help.
Please use recent sources (top of CVS, or at least the snapshot as included with the ELDK 3.1 distribution).
Best regards,
Wolfgang Denk

Jattin,
The "cpu" option is outdated in favor of the "-march" option. The tip sources have changed cpu/mips/config.mk to reflect that:
-march=4kc -mtune=4kc -Wa,-mips_allow_branch_to_undefined \ -EB -mabicalls
(The "-mtune" option seems redundant, but shouldn't hurt anything.)
/Fredrik

In message CFA9FA7615FFD04DB8FD8E34A3FF7F468DF5E3@sjcxch02.tbu.com you wrote:
I got the ISO image from the following:
/ftp/mirror/eldk/eldk/3.1/mips-linux-x86/iso mips-2004-11-10.iso 10-Nov-2004 08:09
This is what I have installed on my machine. Do I need something newer then this?
This is ok. But you wrote:
make[1]: Leaving directory `/home/jdudakia/u-boot-1.1.1/examples'
You use old source code.
This is old U-Boot source code.
Please use recent sources (top of CVS, or at least the snapshot as included with the ELDK 3.1 distribution).
Do that, then.
[And by the way: please learn how to quote correctly. Don't top-post.]
Best regards,
Wolfgang Denk
participants (3)
-
Fredrik
-
Jattin Dudakia
-
Wolfgang Denk