Quote:
Originally Posted by knc1
-mtune=xscale -mno-unaligned-access
|
The compiler said "cc1.exe: error: invalid option `no-unaligned-access'".
Just adding "-mtune=xscale" makes the K1 still say "Illegal instruction".
However, that seems better than a segfault or "not found", I think. Now, if we can just sweep out those pesky illegal instructions, all would be well, eh?
EDIT: This is gcc 3.4.4: https://gcc.gnu.org/onlinedocs/gcc-3...M-Options.html
I find it strange that the gcc 3.4.4 docs list -mno-unaligned-access as valid, but the compiler complains and abort...