After recently purchasing the CC2530ZDK I downloaded the SensorDemo (CC2530ZDK Sensor Demo Software (Rev. C) ) and I'm trying to build from the included source files but I'm getting an error during linking.
Here is what I have done so far:
- I downloaded and installed latest Z-Stack-Home 1.2.1 from here: http://www.ti.com/tool/z-stack
- I read the release notes and it states that the library and hex files were built and tested with IAR EW8051 8.30.3.
- I downloaded and installed IAR EW8051 8.30.3.
- Downloaded CC2530ZDK Sensor Demo Software (Rev. C) and unzip to where zstack is installed.
- I open the included IAR project. It says it needs to convert to new format, OK.
- I execute "Rebuild All". Everything compiles but I get the following error when Linking starts:
Error[e46]: Undefined external "ZDiagsUpdateStats::?relay" referred in APS ( C:\Texas Instruments\Z-Stack Home 1.2.1\Projects\zstack\Libraries\TI2530DB\bin\Router-Pro.lib )
Is there a way to make this work with the current version of the Z-Stack even if the Sensor Demo Software was made with an older version? Change some settings in the project options?
Thank you for reading this.
Jonathan