Hello, somehow i got the following linker error (the compilation result = 0 error, 0 warning) FATAL ERROR 220 : INVALID INPIU MODULE MODULE : my_modul.obj <my_modul> could you advice what i'm doing wrong how can i resolve ? Best Regards, Shlomo
I found the answer, but I an not in the business of doing work someone is too lazy to do themselves. have you even considered entering FATAL ERROR 220 into a search window? Erik
"have you even considered entering FATAL ERROR 220 into a search window?" Or - gasp - looking it up in the Manuals: http://www.keil.com/support/man/docs/lx51/lx51_l220.htm So, where exactly did you get this object file from? Were there any other errors or warning messages?
Dear Erik, You can be sure this post was made after scan all the "FATAL ERROR 220" and all are irrelevant. (No ASM, no upgrade of environments, nevertheless when link the SAME object as banking – NO error, No warning Appreciate any idea how can i trace into this error.
You are kidding? You gave Zero information. C? asm? The module? Bad Header or includes? Tool Versions? Are you using the Eval version? Did your build have any warnings? Did you try moving the functions to a different module 1 by 1 till the problem moves? OR Strip out all the code from the funtions and add them back one at a time.