- 易迪拓培训,专注于微波、射频、天线设计工程师的培养
zigbee编译出错
录入:edatop.com 点击:
zigbee编译出错,哪位大师帮忙解决一下啊,跪谢!
Error[Pe020]: identifier "GenericApp_ProcessEvent" is undefined C:\Texas Instruments\ZStack-CC2530-2.2.2-1.3.0\Projects\zstack\Samples\GenericApp\Source\OSAL_GenericApp.c 88
Error while running C/C++ Compiler
Error[Pa045]: function "GenericApp_ProcessEvent" has no prototype C:\Texas Instruments\ZStack-CC2530-2.2.2-1.3.0\Projects\zstack\Samples\GenericApp\CC2530DB\Coordinator.c 64
Error while running C/C++ Compiler
就这两处错误,错误源码:
UINT16 GenericApp_ProcessEvent( byte task_id, UINT16 events )
#endif
GenericApp_ProcessEvent
Error[Pe020]: identifier "GenericApp_ProcessEvent" is undefined C:\Texas Instruments\ZStack-CC2530-2.2.2-1.3.0\Projects\zstack\Samples\GenericApp\Source\OSAL_GenericApp.c 88
Error while running C/C++ Compiler
Error[Pa045]: function "GenericApp_ProcessEvent" has no prototype C:\Texas Instruments\ZStack-CC2530-2.2.2-1.3.0\Projects\zstack\Samples\GenericApp\CC2530DB\Coordinator.c 64
Error while running C/C++ Compiler
就这两处错误,错误源码:
UINT16 GenericApp_ProcessEvent( byte task_id, UINT16 events )
#endif
GenericApp_ProcessEvent
1>Error[Pa045]: function "GenericApp_ProcessEvent" has no prototype
这个错误提示是在Options——C/C++ Complier——Language里勾选Require Protypes 后出现的,不勾选就不会出现
Error[Pe020]: identifier "GenericApp_ProcessEvent" is undefined 这个怎么解决的啊?
出了同样的错误,去掉“Require Protypes”后不知道对硬件有没什么影响
上一篇:迎接母亲节:分享一只爱肉肉的可爱麻麻
下一篇:CC2530 如何减小内部电压误差?