How to compile bada gcc toolchain from command line?
I want to develop a h开发者_JS百科elloworld application but want to compile it using Command line not by BADA IDE.
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
.
精彩评论