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.

CCS: Porting from ti compiler to gnu compiler



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?