Topic : Make file modifications

Forum : ARM

Original Post
Post Information Post
September 8, 2010 - 2:24pm
Guest

Hi,

I am using an application (.exe) that generates .C files from my static data (website).
I would like to automatically start this application when I make the project. So I need to modifie the make file so as to call the application but I don't know how to proceed !

Any idea ?

Replies
Post Information Post
+1
0
-1
September 9, 2010 - 9:24am
Raisonance Support Team

Hi,

In a makefile this is easy to implement.

Within Ride7 however, we do not have any pre-build, pre-link or post-build customizable actions. This will be available in a future release but is not planned yet.

If you want to convert a Ride7 project into a makefile you can perform a "build all" action and gather all the command lines used from Ride7's output window, then arrange them in your makefile/script using an editor.

Regards,

+1
0
-1
September 9, 2010 - 11:25am
Guest

Hi Bruno,

Isn't it a way to manually modify the "Ride7" makefile (.rapp files ?) ? About to me, this solution is cleaner. What is the .rapp file format ?

Concerning your solution, I don't know how to use an external makefile within Ride7.

Thanks

Regards