Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
Assembly code using GNU arm compiler
Jump...
Cancel
Locked
Locked
Replies
2 replies
Subscribers
119 subscribers
Views
2370 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
Assembly code using GNU arm compiler
Raghavendra Mallela
over 12 years ago
Note: This was originally posted on 28th April 2009 at
http://forums.arm.com
Hi all,
I have the assembly code written in RVDS armasm compiler. I'm trying to build the code in linux using gnu-arm compiler. I'm getting some problems while compiling that code. Is there any way to compile that code in linux without any modifications in assembly.
Thank u in advance.
Regards,
Raghavendra Mallela.
(09959242724)
Peter Harris
over 12 years ago
Note: This was originally posted on 28th April 2009 at
http://forums.arm.com
No - the tools have different assembler syntax.
Cancel
Vote up
0
Vote down
Cancel
Ranjith Kumar
over 12 years ago
Note: This was originally posted on 28th April 2009 at
http://forums.arm.com
Hi Raghavendra,
If you are using codesourey arm gnu compiler.. follow the below things.
.global functionName
functionName:
ASM Statements
Label:
and comments are multiline comments i.e., /* */
Regards,
Ranjith,
satyaranjith@gmail.com
Cancel
Vote up
0
Vote down
Cancel