Home
Developer Resources
QNX RTOS v4
QNX RTOS v4 Knowledge Base

QNX RTOS v4 Knowledge Base

Foundry27
Foundry27
QNX RTOS v4 project
Resources

QNX RTOS v4 Knowledge Base

Title Application name in PhAB
Ref. No. QNX.000009815
Category(ies) Development
Issue How can the program name (legally) be changed in a PhAB application?

We have to change the program name from newapp to app so that the executable has the same stem as the language files.

So when we try to start the app from within PhAB, we get (on /dev/con1) error:
appl/app/.../newapp: not found
The same happens with debug.

PhAB has some magic in it that should detect this kind of changes, provided that you rebuild the application from within PhAB(rather than in pterm).

What could be the problem?
Solution You have to generate a make form within PhAB, otherwise PhAB will not detect that the name has changed.