Arm Community
Site
Search
User
Site
Search
User
Support forums
Architectures and Processors forum
Cortex A8 Problem with RVDS or ARM GCC?
Jump...
Cancel
State
Not Answered
Locked
Locked
Replies
3 replies
Subscribers
348 subscribers
Views
5577 views
Users
0 members are here
GCC
Cortex-A
Cortex-A8
Options
Share
More actions
Cancel
Related
How was your experience today?
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
Cortex A8 Problem with RVDS or ARM GCC?
Ranjith Kumar
over 12 years ago
Note: This was originally posted on 4th March 2009 at
http://forums.arm.com
Hi All,
My application is not running in ARM Cortex A8. But same application is working in ARM9e. I have compiled using --cpu=cortex-a8 or --cpu = 7-a. Is their any specific options i have to give.
Currently i am using RVDS4.0. And also i have tried in Code Sourcery(ARM GCC). Their also i am facing the same problem.
Can any one please help me solve this issue.
Best Regards,
Ranjith Kumar
(09008787862).
Parents
0
Simon Craske
over 12 years ago
Note: This was originally posted on 4th March 2009 at
http://forums.arm.com
Ranjith,
If your application makes no use of assembly or intrinsics, then the likely answer is that your code is producing unaligned memory traffic. On an ARM9 these will simply result in the read value being rotated, whilst if unaligned accesses have not been enabled (or the MMU not enabled) on the Cortex-A8 these will produce exceptions.
hth
s.
Cancel
Vote up
0
Vote down
Cancel
Reply
0
Simon Craske
over 12 years ago
Note: This was originally posted on 4th March 2009 at
http://forums.arm.com
Ranjith,
If your application makes no use of assembly or intrinsics, then the likely answer is that your code is producing unaligned memory traffic. On an ARM9 these will simply result in the read value being rotated, whilst if unaligned accesses have not been enabled (or the MMU not enabled) on the Cortex-A8 these will produce exceptions.
hth
s.
Cancel
Vote up
0
Vote down
Cancel
Children
No data