How do I make a release build? With other development systems there is a selection for Debug and Release build selection, don't see the selection on Code warrior.
Hi Randal,
ok, give me some time to document the steps for you.
Erich
That is a pretty bold assumption. I do not know how to clone. This brings us back to the original question, How do I make a release build?
Hi Harold,
'Debug' and 'Release' (see https://mcuoneclipse.com/2012/06/01/debug-vs-release/ ) are done in Eclipse with build configurations.
You can manage them with the project menu or with the context menu on the project folder:
Erich
Erich Styger, can you expand on this a bit?
I did as you suggest but get an error, "Cannot run program : Launching failed" when I try to build the project.
Hi Randal,
hard to tell you without further information. If you created a new debug configuration, I assume you have cloned it from the release one? Make sure you build the configuation so it has a binary to debug.
Erich