This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Keil.MDK-Pro::Network:CORE:Release:6.4.0

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'

Parents
  • 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
    

Reply
  • 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
    

Children