IAR Build from the command line 环境变量设置

http://supp.iar.com/Support/?Note=47884

Technical Note 47884

Build from the command line


The alternatives below are exemplified for Embedded Workbench for ARM (EWARM), but can be easily be modified for another EW target.
This Technical Note might be helpful if you are looking for way to build your project outside the Embedded Workbench.

 

Alternative 1 - run IarBuild.exe from the command line

 

If you have a project file named test.ewp with a configuration named Debug , the following command line can be used to build the project:

(EWARM installation)\common\bin\IarBuild.exe test.ewp Debug

Note: run IarBuild.exe without parameters to get Usage information

To re-build use the following command line (extended with an option to get logging of all compiler messages):

(EWARM installation)\common\bin\IarBuild.exe test.ewp -build Debug -log all

... which corresponds to ...

(EWARM installation)\common\bin\IarBuild.exe test.ewp -clean Debug -log all
(EWARM installation)\common\bin\IarBuild.exe test.ewp -make Debug -log all

 

Alternative 2 - run compiler and linker from the command line

 

You can run all .exe files in the (EWARM installation)\arm\bin folder from the command line. Run each of them, e.g. iccarm.exe, without parameters to get a list of available command line options.

You can make a .bat file that compiles each source file one-by-one if you know the command line parameters.

To see the command line parameters, enable the option IAR Embedded Workbench IDE > Tools > Options... > IDE Options > Messages > Show build messages > select 'All'.

To make a .bat file compiling one source file, enter the full path to iccarm.exe followed by the parameters (copy from the build window) using the format:

(EWARM installation)\arm\bin\iccarm.exe <source-file> <options>

When you get the command line working for one source file, you can add more command lines for the remaining source files.

If you want to invoke ilinkarm too, you can use the option -f <file> , for example

(EWARM installation)\arm\bin\ilinkarm.exe -f options.xcl

and in the file options.xcl put all the parameters from the build window (put the parameters on separate lines).

 

IAR_ARM_WORKBENCH_PATH : C:\Program Files (x86)\IAR Systems\Embedded Workbench xxxx

IAR_COMMON_PATH : %IAR_ARM_WORKBENCH_PATH%\common\bin

IAR_TOOLCHAIN_PATH : %IAR_ARM_WORKBENCH_PATH%\arm\bin

 

Path : %IAR_COMMON_PATH%;%IAR_TOOLCHAIN_PATH%; .........

 

  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值