What is the compiler of Samsung Bada?

Recently Samsung presented Bada platform for mobile phone.

http://developer.bada.com/apis/index.do

I can find developer materials from the above web page but, I can't find how can I compile it and what is the compiler?

This is C++ based framework and Samsung said Bada is operating system agnostic. In this case, how application developer can compile to different OS or different CPU.

Is anyone who had chance to work with Bada SDK then please let us know. Currently, only chosen partner can access it's SDK.

Thanks


FYI Toolchain has been released:

  • samsung-sourceryg++-4.4-157-arm-samsung-nucleuseabi.src.tar.bz2
  • samsung-sourceryg++-4.4-41-i686-mingw32.src.zip

  • You will develop and compile your bada applications through bada IDE, which is the IDE for bada development based on Eclipse. You will not develop for different OSes...you'll develop for bada, and the CPU's used by Samsung use the same architecture:ARM so there's not going to be any problems in running your app over different devices.


    You can download the SDK and tutorial at developer.bada.com. You need to register first though.

    链接地址: http://www.djcxy.com/p/18406.html

    上一篇: 为bada存档图书馆

    下一篇: 三星Bada的编译器是什么?