 | Discussion Forum |  |
|
|
error 65Next Thread | Thread List | Previous Thread Start a Thread | Settings | Details | Message |
|---|
Read-Only Author Sendhilraj Thangaraj Posted 25-Oct-2005 10:12 GMT Toolset ARM |  error 65 Sendhilraj Thangaraj Hello all
I tried to run the simple ARM assembly program.Thers no error and warming when I am building the program But When I debug and run the program I am getting the error below *** error 65: access violation at 0x00000000 : no 'execute/read' permission
I can see in the disassembly window that my rpogram is getting stored from location 0x00000010.The location 0x00000000 to 0x0000000c doesnt have my code....I would like to know the reason why my program is geeting stored at 0x00000010 instead of 0x00000000 ?
the code is
AREA my_code, CODE,Readonly
Entry
mov r0,#0xFF
mov r2,#0x34
End
.
looking forward for ur help | | Read-Only Author Matthias Hertel Posted 25-Oct-2005 14:48 GMT Toolset ARM |  RE: error 65 Matthias Hertel Which controller have you chosen in your project/ the simulation? | | Read-Only Author Sendhilraj Thangaraj Posted 26-Oct-2005 05:11 GMT Toolset ARM |  RE: error 65 Sendhilraj Thangaraj Philips LPC 2292 is the one that i am choosing | | Read-Only Author Reinhard Keil Posted 26-Oct-2005 10:20 GMT Toolset ARM |  RE: error 65 Reinhard Keil Basically you need to set the execution attribute using the MAP command.
See: http://www.keil.com/support/docs/3102.htm http://www.keil.com/support/docs/814.htm
Reinhard | | Read-Only Author Sendhilraj Thangaraj Posted 26-Oct-2005 13:12 GMT Toolset ARM |  RE: error 65 Sendhilraj Thangaraj Thanks a lot and it is working fine now | |
Next Thread | Thread List | Previous Thread Start a Thread | Settings |
|