My question is: If I need to develop software for QNX, can I use Code::Blocks?
I've done it in the past successfully. You need to:
- make a copy of the GCC compiler
- point to the QNX tool chain path and relevant tools (e.g.
qcc.exe instead of
gcc.exe)
- set the compiler's include/library path's accordingly
- make sure the environment variables the QNX compiler expects are set accordingly (this was done by the QNX installer in the past... one was named "
QNX_HOST" for example).
However, this might have been changed meanwhile.