Batch build using IAR tools
Posted
by Jim Tshr
on Stack Overflow
See other posts from Stack Overflow
or by Jim Tshr
Published on 2010-05-10T19:41:14Z
Indexed on
2010/05/10
19:44 UTC
Read the original article
Hit count: 415
I am trying to do a batch build of a project using IAR tools. The processor is a CC2530, and it builds fine in the IDE. I have followed the documentation for batch build (Project/Batch Build) and created a .cspy file that is suppose to be my batch file, but in the comments in that file it indicates that I need a debug file (.ubrof) to execute with it. I can't find a .ubrof file and I have searched the whole project directory structure. Also, I want my batch build to build a production version without the debugging information.
Where do I get a .ubrof file? How do I do a production batch build using IAR tools?
© Stack Overflow or respective owner