Currently we build our application with same toolchain as the toolchain used for building root filesystem.
Is it valid to build application with a newer toolchain, or will it result in any mismatches when running on the target filesystem ?
EDIT:
I want to add sanitize checking for application. Unfortunately arm-linux-gnueabihf version 4.8 does not support it yet. So I want to build my application with the same linaro toolchain for same architecture, just more updated (version 6.4 instead of 4.8)