三星Bada的编译器是什么?

发布于 2024-08-14 03:20:01 字数 344 浏览 2 评论 0原文

最近三星推出了手机Bada平台。

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

我可以找到来自上述网页的开发人员材料,但是,我找不到如何编译它以及编译器是什么?

这是基于 C++ 的框架,三星表示 Bada 与操作系统无关。在这种情况下,应用程序开发人员如何编译到不同的操作系统或不同的CPU。

如果有人有机会使用过 Bada SDK,请告诉我们。目前,只有选定的合作伙伴才能访问其 SDK。

谢谢

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 O.S. 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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

零度° 2024-08-21 03:20:01

仅供参考工具链已发布:

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

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
天冷不及心凉 2024-08-21 03:20:01

您将通过bada IDE开发和编译您的bada应用程序,bada IDE是基于Eclipse的bada开发IDE。您不会为不同的操作系统进行开发...您将为 bada 进行开发,并且三星使用的 CPU 使用相同的架构:ARM,因此在不同设备上运行您的应用程序不会出现任何问题。

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.

梓梦 2024-08-21 03:20:01

您可以在developer.bada.com下载SDK和教程。不过您需要先注册。

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文