The HALCoGen generated files containing assembly code (sys_mpu.s, sys_pmu.s, sys_core.s, dabort.s, sys_intvect.s) are not getting converted into machine code. As a result, during compilation, I'm getting an error saying that,
.HAL/source/sys_mpu.o: No such resource is found
... and so on for the remaining four files.
How to resolve this? Is this an issue with the compiler version? (I used the version that came with CCSv6)
Or do I need to add additional flags to ensure the project successully assembles and links?
Any help would be very appreciated, thank you!