|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
×
现在开发MPC8313E的板子,想使用ELDK工具,网上查的资料都是基于MPC8XX,MPC82XX的,Linux下安装
(./install -d /home/nelson/PowerPc/ELDK ppc_82xx ),那么开发MPC83XX就是安装成ELDK ppc_83xx了吗?这样行不行?
(觉得MPC83xx很特殊,虽然是e300的核,但是仅是e603的升级,)
3.5.A Table of possible values for $CROSS_COMPILE CROSS_COMPILE Value | Predefined Compiler Flag | FPU present or not | ppc_4xx- | -mcpu=403 | No | ppc_4xxFP- | -mcpu=405fp | Yes | ppc_6xx- | -mcpu=603 | Yes | ppc_74xx- | -mcpu=7400 | Yes | ppc_8xx- | -mcpu=860 | No | ppc_85xx- | -mcpu=8540 | Yes | ppc64-linux- | -mcpu=powerpc64 | Yes | For compatibility with older versions of the ELDK and with other toolkits the following values for $CROSS_COMPILE can be used, too: ppc_7xx- and ppc_82xx-. These are synonyms for ppc_6xx. |
|