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

uvision3 on windows 10

I have some very old firmware builds I need to maintain, which were built using uvision3 on windows 7. As windows 7 support is due to end we are migrating to windows 10. Our modern
builds using uvision4 are building and running fine. However, when I build the old projects
under windows 10 using uvision3 the build succeeds, but won't run. Looking at the object code
there are clear differences between the image built on windows7 and windows 10 using the
same uvision3 project. Has anyone got uvision3 to perform under windows 10 as it did in windows 7?
I have experimented with compatibility settings without success.

Parents
  • uVision versions are not what you have to compare --- that's just the outer hull. The crucial differences are almost certainly further in, most likely in versions of the compiler, assembler, linker, etc...

    Looking at "object code" is the wrong approach, anyway. You have to compare, in this order:

    1) hex files
    2) map files
    3) compiler listings (or absolute linker listings)

Reply
  • uVision versions are not what you have to compare --- that's just the outer hull. The crucial differences are almost certainly further in, most likely in versions of the compiler, assembler, linker, etc...

    Looking at "object code" is the wrong approach, anyway. You have to compare, in this order:

    1) hex files
    2) map files
    3) compiler listings (or absolute linker listings)

Children