Creating Brew MP applications using Eclipse

509 Views Asked by At

I have followed steps mentioned in https://brewmobileplatform.qualcomm.com/devnet/multiplatform_sdk.jsp#eclipse to install all the applications which includes Eclipse, Code Sourcery. If I create a application and try to run, a FlexNet dialog comes up asking for license file/server. How to solve this problem.

2

There are 2 best solutions below

0
On

You don't really need Eclipse to develop BREW MP applications. I use the make.d framework that comes with the SDK and you are free to use any editor you care for.

ed man! man ed!

0
On

Check Eclipse settings, there shall be CodeSourcery chosen in Brew MP settings, that will be used when you want to compile your program ang get mod/mod1 file. But if you want to test your program on simulator, you should choose Brew MP Simulation target (not physical target) in brew mp panel (actually, I haven't used Eclipse + Brew MP plugin but I guess it's the same as in MS VS).