Tizen SDK 2.2 provides gnuebi gcc toolchain with 4.5.4 version. As I know Tizen SDK 2.3 will provide gcc 4.6 version. Finally on Ubuntu 14.04 we can install gnueabi gcc 4.7.
We manually wrote make file for our native project and would like to know what compiler version should we prefer?
We understand that guaranteed to avoid any problems better to use compiler from the same SDK version as target OS itself. For instance with Tizen 2.2 gcc 4.5.3 and so on for others. But can anybody tell us what issues could we meet if we try use gnueabi gcc 4.7 from Ubuntu repository for production development for all Tizen versions?