CC2530 Zigbee 改变编译形式问题(从End-Device转为Coordinator或Router)
时间:10-02
整理:3721RD
点击:
大家好,请教一下有关转换编译形式的问题。
目前我的程序可对End-Device做编译,但若转换为coordinator或router,即会出现下列错误:
Building configuration: EmergencyButton - RouterEB
Updating build tree...
Build error: Multiple tools write to the same file.
File: C:\Texas Instruments\Projects\zstack\HomeAutomation\EmergencyButton\CC2530DB\RouterEB\Obj\hal_adc.r51
Tool 1: C/C++ Compiler, when processing C:\Texas Instruments\Components\hal\target\CC2530EB\hal_adc.c
Tool 2: C/C++ Compiler, when processing C:\Texas Instruments\Projects\zstack\HomeAutomation\EmergencyButton\Source\HAL\Target\CSensor\hal_adc.c
0 file(s) deleted.
请问是在设定上我有遗漏甚么地方吗?
相同的文件被多个工具使用,是不是你不同的文件夹下包含了相同的文件?检查一下,另可右击工程,点“clean”,然后重新编译试试