I copied a file from a location from D drvive of Keil uVision 5.23 and then completely pasted it in new folder with the same name, later i opened that project with help of keil and started building my project but it gave error as follows:
#include "FreeRTOSConfig.h"
compliing main.c....
.\Source\include\FreeRTOS.h : error : Cannot open source input file "FreeRTOSConfig.h" : No such file or directory
this error is coming for every file of Source Group(init.c, FreeRTOS.h, GUI.c, uart.c, croutine.c ) where I have included header file FreeRTOSConfig.h
I had copied this file from Freertos folder and added it to Desktop in a separate folder.
I am using windows 10 operating system.
Please tell me and help me.
Thanks in advance.
Hi there, I have moved your question to the Keil forum. Many thanks.
Open the project Options (Alt+F7), navigate to C/C++ pane, and add the path to FreeRTOSConfig.h to the Include Path.
By the way, the latest version of MDK is 5.38a.