Hello
I created an application in c language for HP-UX operative system,and it runs on a 32 bits PARISC processor. My problem is that I have to run this same application but now in a 64 bits Parisc processor. But I am not able to compile the application with the 64 bit server, and I only could use the 32 bits Parisc server.
How can I do in order that the application works on 64 bits, using the 32 bits server ? My compilator is the gcc.
Could you pls explain me which options I have to choose for the compilation process?