EDA365欢迎您登录!
您需要 登录 才可以下载或查看,没有帐号?注册
x
main.c 赋值4 t8 i3 h$ I4 ]0 V- O4 P' z
deng=1; inf.h定义' A, p8 W' w; q. T+ A# i8 P0 D
int deng; inf.c判断
' m( |6 ^0 |$ O( nvoid iff(void){
$ p+ Z3 D A" u# Gif(deng==1){}
2 D5 ^' Z) n0 I1 A! t} test.c调用iff 为什么只定义了一遍的deng,会出错误提示重复定义。 Error: L6200E: Symbol deng multiply defined (by inf.o and main.o)., ]; u- t! Z- N: |
Error: L6200E: Symbol deng multiply defined (by test.o and main.o). Not enough information to list image symbols.
6 j8 g- F0 j1 UNot enough information to list the image map. \% y0 m: h, A# V
求解
) ~. z, o2 Y' V' z6 j7 @, l/ c |