EDA365欢迎您登录!
您需要 登录 才可以下载或查看,没有帐号?注册
x
main.c 赋值/ G3 l' C% G2 V8 Y& H6 O9 Y
deng=1; inf.h定义
+ O/ Y' I* w, M! v- Z2 X0 Vint deng; inf.c判断8 G- e; ]" E) }: e' \, \# a: v% p
void iff(void){6 [' X1 j& n) z E' M K
if(deng==1){}5 h* X6 O+ Z3 P0 M
} test.c调用iff 为什么只定义了一遍的deng,会出错误提示重复定义。 Error: L6200E: Symbol deng multiply defined (by inf.o and main.o).
+ i: L8 p e: P1 A1 h$ K' sError: L6200E: Symbol deng multiply defined (by test.o and main.o). Not enough information to list image symbols.
% l z' b; [/ z# @7 _: ANot enough information to list the image map.- F5 |* c2 q+ P1 m
求解 3 r6 q8 }9 U) y& |+ v
|