On Mar 29, 2008, at 4:58 AM, Wynand Weyers wrote:
How do I get memcpy not to compile inline?

Write your own? Its not that hard.

Or make a copy of the existing memcpy() in your project and remove the inline directive?

Looking at avr-libc-1.6.1/libc/string/memcpy.S I don't understand your question. memcpy() isn't an inline function, its a called function like most everything else.

--
David Kelly N4HHE, [EMAIL PROTECTED]
========================================================================
Whom computers would destroy, they must first drive mad.





_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to