We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I installed MDK5.24a and copied a HTTP Server compact for FRDM-K64 but uVision complains saying below error. Can someone help? Application Note 271 talks about using this web server on FRDM-K64. How they got this working, if this library is not supported in this version?
Error #540: 'Keil.MDK-Pro::Network:CORE:Release:6.4.0' component is not available for target 'MK64FN1M Flash'
Maybe see this:
http://www.keil.com/support/docs/3919.htm
Thank you. It helped to remove compiler errors from 19 to 2. It says below file missing. I followed migration instructions but it seems it requires lot of code changes. Any idea where this include file can be found?
compiling fsl_gpio_driver.c... compiling fsl_enet_hal.c... C:\Keil_v5\ARM\PACK\Keil\Kinetis_SDK_DFP\2.2.0\platform\hal\inc\fsl_enet_hal.h(37): error: #5: cannot open source input file "core_cmInstr.h": No such file or directory #include "core_cmInstr.h" C:\Keil_v5\ARM\PACK\Keil\Kinetis_SDK_DFP\2.2.0\platform\hal\src\enet\fsl_enet_hal.c: 0 warnings, 1 error
Check \ARM\Pack\ARM\CMSIS\4.1.1\CMSIS\Include \ARM\Pack\ARM\CMSIS\x.x.x\CMSIS\Include
See if the file is there,
If it is, add the path to your include path.
No it's not there in any 5.x.x\CMSIS\Include
I found the file in below directory but it adds tons of errors. I also notice crash when I press build button. I can't see the crash message.
C:\Keil_v5\ARM\PACK\Keil\Kinetis_SDK_DFP\2.2.0\platform\CMSIS\Include
Bad news:
github.com/.../Overview.txt
Removed: deprecated files core_cmfunc.h, core_cminstr.h, core_cmsimd.h.
Maybe: Delete the include of core_cmInstr.h
ARM CMSIS 4.5.0
github.com/.../core_cmInstr.h
Thanks much for help John. I was able to play trick and it worked. I couldn’t remove file but I was able to create blank file and all compiled successfully and run the web server on board.