1

Is it possible to write a C++ application on Intel that produces an executable binary for Solaris SPARC architecture using QT?

I have downloaded QT 4.7.4 and opened some of the demo projects like "Address Book Example" and performed a build / execute on my Mac. It appears to run without problem, but when I try to change the target to something other than "Desktop QT 4.8.1" there are no options to choose a SPARC target machine.

Am I completely out of line thinking I can cross compile from intel to sparc with QT?

user1068636
  • 1,871
  • 7
  • 33
  • 57

1 Answers1

2

Yes you can Cross Compile. There are so many resources in google http://www.cis.upenn.edu/~milom/cross-compile.html

Neel Basu
  • 12,638
  • 12
  • 82
  • 146