Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

getting errors while executing Arm Assembly code in kel 4? can any body help me..

Status
Not open for further replies.

haroon_tech

Member level 2
Joined
Apr 28, 2011
Messages
51
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Location
bangalore
Activity points
1,727
Hi, i new to arm assembly .so i wanted to compile assembly program but getting some errors . code and error is shown as follows ...please some body help me out..

AREA ARMex, CODE, READONLY
ENTRY
; Name this block of code ARMex
mystart LDR R7,=1223
LDR R2,=3984
ADD R3,R7,R2
stop
NOP
NOP


MOV R0,#0X18
LDR R1,=0X20026
SWI 0X123456
END



error is ...
Build target 'Target 1'
assembling Startup.s...
assembling test.asm...
linking...
add.axf: Warning: L6665W: Neither Lib$$Request$$armlib Lib$$Request$$cpplib defined, not searching ARM libraries.
add.axf: Error: L6411W: No compatible library exists with a definition of startup symbol __main.
Target not created
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top