Problem installing packages

Hi,

I’m new with QNX and I new it in my job. I have to develop some applications in C and I need to install the GCC. I have used the package manager and I have ‘installed’ some applications. I have installed gcc, but when I try to use it, I get the following response: /bin/sh: gcc: not found. gcc is not in my bin folder. Could anybode help me?

I have another ‘minor’ problem. I have not my keyboard well configured, and some keys don’t correspond. How can I configure it well??

Thanks in advance.

Hello Ungaro23,
There is no need to install GCC separately. One you have installed QNX Momentics Development Suite gcc is available.
Yuriy

Hi,

I don’t known if it is full compliant with gnu gcc, but you can use qcc/QCC with some parameters enabled - e.g. “qcc -Vgcc_ntox86 -Y_gpp …”. However, it is only to x86 target. There are another options with qcc -V.

What version of QNX are you using? What host?