??? 01/10/08 17:57 Read: times |
#149248 - Andy, Here! Responding to: ???'s previous message |
The errors are the same as before and shown below.
NEXT: These two files Main.c and Calc.c share a common variable.h file. After compiling this is what I get: ERROR L104: MULTIPLE PUBLIC DEFINITIONS SYMBOL: "Name of variable" MODULE: Calc.obj (CALC) : : : Repeats the same message for several times, but with the names of the variables (Sec, Min, Hr, Day; Zero,....) in variables.h Target not created ********************************************* I am trying to follow and use this info at http://www.keil.com/support/docs/1868.htm similar to what Erik posted earlier. Can you help me with this info above? |