[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FW: mips R300 (CW400x--LsiLogic inc.)
- Date: 7 Dec 1999 13:39:56 -0500
- From: ian at zembu.com (Ian Lance Taylor)
- Subject: FW: mips R300 (CW400x--LsiLogic inc.)
From: d_luo27 at 263.net
Date: Tue, 7 Dec 1999 18:10:07 +0800 (CST)
I have make a file name p3000.cfg as BSP for mips64orion,
mips64orion is configured for the 64-bit MIPS III Orion. The r3000 is
32-bit MIPS I. Which chip are you actually using? If you are using
the r3000, you will need to add -mips1 as well as -mcpu=r3000. See
the gcc documentation. Note that you may have trouble with assembly
code and with any cop0 instructions.
Ian