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/LAUNCHXL-CC2640R2: undefined symbols heapEnd and heapStart. / Output file.

Part Number: LAUNCHXL-CC2640R2

Tool/software: Code Composer Studio

Hello, I'm trying to run the central_bidirectional_audio project, and every time I try to build the app portion of the project, I get errors. 

undefined       first referenced
symbol           in file
--------- ----------------
heapEnd <whole-program>
heapStart <whole-program>

And: "central_bidirectional_audio_cc2640r2lp_app.out" not built

I cannot for the life of me figure out what I need to do to solve these problems.