Keil™, An ARM® Company

Technical Support

AARM: CAN'T EXECUTE ARM ASSEMBLER


Information in this article applies to:

  • CARM All Versions

QUESTION

When I try to build a project I receive the following message:

assembling Startup.s...
--- Error: can't execute 'D:\ARM\ADSV1_2\BIN\ArmAsm'
Target not created

Don't the Keil tools come with an assembler?

ANSWER

Yes. An assembler is included with the Keil tools. However, from the error message, it appears that your project is configured to use the ARM ADS/RealView tools. If RealView is not installed, you will receive this message.

Check your project Environment settings (Project — Components, Environment, Books — Select ARM Development Tools) to see if they are set to Use RealView Compiler. If so and if the ARM MDK-RealView toolkit is not installed, you will receive this message. Note that the ARM MDK-RealView tools are not included with Keil tools.

To use the Keil tools, select the Use Keil Compiler checkbox. This directs µVision3 to use the included Keil ARM compiler.

Last Reviewed: Thursday, January 18, 2007


Did this article provide the answer you needed?
 
Yes
No
Not Sure