??? 01/10/08 14:51 Read: times Msg Score: -1 -1 Non-Specific question |
#149222 - Havin more than .c Macros |
Hi, I have a program with 2 .c files or macros.
One is Main.c and the other is Motor.c The first problem I have is that the c51 compiler microvision 3 does not compile with the two .c file. It gives an error "target not created". It used to compile but now is not. Then, the other problem I have is that in previous programs when two .c files were allowed (compiled), the two .c files share a common variables.h file, but it gave me an error...I have posted this problem before but never resolved. 1. How can I create a project where the C51 compiles with two or three .c files? 2. How can I make two .c files share a common variable.h file? Has anyone seen this before? What could be wrong? Is there a "How to create a project" File, document? My warranty with Keil Software is expired and it will be very expensive to re-new it. Thank you |