1753616 Members
5971 Online
108797 Solutions
New Discussion юеВ

Cross Compilation

 
Sacha Hnatiuk
Occasional Contributor

Cross Compilation

I want to compile my projet on my windows nt workstation for our hp 9000 d270 under hp-ux 10.20.

Actually, the project run under winnt, and we use windu to deploy it under hp. But to gain time, i need to compile the projet (or only the .o) with my pc under winnt.

Thanks for help
Sacha Hnatiuk
2 REPLIES 2
Pete Conneely
Advisor

Re: Cross Compilation

Is it C++ your compiling?

Take a look at: http://devresource.hp.com/OpenStudio/index.html
and
http://devresource.hp.com
in general.
Kevin Ernst
Regular Advisor

Re: Cross Compilation

It's at least theoretically possible--and I've tried unsuccessfully a couple of times--to cross-compile using the GNU gcc compiler. I guess it's technically possible with any compiler, but in the case of gcc it's prominently 'advertised' as a feature and pretty thoroughly documented:

http://www.objsw.com/CrossGCC/

I'm not sure what the status of gcc on Win32 is. That might still fall into the realm of DJGPP. If you have the time, it's at least worth looking into.