Hi all, I am new to the ARM assembly programming area.I typed the code below and tried to build it and I got the follwing error.Could anyone help me to rectify the error? ============================================ PROGRAM ============================================ MOV R4,#0x20 // load R5 with the constant 0x20 MOV R2,R4 // load R2 with the value in R3 ADD R0,R2,R4 ============================================ ERROR ============================================ CLASSES (DATA (0x40000000-0x40003FFF), CODE (0x0-0x3FFFF), CONST (0x0-0x3FFFF)) ,CODE (0x0-0x3FFFF), CONST (0x0-0x3FFFF)) , *** ERROR L210: I/O ERROR ON INPUT FILE: EXCEPTION 0021H: PATH OR FILE NOT FOUND
It says, PATH OR FILE NOT FOUND It's telling you that it can't find a file - nothing to do with anything in your source code! (that may come later...)
hi Neil, here is the full error that i am getting ....It says the .obj file is not found and target not created.... Looking for ur help. ============================================ ERROR ============================================ CLASSES (DATA (0x40000000-0x40003FFF), CODE (0x0-0x3FFFF), CONST (0x0-0x3FFFF)) ,CODE (0x0-0x3FFFF), CONST (0x0-0x3FFFF)) , *** ERROR L210: I/O ERROR ON INPUT FILE: EXCEPTION 0021H: PATH OR FILE NOT FOUND FILE: first.obj Target not created
"Looking for ur help." u nd 2 mk sr tht ur pths r st crctly.
stefan, you need get better at the Stupid Monkey S***, I almost understood your reply :) Erik
"It says the .obj file is not found" Obviously, it must mean either: A. The file does not exist, or B. The file does exist, but is in the wrong place.