Use xTIMEcomposer Studio to build a project
To build your project, select your project in the Project Explorer, click the arrow next to the Build button () and select either Debug or Release.
xTIMEcomposer uses the Makefile in your project to determine the configuration settings used with the compiler.
Double-click the project Makefile in the Project Explorer to open it in the Makefile Editor, where you can set the compiler options. The XCC Command-Line Manual lists all supported compiler options.
If there are no errors in your program, xTIMEcomposer adds the compiled binary file to the Binaries folder in your project.
Errors are reported in the Console. Double-click a message highlighted red to locate it in the editor.