如何从命令行编译 bada gcc 工具链?

发布于 2024-09-14 07:34:08 字数 55 浏览 0 评论 0原文

我想开发一个 helloworld 应用程序,但想使用命令行而不是 BADA IDE 来编译它。

I want to develop a helloworld application but want to compile it using Command line not by BADA IDE.

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

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

发布评论

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

评论(1

鹊巢 2024-09-21 07:34:08

首先,用bada IDE编译它。请注意控制台窗口中的 g++ld 命令(忽略 make clean 阶段)。然后从命令行运行相同的命令。您可能必须修改 PATH 和/或其他环境变量,以便工具链可以运行,并且工具链可以找到标头和库。所有这些都位于 bada\(version)\Tools\Toolchains\ARM 下。

First, compile it with bada IDE. Note the g++ and ld commands in the console window (ignore the make clean phase). Then run the same from the command line. You'll probably have to modify PATH and/or other environment variables so that the toolchain can run, and so that the toolchain can find headers and libraries. All those live under bada\(version)\Tools\Toolchains\ARM.

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