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/CC1350: When building a new project with an empty main, getting an error.

Part Number: CC1350

Tool/software: Code Composer Studio

Hello,
Working with Simplelink CC1350 seems to be not so simple. The issue I am facing on CCS v7.3.0 is:

1. I am not able to successfully build a new project for CC350F128

Project > New CCS Project > Select_Device_as_CC1350F128 > Name_The_Project > Select_Empty_Project_with_main.c > Finish

When I am trying to build this project I am getting errors. The error message says "Unresolved Symbol ResetISR". My main is:

void main()
{

}

Can someone please help me in debugging this and tell me how to create a new project with successful build?
Note: I am able to build and execute example codes for the same controller.