Hi,
When building the Example_28377SLaunchPad project (using CCS V6.1.1.00022) I get the following 7 compiler warnings. As a rule, I like to understand and resolve all warnings. Neglecting doing this often leads to (sometimes subtle) problems down the road. Can anyone help me (and others) do this?
1. Build variable 'XDAIS_CG_ROOT' cannot be resolved.
2. creating ".esysmem" section with default size of 0x400; use the -heap
3. creating output section ".cio" without a SECTIONS specification
4. creating output section "TrigRegsFile" without a SECTIONS
5. entry-point symbol other than "_c_int00" specified: "code_start"
6. Invalid project path: Include path not found (\packages\ti\xdais).
7. variable "fid" was set
Re. the last warning, #7, compilers usually say something like this: "variable "xyz" was set but never referenced". Should this be corrected?
Thanks in advance for your help.
Ed