Keil™, An ARM® Company

Technical Support

µVISION1: COULD NOT EXECUTE TRANSLATOR


Information in this article applies to:

  • µVision Version 1

SYMPTOMS

When I try to compile my project, I receive 'Could not Execute Translator'. I have checked my paths and everything is correct. The Hello example project compiles without problem.

CAUSE

This may be caused by the compiler or assembler command line being over the 127-character limit allowed by DOS.

RESOLUTION

  1. Move some of your compiler or assembler directives into a header file. For example, for the DEFINE (DF) directive you may use #define in the header file.
  2. Include the header file in all your source files, and remove the directives from the Compiler Options in µVision.

MORE INFORMATION

Last Reviewed: Friday, July 15, 2005


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