User forums > General (but related to Code::Blocks)
Code::Blocks and QNX?
cacb:
Hi,
Apologies if this is not the right place, but it is my best judgement. I have searched for QNX in the forum but found no hits.
My question is: If I need to develop software for QNX, can I use Code::Blocks? Any pointers would be welcome. I am using Code::Blocks for Windows and Linux at the moment and I am ver happy with it. Extending this to QNX would be tempting.
Thanks.
oBFusCATed:
1. If there is port of wxWidget, probably you could compile CB for it, probably some things won't work though
2. If you have a cross compiler you can use it with codeblocks
MortenMacFly:
--- Quote from: cacb on September 16, 2010, 01:38:46 pm ---My question is: If I need to develop software for QNX, can I use Code::Blocks?
--- End quote ---
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.
cacb:
--- Quote from: MortenMacFly on September 16, 2010, 04:52:22 pm ---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.
--- End quote ---
Ok, thanks. That makes sense. If we had wxWidgets for QNX it would even be even better.
MortenMacFly:
--- Quote from: cacb on September 24, 2010, 11:30:59 pm ---Ok, thanks. That makes sense. If we had wxWidgets for QNX it would even be even better.
--- End quote ---
There are chances that it might compile for this platform. Did you try?
Navigation
[0] Message Index
[#] Next page
Go to full version