This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Can not get my code to compile, do not understand errors

Hello,

I'm fairly new to programming overall, and cannot make sense of why I cannot get my program to compile. Below is what came up when I tried to debug my code. I am having a similar issue no matter what I try to compile, so I think I may not have set up everything correctly.

"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
'C:\Users\JIM' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
gmake: *** No rule to make target 'configPkg/linker.cmd', needed by 'configPkg/compiler.opt'.
gmake: *** No rule to make target 'configPkg/linker.cmd', needed by 'configPkg/compiler.opt'

If you know what this text is trying to say, help is greatly appreciated.

Thank you in advance.