Hello, I am a student from germany and I am working on a project with KeilC an uVison. I have a strange problem. - I get some C-code for a 8051 compatible - this code has extern linker files - the current code compiles without errors - after compiling I see some size-values for DATA,XDATA,PDATA - if i want to shrink the code by deleting or uncommenting some lines the linker throws errors, because the size of data exceed the restrictions by the linker file.
I do not understand, why the code size increases if I shrink the code? Can some one explain me this issue?
Thank you for help, Regard Chris