I have an application running under Linux/ X86 platform
I need to port this application to Qnx OS
there is an OS abstraction layer
My question is what is porting and what will I need to do so that this application can run under Qnx any suggestion will be very helpfull
This OS abstraction layer has system calls and also memmory manager i.e maloc, calloc , free what excatly will I have to do
Your task could range from doing nothing, and simply recompiling your program, or it could be a massive undertaking, depending on what your program does and how it is written.
What you will need to do is analyse what you will need to change in your program, and then think of the best way to change it. If you have any specific questions, then there are many experienced QNX programmers on this forum who can help you.