This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Command line options for ARM Workbech IDE?

Does anyone know where I can find a list of command line options for ARM Workbench IDE (awide) 4.0? So far I have only been able to find how to open a workspace using the -data option in the ARM Workbench IDE User Guide. Ideally I am looking for a -build option.

Thanks!

Parents
  • My colleague sellis found a list of command line options (generic to Eclipse CDT), which are documented in this thread: DS-5 How to create makefiles

    This was specific to DS-5, though there's a chance that the same -build option will work in AWIDE-4.0:

    -build {projectName[/configName] | all}

    Build the project with the specified name, or all projects in the workspace. By default this builds all the configurations within each project. You can limit this action to a single configuration, such as Debug or Release, by specifying the configuration name immediately after the project name, separated with ‘/’. Use this option multiple times to build multiple projects.

    Hope this helps,

    Joe

Reply
  • My colleague sellis found a list of command line options (generic to Eclipse CDT), which are documented in this thread: DS-5 How to create makefiles

    This was specific to DS-5, though there's a chance that the same -build option will work in AWIDE-4.0:

    -build {projectName[/configName] | all}

    Build the project with the specified name, or all projects in the workspace. By default this builds all the configurations within each project. You can limit this action to a single configuration, such as Debug or Release, by specifying the configuration name immediately after the project name, separated with ‘/’. Use this option multiple times to build multiple projects.

    Hope this helps,

    Joe

Children