Author Topic: uTasker V1.4.11 KDS Studio compile error FreeRTOS folder  (Read 3079 times)

Offline Raffaele

  • Jr. Member
  • **
  • Posts: 65
    • View Profile
uTasker V1.4.11 KDS Studio compile error FreeRTOS folder
« 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 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

Offline mark

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3236
    • View Profile
    • uTasker
Re: uTasker V1.4.11 KDS Studio compile error FreeRTOS folder
« Reply #1 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