I imported LaunchXL-F28069M project from ControlSuite into Code Composer Studio. The project immediately had three warnings:
Build variable 'XDAIS_CG_ROOT' cannot be resolved. Example_2806xLaunchPad properties Problems
Build variable 'XDAIS_CG_ROOT' cannot be resolved
Invalid project path: Include path not found (\packages\ti\xdais). Example_2806xLaunchPad pathentry Path Entry Problem
This project was created using a version of compiler that is not currently installed: 6.1.0 [C2000]. Another version of the compiler will be used during build: 15.12.1.LTS. Go to 'Help > Check for Updates' page to check for updates and visit <a href="liveaction:OpenAppCenter">CCS App Center</a> to get the latest compilers. Go to 'Help > Install New Software...' to install older compilers. Alternatively, migrate the project to one of the available compiler versions by adjusting project properties. Example_2806xLaunchPad properties Problems
When I build I get the following errors and warnings:
Errors:
F28069.cmd /Example_2806xLaunchPad line 141 C/C++ Problem
errors encountered during linking; "Example_2806xLaunchPad.out" not Example_2806xLaunchPad C/C++ Problem
gmake: *** [Example_2806xLaunchPad.out] Error 1 Example_2806xLaunchPad C/C++ Problem
gmake: Target 'all' not remade because of errors. Example_2806xLaunchPad C/C++ Problem
Warnings:
Build variable 'XDAIS_CG_ROOT' cannot be resolved. Example_2806xLaunchPad properties Problems
creating ".esysmem" section with default size of 0x400; use the -heap Example_2806xLaunchPad C/C++ Problem
creating output section ".cio" without a SECTIONS specification Example_2806xLaunchPad C/C++ Problem
entry-point symbol other than "_c_int00" specified: "code_start" Example_2806xLaunchPad C/C++ Problem
Invalid project path: Include path not found (\packages\ti\xdais). Example_2806xLaunchPad pathentry Path Entry Problem
This project was created using a version of compiler that is not currently installed: 6.1.0 [C2000]. Another version of the compiler will be used during build: 15.12.1.LTS. Go to 'Help > Check for Updates' page to check for updates and visit <a href="liveaction:OpenAppCenter">CCS App Center</a> to get the latest compilers. Go to 'Help > Install New Software...' to install older compilers. Alternatively, migrate the project to one of the available compiler versions by adjusting project properties. Example_2806xLaunchPad properties Problems
variable "fid" was set Example_F2806xLaunchPadDemo.c /Example_2806xLaunchPad line 248 C/C++ Problem
How do I resolve these?