Hi, I cannot compile freertos with MSVC and Win10 by vs code. I followed the youtube video titled “FreeRTOS + Windows 10 + Visual Studio Code”.
My compilation errors:
PS C:\Users\js\Desktop\twotasks\twotasks-win32-msvc-main\src> cd "c:\Users\js\Desktop\twotasks\twotasks-win32-msvc-main\src\" ; if ($?) { gcc main.c -o main } ; if ($?) { .\main }
main.c:1:10: fatal error: FreeRTOS.h: No such file or directory
1 | #include "FreeRTOS.h"
|
any idea?