语言

Menu
Sites
Language
What gcc toolchain better to use for develop Tizen Native Application?

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?

编辑者为: Valerii Kanunik 11 11月, 2014

响应

2 回复
Alex Dem

Hi,
We hope and suspect that more higher then 4.6 version of GCC compiler could be integrated in further releases of Tizen.
Alexey.

Valerii Kanunik

I checked. There are both compilers, versions 4.6.4 and 4.8.3.

But the questions still open:

1) can I use compilers from Ubuntu repository?

2) can I use them or compilers from sdk 2.3 for develop for other Tizen versions?