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.
Hi all. The source C file is... ============================= void a(void) { static unsigned char var1; ... switch(var1){ ... } } ============================== and the error message is "error A45 : Undefined Symbol (PASS-2) I know it is compiled well with C51 and got a.src file using SRC directive. but I cant get the a.obj file for assembling it. I thought it may be the same problem as 'Andrew Neil's Question' in this Disccussion Forum' How can i do for fixing it. Thanks. :)