µTasker Forum

µTasker Forum => µTasker general => Topic started by: Raffaele on December 22, 2019, 11:24:38 PM

Title: uTasker V1.4.11 KDS Studio compile error FreeRTOS folder
Post by: Raffaele on December 22, 2019, 11:24:38 PM
Hi all,
anyone experiencing problems with last uTasker V1.4.11 code? I downloaded it from the GIT, followed the instructions of the video https://www.youtube.com/watch?v=K8ScSgpgQ6M (https://www.youtube.com/watch?v=K8ScSgpgQ6M) as usual, but the compiling fails.

 I have an error at \uTasker-Kinetis-master\FreeRTOS\Source\portable\RVDS\ARM_CM4_MPU\port.c
 #include "FreeRTOS.h"  <- fatal error: FreeRTOS.h: no such file or directory
Title: Re: uTasker V1.4.11 KDS Studio compile error FreeRTOS folder
Post by: mark on December 23, 2019, 04:20:14 AM
Hi

I also had the problem when I just checked and found that the KDS project setup needed a correction - I just checked in new KDS project files with this comment:

"Update KDS project to exclude unused FreeRTOS sub-directories and set include paths"

If you pull the change I hope you'll find it is then OK (note that it also needs the include paths to be known even when FreeRTOs is not enabled/used)

Regards

Mark