Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想开发一个 helloworld 应用程序,但想使用命令行而不是 BADA IDE 来编译它。
首先,使用 bada IDE 编译它。注意控制台窗口中的g++and命令(忽略阶段)。然后从命令行运行相同的。您可能必须修改 PATH 和/或其他环境变量,以便工具链可以运行,并且工具链可以找到头文件和库。所有的人都住在.ldmake cleanbada\(version)\Tools\Toolchains\ARM
g++
ld
make clean
bada\(version)\Tools\Toolchains\ARM