This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

KEIL can not save file with error number 24

Hi All:

      My keil version is 5.38A.

      My OS is Windows 10 X64 2022H2 CHS, version number is: 19045.2075

Problem:

      When I edit a *.c file and save it, KEIL frequently pops out window says: Could not save file, error number:24

      

     I found that if I select the compiler version as 5.06, then it is OK

     But when I select the 6.13 version compiler, it will frequently pop out the warning windows

     Then what is wrong?

     How should I fix this issue?

     If you need any further information on this topic, please let me informed!

     Thanks & Best Regards.

Parents
  • I am surprised that the problem, as you describe it, should be related to the Arm Compiler version.

    I'd expect that this could be related to, either limited user rights or an unexpected installation of Keil MDK 5.38a.

    This is why I recommend to

    - Ensure that you have unlimited read/write access on your Windows system

    - Re-install Keil MDK to C:\Keil_V5

    Nevertheless:

    - Is the result the same as with the current version of Arm Compiler 6 (by today V6.20.1)?

            https://developer.arm.com/downloads/view/ACOMPE 

Reply
  • I am surprised that the problem, as you describe it, should be related to the Arm Compiler version.

    I'd expect that this could be related to, either limited user rights or an unexpected installation of Keil MDK 5.38a.

    This is why I recommend to

    - Ensure that you have unlimited read/write access on your Windows system

    - Re-install Keil MDK to C:\Keil_V5

    Nevertheless:

    - Is the result the same as with the current version of Arm Compiler 6 (by today V6.20.1)?

            https://developer.arm.com/downloads/view/ACOMPE 

Children