Samsung S3C4510B (ARM7TDMI core)

Hi, I am trying to compile and build an ARM assembley program for the Samsung S3C4510B microprocessor but i keep getting the linking error:

 compiling RTX_Conf_S3C2440.c...
assembling Text1.s...
linking...
10.axf: Error: L6320W: Ignoring --entry command. Cannot find argument 'Reset_Handler'.
10.axf: Warning: L6320W: Ignoring --first command. Cannot find argument 'Reset_Handler'.
Target not created

I belive i need a startup find to be included within the compilled files in my uVision project workspace but i cannot find an c4510 startup.s file anywhere.

This is a copy of a very basic test program i constructed. It assembles correctly, it just wont link.

                AREA TEST, CODE
                ENTRY
                MOV     r1,     #1
                END

Many thanks, Chris

More questions in this forum