EDA365欢迎您登录!
您需要 登录 才可以下载或查看,没有帐号?注册
x
main.c 赋值
9 b8 B, G8 z( p) U, y4 z p$ t @deng=1; inf.h定义
7 ^( Z8 t* V/ V; X8 u5 Kint deng; inf.c判断6 o: T. u& m$ U) Q3 c) A7 p
void iff(void){
: `+ f( G* d! \- H: k% J4 w$ dif(deng==1){}3 \! g; u! `! H
} test.c调用iff 为什么只定义了一遍的deng,会出错误提示重复定义。 Error: L6200E: Symbol deng multiply defined (by inf.o and main.o).
/ c* M& ^$ K% a( C. DError: L6200E: Symbol deng multiply defined (by test.o and main.o). Not enough information to list image symbols.7 v |$ d* c( }8 t! K. ^% b
Not enough information to list the image map.
, E" S8 V4 t# L求解
( T' W- B1 m4 E7 t2 V- X# H8 f |