After Keil compiles - the code length exceeds the version limit

        I remember that after installing Keil on the company computer for the first time, such an error appeared after compiling:

      

        It means that your code length exceeds the version limit.

        Solution:

        The high probability is that Keil has not been cracked yet, either crack it first, or buy a genuine one; when cracking, remember that Keil and registration must be opened as an administrator.        

        If you open the project compilation before cracking it, remember to clean up the project before cracking it;

        Because when you compile, the length of your code has been recorded in the .obj file, obviously the length of the code is wrong;

        To clean up the project:

        

        

Guess you like

Origin blog.csdn.net/weixin_41904238/article/details/120087003