I have a CCSv5 setup issue with the 'mcpu' flag. I am running on an am37x processor (a8) which I have my project set for (mcpu=a8) but have my subdirectories showing mcpu=m3. The build log shows that I am compiling using the mcpu=m3 flag which is incorrect and hopefully the reason my project in not executing correctly. There must be a way to remove these 'm3' flags from the build.
For some reason I have 1 sub-directory that has the mcpu=a8 flag set correctly, all the remaining ones are set for mcpu=m3. No idea why.
Does anyone have any idea how I can clear these m3 flags out. I tried adding mcpu=a8 in the 'Other flags' box but ended up with both the mcpu=m3 and mcpu=a8 flags set , which I did not attempt to build with.