We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I am working on smart card reader application. Some problems came in front when I tried to compile my application code.
While compilation, I added there following files, 1. main.c 2. tdalib.h <related to TDA8007B smart card reader IC
Main.c relates to my application code & tdalib.h relates to function prototypes declaration
after doing this compilation I have generated .lib file.
After compiling it showed me following message. But I also got one error & some warnings.
".\80072512+.LIB" TO "80072512+.LIB" LIBX51 LIBRARY MANAGER V4.24 COPYRIGHT KEIL ELEKTRONIK GmbH 1987 - 2002 *** ERROR 224: ATTEMPT TO ADD DUPLICATE MODULE FILE: .\80072512+.LIB MODULE: ?C_STARTUP "80072512+.LIB" - 0 Error(s), 8 Warning(s).
How can I deal with this problem.
Thanks in anticipation......
Regards Vinit
Did you read the explanation in the manual?
Again, there is no point worrying about this message while your 'C' files aren't even compiling yet!
You need to fix the compiler error First
"MAIN.C(133): warning C209: '_init_system': too few actual parameters this same error repeats in many functions"
You need to fix this before you move on to subsequent messages!