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 force string (rodata.str) alignment with ARM 6.6.3

Hi

is there a way to force constant strings to be aligned on 4 byte boundary?

For example: createTask("Taskname");

I tried the linker option "OVERALIGN", but it just generates a warning.

Cheers