Topic : Help in generating Hex file

Forum : Ride IDE

Original Post
Post Information Post
August 17, 2012 - 7:20am
Guest

Hi,
i have installed Ride version :6.4.17 on my Windows 7 OS. When i execute an assembly language program all the related files are created except the HEX file which i require to download in my chip. But when i write the program in C language the HEX file is created.. Pls help me to create the HEX file when i write the program in assembly language.

Thank You,
Jairam

Replies
Post Information Post
+1
0
-1
August 17, 2012 - 10:48am
Raisonance Support Team

Hello,

Ride version 6.xxxx will not work properly in Windows 7. And there is no support for these old versions too. You must use the latest versions.

Concerning the hex file, either (probably) it comes from you using an old version on an OS it does not support, or maybe the code is simply optimized out during link because for example you don't have a startup, reset vector or something similar. To tell you more we'll need to know which CPU you are using, if the elf and map files are created, and does the map file report that there is some code in the final application.

Of course I imagine you have activated the hex file generation option...? ;)

Best Regards,

Vincent