This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/CC2640R2F: unresolved symbol ramEndHere, first referenced in <whole-program>

Part Number: CC2640R2F

Tool/software: Code Composer Studio

I am using the OAD off chip for the launchpad.  I imported the projects and after getting it to compile I am getting :

unresolved symbol ramEndHere, first referenced in <whole-program>

unresolved symbol startup_entry, first referenced in <whole-program>

Both it seems should be generated by the Linker command file/configuration.  I see ramEndHere referenced in the stack project, but it is not being created by the app project.

I am using the regulear blestack not ble5stack.  I could guess the right value and hard code it, but that seems dangerous.  What is the fix?