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.

Error e[46] CC2530?

Other Parts Discussed in Thread: Z-STACK

Hi guys,

I am trying to use the Sensor Demo that came with ZStack. Since it is an old file I updated all the function calls. (ex. inituart to HalUARTInit etc). When I try to rebuild I get the following error:

Error[e46]: Undefined external "ZDiagsUpdateStats::?relay" referred in APS ( C:\Texas Instruments\Z-Stack Mesh 1.0.0\Projects\zstack\Libraries\TI2530DB\bin\Router-Pro.lib

How do I go about fixing this? I went into the ZDiags.c file and added "extern" in front of the ZDiagsUpdateStats, but that did not work.