Hello. I am having some trouble finding the C compiler I am using a windows machine. I have not really C and cmake. I am getting an error saying that it is not the fool path to the compiler tool I am a little confused about what is going on. I have included a screenshot.
Hello,
Have you installed the ARM compiler?
If not, you can get it from here: https://developer.arm.com/-/media/Files/downloads/gnu-rm/10.3-2021.10/gcc-arm-none-eabi-10.3-2021.10-win32.zip
If yes, is it located in the specified path?
You're compiling for device, right? If you are, have you included the toolchain file in the SDK?
This part might have been what i messed up, how do i include that?
I am just trying to compile the hello-world example
For the cmake command, you should be running cmake -DCMAKE_TOOLCHAIN_FILE=%PLAYDATE_SDK_PATH%/C_API/buildsupport/arm.cmake .. from within the build directory.

