English 中文(简体)
Will Brew MP Run without Sourcery G++ ARM Compiler?
原标题:

can I compile & run Brew MP Applications without Sourcery G++ ARM Compiler?

最佳回答

Yes you can compile and run Brew MP application without an ARM compiler as long as you re just developing for the Brew MP Simulator

In order to run Brew MP applications on the simulator you will need a compiler that can generate X86 binaries. You can use Sourcery G++/X86 or Visual Studio/Express to do this.

To run the application on a device you will need an ARM compiler. You can use a GNU based compiler such as Sourcery G++ ARM compiler, a commercial ARM compiler, or any compatible ARM compiler for this purpose. But not all compilers are tested and supported.

问题回答

暂无回答




相关问题
C++ GNU linker errors

I m trying to compile my program on Windows via Cygwin with the compilation command: g++ ping.cpp -I./include -L./lib -lchartdir50 I m using an API called ChartDirector which draws charts for me. I ...

How to avoid misformatting of binary values with GNU indent?

When GNU indent (at least version 2.2.6 and 2.2.10) is used on the following code... void main () { int i = 0b01010101; } it will be reformatted into this ... void main () { int i = 0 b01010101;...

热门标签