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?