Hello all
I notice all ti linux sdk use linaro gcc 4.7 2013.03 version .
but
since linaro gcc 4.7 2013.03 version will have bug
from
bugs.launchpad.net/.../1301335
can you update your tool chain to gcc 4.8 2014.04 version ?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello all
I notice all ti linux sdk use linaro gcc 4.7 2013.03 version .
but
since linaro gcc 4.7 2013.03 version will have bug
from
bugs.launchpad.net/.../1301335
can you update your tool chain to gcc 4.8 2014.04 version ?
It is not clear what SDK you are using but if this is for AM335x or AM437x then the current plan is to release a new SDK with a more recent version of the Linaro tool chain this year.
However, as that bug report that you linked to mentioned for now you can work around this issue by using the -O2 optimization flag instead of -O3.