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

Beginner with uVision compiler error

compiling this first try with uVision:

   AREA x,CODE,Readonly

   ENTRY

  

   mov r0,#1

  

   END

results in:

*** Using Compiler 'V5.05 update 2 (build 169)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'

Build target 'Target 1'

linking...

.\Objects\myproject.axf: Error: L6320W: Ignoring --entry command. Cannot find argument 'Reset_Handler'.

.\Objects\myproject.axf: Warning: L6320W: Ignoring --first command. Cannot find argument '__Vectors'.

Not enough information to list image symbols.

Not enough information to list the image map.

Finished: 2 information, 1 warning and 1 error messages.

".\Objects\myproject.axf" - 1 Error(s), 1 Warning(s).

Target not created.

Build Time Elapsed:  00:00:00

What am i doing wrong?

Parents
  • Hi Stefano,

    The SAM E70 had no examples, so used

    other and it compliled! THanks. All documents i have

    gathered more look like reference guides then

    tutorials.

    I am looking for a study book or document that

    step by step introduces and explains ARM registers,modes,
    memories, interrupts, directives and ASM instructions

    with examples, for uVision or other free ASM IDE.

    Can you recommend?

    Kind regards,

    Gert

Reply
  • Hi Stefano,

    The SAM E70 had no examples, so used

    other and it compliled! THanks. All documents i have

    gathered more look like reference guides then

    tutorials.

    I am looking for a study book or document that

    step by step introduces and explains ARM registers,modes,
    memories, interrupts, directives and ASM instructions

    with examples, for uVision or other free ASM IDE.

    Can you recommend?

    Kind regards,

    Gert

Children