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'
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.