I am trying to import the very simple Blink sketch from Energia. The documentation doesn't seem to be up to CCSv6.1 in a couple of probably minor issues: the .iso file is not converted to .cpp, and the menu to import the Energia sketch is slightly different. The program compiles without messages until it gets to the linker. I get this message:
c:/ti/ccsv6/tools/compiler/gcc-arm-none-eabi-4_8-2014q3/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld.exe: warning: cannot find entry symbol ResetISR; defaulting to 00000000
Other problems with ResetISR seemed to be based on the wrong entry point. This message appears to indicate that ResetISR is nowhere to be found.
Thank you for any advice.
Pedro