如何让keil4同时能使用51跟ARM编译

时间:2021-01-05 19:47:30
每次安装新的keil4,都不能51跟ARM一起兼容编译,我都忘记以前我是怎么做到让它们兼容的,求解决方法

4 个解决方案

#1


http://blog.csdn.net/yf210yf/article/details/41575753

#2


学arm时候我装了keil5

#3


难道不是安装一个arm安装包再安个51安装包不就可以么

#4


本帖最后由 wangfan027 于 2016-06-29 10:42:46 编辑
引用 3 楼 tys591320 的回复:
难道不是安装一个arm安装包再安个51安装包不就可以么

一般建议先装低的,然后装高的覆盖
简单点的方法就是直接装高的
然后把别人的C51文件夹拷过来放到安装文件夹,并且修改下tool.ini,在里面添加C51工具
[C51]
PATH="E:\Keil_v5\C51\"
SN=K1DZP-5IUSH-A01UE
VERSION=V9.01
BOOK0=HLP\RELEASE_NOTES.HTM("Release Notes",GEN)
BOOK1=HLP\GS51.PDF("uVision2 Getting Started",GEN)
BOOK2=HLP\C51.PDF("C51 User's Guide",GEN)
BOOK3=HLP\C51LIB.CHM("C51 Library Functions",C)
BOOK4=HLP\A51.PDF("Assembler/Utilities",GEN)
BOOK5=HLP\TR51.CHM("RTX51 Tiny User's Guide",GEN)
BOOK6=HLP\DBG51.CHM("uVision2 Debug Commands",GEN)
BOOK7=HLP\ISD51.CHM("ISD51 In System Debugger",GEN)
BOOK8=HLP\FlashMon51.CHM("Flash Monitor",GEN)
BOOK9=MON390\MON390.HTM("MON390: Dallas Contiguous Mode Monitor",GEN)
TDRV0=BIN\MON51.DLL ("Keil Monitor-51 Driver")
TDRV1=BIN\ISD51.DLL ("Keil ISD51 In-System Debugger")
TDRV2=BIN\MON390.DLL ("MON390: Dallas Contiguous Mode")
TDRV3=BIN\LPC2EMP.DLL ("LPC900 EPM Emulator/Programmer")
TDRV4=BIN\UL2UPSD.DLL ("ST-uPSD ULINK Driver")
TDRV5=BIN\JLinkEFM8.dll ("J-Link / J-Trace EFM8 Driver")
RTOS1=RTXTINY.DLL ("RTX-51 Tiny")
RTOS2=RTX51.DLL ("RTX-51 Full")
LIC0=KI456-D8LCM-N11PL-0RDIU-WUZXE-6S4HQ

#1


http://blog.csdn.net/yf210yf/article/details/41575753

#2


学arm时候我装了keil5

#3


难道不是安装一个arm安装包再安个51安装包不就可以么

#4


本帖最后由 wangfan027 于 2016-06-29 10:42:46 编辑
引用 3 楼 tys591320 的回复:
难道不是安装一个arm安装包再安个51安装包不就可以么

一般建议先装低的,然后装高的覆盖
简单点的方法就是直接装高的
然后把别人的C51文件夹拷过来放到安装文件夹,并且修改下tool.ini,在里面添加C51工具
[C51]
PATH="E:\Keil_v5\C51\"
SN=K1DZP-5IUSH-A01UE
VERSION=V9.01
BOOK0=HLP\RELEASE_NOTES.HTM("Release Notes",GEN)
BOOK1=HLP\GS51.PDF("uVision2 Getting Started",GEN)
BOOK2=HLP\C51.PDF("C51 User's Guide",GEN)
BOOK3=HLP\C51LIB.CHM("C51 Library Functions",C)
BOOK4=HLP\A51.PDF("Assembler/Utilities",GEN)
BOOK5=HLP\TR51.CHM("RTX51 Tiny User's Guide",GEN)
BOOK6=HLP\DBG51.CHM("uVision2 Debug Commands",GEN)
BOOK7=HLP\ISD51.CHM("ISD51 In System Debugger",GEN)
BOOK8=HLP\FlashMon51.CHM("Flash Monitor",GEN)
BOOK9=MON390\MON390.HTM("MON390: Dallas Contiguous Mode Monitor",GEN)
TDRV0=BIN\MON51.DLL ("Keil Monitor-51 Driver")
TDRV1=BIN\ISD51.DLL ("Keil ISD51 In-System Debugger")
TDRV2=BIN\MON390.DLL ("MON390: Dallas Contiguous Mode")
TDRV3=BIN\LPC2EMP.DLL ("LPC900 EPM Emulator/Programmer")
TDRV4=BIN\UL2UPSD.DLL ("ST-uPSD ULINK Driver")
TDRV5=BIN\JLinkEFM8.dll ("J-Link / J-Trace EFM8 Driver")
RTOS1=RTXTINY.DLL ("RTX-51 Tiny")
RTOS2=RTX51.DLL ("RTX-51 Full")
LIC0=KI456-D8LCM-N11PL-0RDIU-WUZXE-6S4HQ