| |||
| Home > ARM Project Manager > Build step patterns > Adding a build step pattern | |||
Follow these steps to add a new build step pattern:
Select Edit Project Template from the Project menu.
Click New.
Enter the name of the new build step pattern.
Click OK. The Edit Build Step Pattern dialog is displayed (see Figure 2.24).
Specify Input and Output Partition information.
Enter a Partition name. If the partition does not exist, it is created.
Enter the Pattern.
Click Add.
Enter a command-line in the Command Lines edit box.
Click OK.
Click Close to close the Project Template Editor dialog.
If you are debugging with ADW or ADU, you can use the -args option
in a command-line to introduce any arguments you may want to supply
to the program you are about to debug. For example:launch
<adw> -exec <any>.asf -args ex0.eqn
See Chapter 10 Writing Code for ROM for an example showing how to add a FromELF build step pattern.