Topic : The rapp-file takes long time to finish

Forum : Ride IDE

Original Post
Post Information Post
January 12, 2011 - 2:13pm
Guest

The rapp-file takes long time to finish when I'm building my project. What could be the problem?

Replies
Post Information Post
+1
0
-1
January 12, 2011 - 3:02pm
Raisonance Support Team

Hi,

This may be caused by inaccurrate handling of the project information in some versions of Ride7.
Just try to delete all Ride7 intermediate files: Close Ride7, delete .xdb, .o, .xml files and keep only the .rapp and .rprj files, as well as your sources.

This should fix your problem.
BR

+1
0
-1
January 14, 2011 - 1:32pm
Guest

Did not help.

I have located the delay to the running of the dwf2xml.exe at the end of the compile phase.

I think it takes a long time to store all debug information (if I understand whats going on).

Is there some way to speed it up? I really need to be able to debug my code.

+1
0
-1
January 17, 2011 - 9:40am
Raisonance Support Team

Hi Sima,

This looks like a problem in the tools.

The first thing to do is to ensure that you are using the latest tools. Check out http://www.mcu-raisonance.com/mcu_downloads.html for the latest Ride and RKit-ARM downloads.

If the problem persists, can you send a zipped copy of your project to , so that we can try to reproduce this behavior in our Labs?

Thanks,

+1
0
-1
January 17, 2011 - 1:21pm
Guest

I tested the project on a second PC and it compiled fast. So I re-installed my windows 7 and ride7 on my PC and now it works like it should.