Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
How to override the standard library functions like memcpy, memset and memmove etc in ARM.
Jump...
Cancel
Locked
Locked
Replies
4 replies
Subscribers
119 subscribers
Views
9701 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
How to override the standard library functions like memcpy, memset and memmove etc in ARM.
Mallikarjun Shivappa Bidari
over 12 years ago
Note: This was originally posted on 12th March 2012 at
http://forums.arm.com
Hi,
I would like to call a user defined memcpy, memset etc functions and avoid the usage of standard ARM library functions.
What are the possible ARM compiler settings or macro's to be enabled to achive this?
Regards,
Mallikarjun
Parents
Mallikarjun Shivappa Bidari
over 12 years ago
Note: This was originally posted on 13th March 2012 at
http://forums.arm.com
Is --no_scanlib what you want?
http://infocenter.ar...f/CHDCEHIJ.html
Thank you for the info.
Going by the definition of --no_scanlib, it seems to be disabling the link to standard ARM libraries.
Will try out this and update.
Cancel
Vote up
0
Vote down
Cancel
Reply
Mallikarjun Shivappa Bidari
over 12 years ago
Note: This was originally posted on 13th March 2012 at
http://forums.arm.com
Is --no_scanlib what you want?
http://infocenter.ar...f/CHDCEHIJ.html
Thank you for the info.
Going by the definition of --no_scanlib, it seems to be disabling the link to standard ARM libraries.
Will try out this and update.
Cancel
Vote up
0
Vote down
Cancel
Children
No data