Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
Can DS5 compile Linux kernel module?
Jump...
Cancel
Locked
Locked
Replies
4 replies
Subscribers
120 subscribers
Views
3702 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
Can DS5 compile Linux kernel module?
Ali Ayoub
over 12 years ago
Note: This was originally posted on 4th December 2012 at
http://forums.arm.com
Hi,
I have a newbie question re using ARM DS5.
Is DS5 compiler capable of compiling Linux kernel module? or it's limited to user space applications only?
Thanks,
AAli
Parents
Scott Douglass
over 12 years ago
Note: This was originally posted on 18th December 2012 at
http://forums.arm.com
[It would be better to start a thread since your question is about a different topic. But I'll answer it here anyway.]
Unfortunately, building general native Android code with armcc is not supported* so there aren't any instructions in the documentation, but if you have a standalone object file built with armcc you can link it with other native code. gcc can also compile NEON intrincics.
One reason is that the Android C library, Bionic, does not supply all of the functions that the AEABI requires.
Cancel
Vote up
0
Vote down
Cancel
Reply
Scott Douglass
over 12 years ago
Note: This was originally posted on 18th December 2012 at
http://forums.arm.com
[It would be better to start a thread since your question is about a different topic. But I'll answer it here anyway.]
Unfortunately, building general native Android code with armcc is not supported* so there aren't any instructions in the documentation, but if you have a standalone object file built with armcc you can link it with other native code. gcc can also compile NEON intrincics.
One reason is that the Android C library, Bionic, does not supply all of the functions that the AEABI requires.
Cancel
Vote up
0
Vote down
Cancel
Children
No data