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

Building Target problem

Hi there,

I am really new to all that Keil/uVision/Compiler stuff. In the office I am using a Olimex LPC-P2129 evaluation board with uLink2.
Today I just tried to build a target with one of the Keil Examples "http://www.keil.com/download/docs/291.asp". When I try to build the target I am getting a error message "failed to excetute 'as'... Could anyone give me an idea?

Parents
  • The link you specified doesn't seem to work.

    "as" is the name of the assembler supplied with the free gcc tool chain.

    If you are going to build examples using gcc, you must have this tool chain installed also.

    Most examples that you get when you download the Keil tools are already setup for building with the Keil (ARM) compiler, so everything should work directly.

Reply
  • The link you specified doesn't seem to work.

    "as" is the name of the assembler supplied with the free gcc tool chain.

    If you are going to build examples using gcc, you must have this tool chain installed also.

    Most examples that you get when you download the Keil tools are already setup for building with the Keil (ARM) compiler, so everything should work directly.

Children