Comment 6 for bug 1804004

Revision history for this message
Thomas Preud'homme (thomas-preudhomme) wrote :

Hi Michael,

Cortex-M4 does support unaligned access if enabled at startup. GCC thus assumes the most permissive default and expect the user to pass -mno-unaligned-access if unaligned access is not going to be enabled on the target device.

Best regards,

Thomas