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.
In the program"C:\Texas Instruments\ZStack-1.4.3-1.2.1\Projects\zstack\Samples\Location\CC2430DB",the function "handleKeys::?relay" is not found,who could tell me that which file is it in?thank you!
Linking error: Error[e46]: Undefined external "handleKeys::?relay" referred in LocationProfile ( C:\Texas Instruments\ZStack-1.4.3-1.2.1\Projects\zstack\ Samples\Location\CC2430DB\RouterEB\Obj\LocationProfile.r51 )
错误是handleKeys,对应的c或者h文件没加到工程中,你去工作空间看下对应的文件图标是不是打岔,如果是那么是那么选中文件,然后optional>把exclude from build 前面的勾去掉以把文件加入工程。就不会报相应的错误了。