This message is in reply to the following thread:
http://sourceforge.net/mailarchive/forum.php?thread_id=9196659&forum_id=7539
It discusses problems with memcpy'ing from/to non
word-aligned addresses.

There is a flag to tell msp430-gcc to generate code
that takes into account that the memory access may be
unaligned. This is the -mstrict-align flag. (see
http://sourceforge.net/mailarchive/forum.php?thread_id=3871223&forum_id=7539
and the thread leading up to the flag:
http://sourceforge.net/mailarchive/forum.php?thread_id=3871218&forum_id=7539)

Perhaps it's a good idea to include it in a FAQ
somewhere, so people will know what to do next time.
It seems quite a few people are running in to this
problem (judging by the "unsupported relocation"
problems I saw on other mailing lists).

Regards,
Gertjan Halkes



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to