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.

Cla1funcsLoadEnd Linker error

Other Parts Discussed in Thread: CONTROLSUITE

Hi all.  Hopefully this is a quick error.

I am looking to solve an unresolved symbol linker error.

Initially, these three lines were giving me an issue:
extern Uint16 Cla1funcsLoadStart;
extern Uint16 Cla1funcsLoadEnd;
extern Uint16 Cla1funcsRunStart;

Adding in the cla_adc folder into the Linker Path solved LoadStart, and RunStart, but NOT LoadEnd.

Any idea what I'm missing to get the LoadEnd linked properly?  Why would it not be fixed at the same time as the other two, unless it's in a different location?

This is based off of the 28035 cla_adc ControlSuite example.