error #10234-D: unresolved symbols remain,error #10010: errors encountered during linking;
MSP430定义函数时,由于函数名称错误,导致如下错误。Open_Power函数未声明或实现。可以从警告信息中解决,该错误。
·
MSP430定义函数时,由于函数名称错误,导致如下错误
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; “fire_monitor_10.out” not built
gmake[1]: *** [fire_monitor_10.out] Error 1
gmake[1]: Target ‘secondary-outputs’ not remade because of errors.
makefile:160: recipe for target ‘all’ failed
gmake: *** [all] Error 2
**** Build Finished ****
可以从警告信息中解决,该错误
Description Resource Path Location Type
#225-D function “Open_Power” declared implicitly main.c /fire_monitor_10 line 566 C/C++ Problem
Open_Power函数未声明或实现
更多推荐
已为社区贡献1条内容
所有评论(0)