Tool/software: Code Composer Studio
Version: 8.3.0.00009
I am trying to port a certain piece of code from ti compiler to gnu compiler. Currently i am getting errors like
I am getting multiple errors in startup.asm. The code and the highlighted errors are mentioned below
;; Copyright (C) 2018 Texas Instruments, Inc. (Bad Instruction)
.ref main(Bad Instruction main)(.ref pseudo-op only available with -mccs flag)
Where can i set this mccs flag in ccs settings?