Tool/software: Code Composer Studio
I got a bunch of files and imported it into CCS.
Here is my steps.
1. From Project Explorer window, new a project with C/C++ -> C Project.
2. Select Executable -> Empty Project.
3. Check both Debug and Release.
4. Pass options "Cross compiler prefix" and "Cross compiler path" in Cross GCC Command window by just clicking Finish.
5. Right-click this project and select Import -> Import.
6. Choose General -> File System, Browse the folder from directory, and click Finish.
How to take CCS as a pure code editor? Thanks!