09-20-2012 08:16 AM
Hi,
I'm having trouble compiling the HelloWorldDisplay native appusing the Momentics IDE.
I have followed through the Getting Started guide on the BB10 native SDK developer pages:
I downloaded the sample apps and attempted to import and build the HelloWorldDisplay app by right clicking it and selecting build.
The build fails and the following console output is displayed:
**** Build of configuration Device-Debug for project HelloWorldDisplay **** make all make -j 1 -CDevice-Debug -fmakefile all make[1]: Entering directory `C:/Users/pro-cln0042/Downloads/Code/BB10Examples/HelloWorldDisplay/Device-Debug' make[1]: Leaving directory `C:/Users/pro-cln0042/Downloads/Code/BB10Examples/ HelloWorldDisplay/Device-Debug' make[1]: *** No rule to make target `HelloWorldDisplay', needed by `all'. Stop. make: *** [all] Error 2 **** Build Finished ****
Was I wrong in thinking that Momentics was supposed to handle this automatically, and that I should just be able to right-click->build without settings up any compilers, build files etc?
I'm new to BB development and Eclipse/Momentics in general. Any advice on how to resolve these errors would be much appreciated.
09-20-2012 10:58 AM
Hi there, Welcome to the forums!
When you are importing the project into Momentics, are you using Import -> CascadesProject? make sure you are not importing the project as any other type (such as makefile project, etc...);
Let me know if you make progress;
Good luck!
Martin
09-21-2012 04:10 AM
Thanks for your reply. I imported the project using import -> general -> existing projects into workspace. I did not import as a cascades project (this option was not available) as I believe HelloWorldDisplay is listed under the native app samples. I followed the instructions listed given at:
Other developers appear to have similar problems running this example, but we were all able to successfully import, build and deploy the "Geolocation" example without errors. It was suggested that perhaps some of the native samples are not compatible with the latest ndk?
Many thanks
09-23-2012 04:05 PM