Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
armcc [4.1 Build 894] generates bad code?
Jump...
Cancel
Locked
Locked
Replies
4 replies
Subscribers
119 subscribers
Views
3577 views
Users
0 members are here
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
armcc [4.1 Build 894] generates bad code?
John Doe
over 12 years ago
Parents
Peter Harris
over 12 years ago
Note: This was originally posted on 4th February 2012 at
http://forums.arm.com
For ARMv6 and ARMv7 CPUs the compiler assumes unaligned access is allowed by default; for older cores it will assume no unaligned access by default.
Try setting --no_unaligned_access
Cancel
Vote up
0
Vote down
Cancel
Reply
Peter Harris
over 12 years ago
Note: This was originally posted on 4th February 2012 at
http://forums.arm.com
For ARMv6 and ARMv7 CPUs the compiler assumes unaligned access is allowed by default; for older cores it will assume no unaligned access by default.
Try setting --no_unaligned_access
Cancel
Vote up
0
Vote down
Cancel
Children
No data