Hey guys!
Im trying to build som example projects for my beaglebone, but no matter what I do I can't seem to get CCS to compile. As soon as I try to build a project I just get gmake Error 1. I've tried to look up what this means, but haven't really gotten anywhere. Here is my buildlog for the UART echo example:
**** Build of configuration Debug for project uartEcho ****
C:\ti\ccsv5\utils\bin\gmake -k all
gmake: *** [uartEcho.obj] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****
Even when I just try to clean a project I get:
gmake: [clean] Error 1 (ignored)
My CCS installation is located in C:\ti
My Code sourcery is installed in C:\Sourcery_Gpp_Lite
Cygwin is installed in c:\cygwin (at first I tried with just the basic packages + those that were recommended in the wiki, but since that didn't work I installed all of them, still no luck)
I'm running on Win7 64 bit, and I've tried reinstalling everything. There seems to be something I'm missing, anybody have any clues?