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

v6.20 Can't create HEX Files !

I just update my version of C51 Keil in version 6.20.
I tried to compile an old project and the OH51 file do a fatal error!
So, my hex file was not created !

My OH51.exe version is 2.5

What's happended ?
Does anyone have the same problem ?

Parents
  • I made more investigation:

    The latest Keil software version who seems to work correctly is for me the version v6.12

    I tried to compile my project under all the version 6.12, 6.14 and 6.20. Just the 6.12 version accept it!

    It seems to me that the bug come from another file than OH51.EXE. I think the problem comes from a file who is running before the execution of OH51.

    My program is in 8051 assembly language. So, like it is write in the A51 Assembler Manual on page 6:"Writing and Assembling Programs", I think this bug comes from A51 or BL51, the 2 files needed to create the Absolute Object File.

Reply
  • I made more investigation:

    The latest Keil software version who seems to work correctly is for me the version v6.12

    I tried to compile my project under all the version 6.12, 6.14 and 6.20. Just the 6.12 version accept it!

    It seems to me that the bug come from another file than OH51.EXE. I think the problem comes from a file who is running before the execution of OH51.

    My program is in 8051 assembly language. So, like it is write in the A51 Assembler Manual on page 6:"Writing and Assembling Programs", I think this bug comes from A51 or BL51, the 2 files needed to create the Absolute Object File.

Children