qnx Questions
4
Is the epoch of steady_clock relative to when the operating system starts? or to the process itself?
Using boost::chrono::steady_clock or std::chrono::steady_clock is suppose to guarantee that physical time is always monotonic and is not affected by date time changes in the system. Here is my ques...
Announcement asked 17/6, 2015 at 5:29
4
Similar issue here.
This is my CMakeLists.txt:
cmake_minimum_required(VERSION 2.6)
# Locate GTest
find_package(GTest REQUIRED)
include_directories(${GTEST_INCLUDE_DIRS})
# Add test cpp file
add...
Amadaamadas asked 18/6, 2014 at 22:15
8
Solved
I'm working on a qnx device, and I want to be able to ssh into it. Does anyone have a primer on getting something like openSSH up and running?
1
Solved
I have a OpenGL ES 2.0 QNX application that uses camera input, makes some processing and renders something to screen.
All my shaders take GL_TEXTURE_EXTERNAL_OES texture from the camera as input a...
Knocker asked 24/7, 2018 at 13:48
1
Solved
This is a question from an absolute beginner.
I have a Ubuntu 14.04 host, gdb 7.7.1 installed on it and a project cross-compiled for qnx. I also have a qnx target, that I want to debug my app on. ...
Tyche asked 1/3, 2017 at 15:29
1
Solved
My compile command is
C:\work\PROJ-test\QNX_SDK\host\win32\x86/usr/bin/qcc -c -Wc,-frandom-seed="sadfsasafssadsa" -Wc,-MP,-MT,C:/work/PROJ-test/N_Manag/src/bld/N_Manag//armle-v7/release/nav_event_r...
2
Solved
I compiling for QNX, ARM, My Host platform can be Win32/64 , Linux or Mac
I want to find a way to see wheat is my host platform in my PRO file (on computer I building my project)
Apparently using:...
Electroplate asked 18/9, 2014 at 15:20
1
Solved
I have a .map file called a.out.map that was created from a .cpp/.obj file but I don't remember how. I've included a snippet:
.plt 0x0000380c 0x848
*(.plt)
.plt 0x0000380c 0x848 C:/QNX650/target...
0
I have a project on remote host (QNX, g++, makefile if it matters). I'm using VSCode to edit sources on remote host over ftp.
How could I run make utility with params from local machine on remote ...
Fabi asked 3/6, 2016 at 11:14
3
Solved
I have some cross-platform code with some C++11 features like #include <thread> and others. I will soon be using a QNX 6.6 board, and I'm wondering if my code can compile on it, and which fea...
3
Solved
i'm still pretty new to scripting so stick with me and if you have any questions please feel free to ask.
Okay, so:
I have a file let's say file.txt
file.txt exists in a directory /this/is/the/di...
Artois asked 18/7, 2013 at 13:57
1
Solved
I have a requirement for perfect gapless looped audio in a BlackBerry 10 app. My loops are stored as WAV files. The method I'm using for playing them is:
Create a buffer for the WAV file using a...
Gaffney asked 28/6, 2013 at 14:21
1
Solved
While I'm trying to install git from its source on qnx, I get the following error (note that pound is a prompt for sudo in qnx):
# ./configure --without-iconv --with-perl=/usr/pkg/bin/perl --with-...
Sanalda asked 3/7, 2013 at 9:49
4
I have a source which sends UDP packets at a rate of 819.2 Hz (~1.2ms) to my QNX Neutrino machine. I want to receive and process those messages with as little delay and jitter as possible.
My firs...
5
Solved
I am planning to implement a small-scale data acquisition system on an RTOS platform. (Either on a QNX or an RT-Linux system.)
As far as I know, these jobs are performed using C / C++ to get the m...
Godliman asked 10/9, 2009 at 1:12
2
Solved
I have an issue with my code that has some very strange symptoms.
The code is compiled on my computer with the following versions:
a. GCC Version: 4.4.2
b. CMAKE verson: 2.8.7
c. QNX (operatin...
Juvenilia asked 16/11, 2012 at 1:21
2
Solved
QNX (Neutrino 6.5.0) uses an open source implementation of ksh as its shell. A lot of the provided scripts, including the system startup scripts, use constructs such as
if ! test /dev/slog -ef /de...
1
When a link is opened in a PlayBook application that runs in the Android JVM (that is, an Android app that's been ported to the PlayBook using the BlackBerry Plug-in for Android Development Tools),...
Anew asked 27/3, 2012 at 0:59
2
Solved
I'm doing something like this
Class.hpp:
class Class {
private:
static const unsigned int arraySize;
int ar[arraySize+2];
};
Class.cpp:
#include <Class.hpp>
const unsigned int arra...
1
Solved
I am using an older system that has gcc 2.95.3, I have to link in two objects that although they have nothing to do with each other, they each have similarly named methods. I can't rename either of...
1
© 2022 - 2024 — McMap. All rights reserved.