疱疹半年抗病毒口服液的作用治疗结束有啥作用啊能控制住不复发吗

keil c51 与 MDK 冲突的解决
10:34:55来源: 51hei
最近又作了一些C51的工作,发现 与 mdk& 有冲突。
然后上网一查果然有很多人遇到这个问题,错误提示为下图:
&其实这个是和KEIL C51 配置文件冲突的问题,可以参考下两个人的配置文件:
PATH="D:Program FilesKeil_C702c51"&(修改添加部分)
BOOK0=HLPRELEASE_NOTES.HTM("Release Notes")
BOOK1=HLPGS51.PDF("uVision2 Getting Started")
BOOK2=HLPC51.PDF("C51 User's Guide")
BOOK3=HLPC51LIB.CHM("C51 Library Functions",C)
BOOK4=HLPA51.PDF("Assembler/Utilities")
BOOK5=HLPTR51.CHM("RTX51 Tiny User's Guide")
BOOK6=HLPDBG51.CHM("uVision2 Debug Commands")
BOOK7=ISD51ISD51.HTM("ISD51 In System Debugger")
BOOK8=MON390MON390.HTM("MON390: Dallas Contiguous Mode Monitor")
TDRV0=BINMON51.DLL ("Keil Monitor-51 Driver")
TDRV1=BINISD51.DLL ("Keil ISD51 In-System Debugger")
TDRV2=BINMON390.DLL ("MON390: Dallas Contiguous Mode")
TDRV3=BINLPC2EMP.DLL ("LPC900 EPM Emulator/Programmer")
RTOS1=RTXTINY.DLL ("RTX-51 Tiny")
RTOS2=RTX51.DLL ("RTX-51 Full")
Version=V7.0
==============================================================
PATH="D:Program FilesMDK4.10ARM"
VERSION=4.10
PATH1="C:Program FilesCodeSourcerySourcery G++ Lite"
TOOLPREFIX=-none-eabi-
CPUDLL0=SARM.DLL(TDRV0,TDRV5,TDRV6,TDRV10)&&&&&&&&&&&&&&&&&&&&&&&&&&&& # Drivers for ARM7/9 devices
CPUDLL1=SARMCM3.DLL(TDRV1,TDRV2,TDRV3,TDRV4,TDRV5,TDRV7,TDRV8,TDRV9)&& # Drivers for Cortex-M devices
BOOK0="HLPRELEASE_NOTES.HTM" ("Release Notes",GEN)
BOOK1="HLPARMTOOLS.chm" ("Complete User's Guide Selection",C)
BOOK2="HLPRL_RELEASE_NOTES.HTM" ("RTL-ARM Release Notes",GEN)
BOOK3="HLPRVI.chm" ("RV Compiler Introduction",GEN)
BOOK4="SignumDocsSigUV3Arm.htm" ("Signum Systems JTAGjet Driver Documentation",GEN)
TDRV0=BINUL2ARM.DLL("ULINK ARM Debugger")
TDRV1=BINUL2CM3.DLL("ULINK Cortex Debugger")
TDRV2=BINAGDIRDI.DLL("RDI Interface Driver")
TDRV3=BINABLSTCM.dll("Altera Blaster Cortex Debugger")
TDRV4=BINlmidk-agdi.dll("Stellaris ICDI")
TDRV5=SignumSigUV3Arm.dll("Signum Systems JTAGjet")
TDRV6=SeggerJLTAgdi.dll("J-LINK / J-TRACE")
TDRV7=SeggerJL2CM3.dll("Cortex-M3 J-LINK")
TDRV8=STLinkST-LINKIII-KEIL.dll ("ST-Link Debugger")
TDRV9=BINULP2CM3.DLL("ULINK Pro Cortex Debugger")
TDRV10=BINULP2ARM.DLL("ULINK Pro ARM Debugger")
LIC0=ATT9U-SR4AF-S9MG4-F9K4J-X1RVH-SJP83
我想大家一定发现问题了,就是在c51的编译器等目录下面没有他的目标路径而arm有,所以他肯定会提示工具不匹配之类的问题。
解决方法很简单,根据ARM的样子也写个路径就OK了,如上图所示修改添加部分。
关键字:&&&&
编辑:什么鱼
引用地址:
本网站转载的所有的文章、图片、音频视频文件等资料的版权归版权所有人所有,本站采用的非本站原创文章及图片等内容无法一一联系确认版权者。如果本网所选内容的文章作者及编辑认为其作品不宜公开自由传播,或不应无偿使用,请及时通过电子邮件或电话通知我们,以迅速采取适当措施,避免给双方造成不必要的经济损失。
微信扫一扫加关注 论坛活动 E手掌握
微信扫一扫加关注
芯片资讯 锐利解读
大学堂最新课程
TE工程师帮助将不可能变成可能,通过技术突破,使世界更加清洁、安全和美好。
TTI携TE传感器样片与你相见,一起传感未来
馆内包含了 纵览FRAM、独立FRAM存储器专区、FRAM内置LSI专区三大部分内容。 
热门资源推荐
频道白皮书
何立民专栏
北京航空航天大学教授,20余年来致力于单片机与嵌入式系统推广工作。我的mdk5出现这个问题,怎么解决 - STM32/STM8技术论坛 -
中国电子技术论坛 -
最好最受欢迎电子论坛!
后使用快捷导航没有帐号?
Hot [直播]
我的mdk5出现这个问题,怎么解决
11:23:35  
D:\tools\mdk5\ARM\CMSIS1\4.5.0\CMSIS\Include\core_cm4.h(129): error:&&#35: #error directive: &Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)&
& && &&&#error &Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)&
..\User\Source\position.c: 0 warnings, 1 error
compiling stm32f30x_it.c...
compiling i2c.c...
compiling quarternion.c...
D:\tools\mdk5\ARM\CMSIS1\4.5.0\CMSIS\Include\core_cm4.h(129): error:&&#35: #error directive: &Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)&
& && &&&#error &Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)&
..\User\Source\quarternion.c: 0 warnings, 1 error
compiling sliding_filter.c...
compiling mpu9250.c...
D:\tools\mdk5\ARM\CMSIS1\4.5.0\CMSIS\Include\core_cm4.h(129): error:&&#35: #error directive: &Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)&
& && &&&#error &Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)&
..\User\Source\mpu9250.c: 0 warnings, 1 error
compiling delay_dwt.c...
compiling flash.c...
compiling spi.c...
compiling spi_slave.c...
compiling uart.c...
compiling ringbuf.c...
compiling arm_cos_f32.c...
D:\tools\mdk5\ARM\CMSIS1\4.5.0\CMSIS\Include\core_cm4.h(129): error:&&#35: #error directive: &Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)&
& && &&&#error &Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)&
..\..\Libraries\CMSIS\DSP_Lib\Source\FastMathFunctions\arm_cos_f32.c: 0 warnings, 1 error
compiling arm_sin_f32.c...
D:\tools\mdk5\ARM\CMSIS1\4.5.0\CMSIS\Include\core_cm4.h(129): error:&&#35: #error directive: &Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)&
& && &&&#error &Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)&
..\..\Libraries\CMSIS\DSP_Lib\Source\FastMathFunctions\arm_sin_f32.c: 0 warnings, 1 error
&.\Output\stm32f3.axf& - 5 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed:&&00:00:11
21:27:11  
PCB在线计价下单
板子大小:
板子数量:
PCB 在线计价
是不是浮点开关设置的问题。。
11:22:36  
LZ,问题解决了么???
10个问题&&&&&&&&4805个浏览
21个问题&&&&&&&&20737个浏览
32个问题&&&&&&&&7472个浏览
通过本期深入浅出的直播,你将会得到:
如何正确认知常见单片机的发展,分类与选型?
典型方案实例:常用单片机的应用与开发
玩单片机到身价千万老总,光环背后是怎样的生活和经历?
如何培养“老总”需要培养的那些能力?
如何养成成为“老总”需要养成的成功习惯?
即日起至6月15日,参与英蓓特NXP产品知识小测验,即有机会赢取最新系列开发板。特别奖SBC-EC9100开发板1套,幸运奖FRDM系列最新开发板(型号随机,共10套)。快来参加吧! >> 立即参加
Powered by

我要回帖

更多关于 带状疱疹抗病毒药物 的文章

 

随机推荐