This post is only a rough outline of installing a new IDE for QNX.
Download the Development Build of the IDE and the momentics-632-patch-for-profiler from
http://community.qnx.com/sf/frs/do/listReleases/projects.ide/frs.ide_integration_builds
Follow the instructions on the Wiki page Builds_Tau_Integration
And get a faster and more useful IDE for QNX.
I would suggest to give the IDE some more memory in the qde.ini file change -Xmx512M to -Xmx700M.
Another tweak would to rename the eclipse/jre directory. This way the qde.exe does not find the embedded JRE 5 but instead the one installed on your system. So it is possible to benefit from the speedup from Java 6. In case you get any trouble you can rename the directory back again and QDE will start the next time with the embedded Java VM.
Afterwards I’ve updated binutils and gcc, too. These are the download locations I used:
http://community.qnx.com/sf/frs/do/viewRelease/projects.toolchain/frs.binutils.binutils_2_18
http://community.qnx.com/sf/frs/do/viewRelease/projects.toolchain/frs.gcc.gcc_4_2
I follow the instructions at
http://community.qnx.com/sf/wiki/do/viewPage/projects.toolchain/wiki/Downloads_gcc4.2Preview
the obvious required change is to use 4.2.3 as the version number.
and later on:
http://community.qnx.com/sf/frs/do/viewRelease/projects.toolchain/frs.gdb.gdb_6_7_u8
I hope that you enjoy the IDE, too. Now I’m waiting for CDT 5.0 …