Forum : Ride IDE
Original Post
Post Information | Post |
---|---|
January 12, 2011 - 2:13pm
|
The rapp-file takes long time to finish when I'm building my project. What could be the problem? |
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
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.
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,
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.