Questions tagged [momentics]

The QNX® Momentics® Tool Suite is a comprehensive, Eclipse-based integrated development environment with innovative profiling tools for maximum insight into system behavior.

54 questions
5
votes
1 answer

cc1plus: Virtual memory exhausted

I am trying to build a project in QNX Momentics IDE (4.6) using qcc in Linux. I fail to succeed the build process with the following error: virtual memory exhausted: Cannot allocate…
wojakzek
  • 287
  • 1
  • 3
  • 6
2
votes
0 answers

How to handle QML page orientation?

I'm developing a BlackBerry 10 mobile application using the Momentics IDE 2.1.2 (native SDK). Let's start with the example of the "orientation handler" that I'm using for my layout : attachedObjects: [ …
J.M.J
  • 1,081
  • 3
  • 18
  • 35
2
votes
0 answers

Blackberry cocos2d-x build error- libtiff.a warning: relocation in readonly section `.text'

I have resolved a lot of linker errors and set up the SDK,NDk for blackberry. But now I am stuck with this linker error popping up everytime i build any project to the simulator. I tried to change permissions of .a file, but no luck. Also if I…
1
vote
2 answers

How do I run a simple 'hello world' program under QNX?

Background: I have the QNX license key and have installed the VMWare target image from the QNX website into the VMWare. I have the QNX target RTOS running as a VM and my host machine has a QNX momentics IDE that can recognize the QNX target…
learnerX
  • 932
  • 1
  • 10
  • 38
1
vote
0 answers

qnx run error : Attempting to exec a shared lib

I managed to setup the Neutrino 6.5.0 RTOS in a virtual box and connect to it over qconn from Momentics IDE for Blackberry IDE 2.1.2 ..... I can get the system information perspective view for my Neutrino. BUT when I am trying to run my compiled…
Avi Dayan
  • 11
  • 3
1
vote
0 answers

libmodbus cross compilation for qnx6.6.0 target

I have installed qnx6.6.0 as a guest system in VMware workstation 12. Picture 1. qnx6.6.0 in VMware Qnx6.6.0 operating system does not have any self-hosting abilities. Thus I use QNX Momentics IDE to cross compile binaries. In my project I need to…
dsaczek
  • 11
  • 4
1
vote
2 answers

How to create image file for x86 platform in QNX Momentics 5.0 for QNX 6.6

I am new to QNX. i have to make image file in Momentics 5.0. from help i came to know about process for Momentics 4.7. there are some deviations between this two IDEs.I want to make a simple application which will stand alone run on target…
1
vote
1 answer

Where is the libpcap library for QNX Neutrino?

I know QNX 6.6 has libpcap as part of its standard libraries. When I link to libpcap.a and try to use the functions, I get "undefined reference to 'function_name'". Where is the real libpcap library I need to get it to actually work? Is there…
GreySage
  • 995
  • 17
  • 38
1
vote
0 answers

XML listview is not refreshing?

I'm developing a BlackBerry 10 mobile application using the Momentics IDE (native SDK). I have listview that get its data from an XML file using XmlDataModel. The problem is when I try to change an item data, I change the data inside xml file but…
J.M.J
  • 1,081
  • 3
  • 18
  • 35
1
vote
1 answer

Launching a new activity with onClick

I am trying to develop for BlackBerry and I am just playing around with it to try and learn the basics. So this is really simple but how do I launch a new activity using a button? I have the onClick property in the QML file and I don't know which…
user3535901
  • 2,967
  • 2
  • 11
  • 8
1
vote
1 answer

How to get logcat for an Android app on BlackBerry 10 devices

I was only able to find logcat for native apps. When I connected to the device with Momentics and used the target file navigator I did not find the logcat file for the Android app I am testing. Is there any other option apart from Momentics? I use…
1
vote
1 answer

recipe for target 'o.le-v7-g/.moc/moc_applicationui.cpp' failed

I'm developing a BlackBerry 10 mobile application using the Momentics IDE (native SDK). For a reason that I don't know, momentics show always the following debug error even when I create a new cascade project : "recipe for target…
J.M.J
  • 1,081
  • 3
  • 18
  • 35
1
vote
0 answers

Blackberry 10.3 native SDK installation not proceeding - stuck at 28%

I have been trying to install blackberry 10 native SDK for the past two days, the progress bar has just stayed on a point and I don't know what to do. When I cancel, and then go to the update center to do the installation it moves on and also get…
John David
  • 644
  • 1
  • 10
  • 20
1
vote
1 answer

Why does SegmentedControl in BB10 QML file only show 4 Options?

My SegmentedControl needs to have 6 options. So I have the following QML: import bb.cascades 1.2 Container { topPadding: 20.0 SegmentedControl { selectedIndex: 0 Option { text: "1" } Option { …
meaning-matters
  • 18,141
  • 8
  • 65
  • 115
1
vote
2 answers

How ca I add static lib to blackberry 10 project?

I have a static lib (mylib.a). How can I add it to the project (Momentic IDE)? I treid to add it to lib folder and write LIBS += -Bstatic -L/app/native/lib -mylib -Bdynamic \ to the file .pro, but it doesn't work
Tim
  • 1,485
  • 2
  • 17
  • 31
1
2 3 4