user1068636
user1068636

Reputation: 1939

Is it possible to write a QT C++ project on an Intel machine that produces a binary for Solaris SPARC?

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?

Upvotes: 1

Views: 177

Answers (1)

Neel Basu
Neel Basu

Reputation: 12904

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

Upvotes: 2

Related Questions