Discussion Forum

Building Target problem

Next Thread | Thread List | Previous Thread Start a Thread | Settings

DetailsMessage
Read-Only
Author
Daniel Duesentrieb
Posted
29-Jul-2008 00:40 GMT
Toolset
ARM
New! 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?

Read-Only
Author
Per Westermark
Posted
29-Jul-2008 01:45 GMT
Toolset
ARM
New! RE: Building Target problem

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.

Read-Only
Author
Daniel Duesentrieb
Posted
29-Jul-2008 02:14 GMT
Toolset
ARM
New! RE: Building Target problem

Hi there... thanks for the reply.

The link should guide you to the CAN Examples for Philips LPC2000 series... Yeh, sorry I am stupip... You are right..
The examples from the Keil site will most likely only work with their RealView compiler. But I tried to compile with the gcc compiler that I installed...

Any idea where to get some working CAN samples for the gcc compiler?
Thanks.

Read-Only
Author
Andy Neil
Posted
29-Jul-2008 06:33 GMT
Toolset
ARM
New! RE:GCC

http://www.keil.com/forum/docs/thread12738.asp

Next Thread | Thread List | Previous Thread Start a Thread | Settings