EDA365欢迎您登录!
您需要 登录 才可以下载或查看,没有帐号?注册
x
main.c 赋值/ X2 _3 X6 X+ O; j
deng=1; inf.h定义
* u3 _. c# j, `3 K. K: F& uint deng; inf.c判断
# ~$ l' ]$ i4 g& S6 F4 P- Cvoid iff(void){
7 L5 Y. l- V# h+ fif(deng==1){}, F) P3 }0 _, F' u1 H* e5 T
} test.c调用iff 为什么只定义了一遍的deng,会出错误提示重复定义。 Error: L6200E: Symbol deng multiply defined (by inf.o and main.o).9 K( g7 i1 k+ r2 P6 N& }, b3 M
Error: L6200E: Symbol deng multiply defined (by test.o and main.o). Not enough information to list image symbols.& A; @& o0 }( n% N6 ~
Not enough information to list the image map.
8 p: }! [8 i* x& C' ~3 ], [3 ]6 b求解
8 R; l7 j. S+ Y' I1 L$ R5 l |