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
  • "uVision finish by an error message about Oh51."

    Yes, but precisely what message!?
    We can't help you if you don't give full details!

    In the 'Build' output window, after all your source files have been translated, you should see:

    linking...
    (any linker messages)
    creating hex file from "executable-name"
    (any User commands)
    "executable-name" - n Error(s), m Warning(s)
    So, what do you actually see?

    Note that you can log the build output to a file by using uVision's '-o' command-line option - see chapter 12 in the Getting Started guide, GS51.pdf


Reply
  • "uVision finish by an error message about Oh51."

    Yes, but precisely what message!?
    We can't help you if you don't give full details!

    In the 'Build' output window, after all your source files have been translated, you should see:

    linking...
    (any linker messages)
    creating hex file from "executable-name"
    (any User commands)
    "executable-name" - n Error(s), m Warning(s)
    So, what do you actually see?

    Note that you can log the build output to a file by using uVision's '-o' command-line option - see chapter 12 in the Getting Started guide, GS51.pdf


Children