I am using "Code Composer Studio Version: 11.2.0.00007" compiling projects using the TI-RSLK MAX. I am having difficulty compiling several projects on a Windows laptop. The same project compiles on a Mac. The error message is "gmake: *** No rule to make target 'C:/Facultymyid/Documents/tirslk_maze_1_00_01/tirslk_maze_1_00_00/inc/Clock.c', needed by 'Clock.obj'."
The functions that give this error message are listed in the main file Lab09_SysTickmain.c
#include "..\inc\TExaS.h"
#include "..\inc\Clock.h"
#include "..\inc\CortexM.h"
#include "..\inc\SysTick.h"
#include "..\inc\LaunchPad.h"
It seems to me that compiler is not looking in the same folder for the function that the header is located in.
If this is correct, is there a magic tweak in the "Build Project" script that will resolve this problem?
If this is not correct, can someone help me figure this out.
The same project on the Mac needed to have characters in the five includes above changed from "\" to "/" to compile correctly.
Help please.
