Re: x86 host, mips target
Let me add some details.
I want to develop an application using WindowsXP on x86 host machine. When finished, I then want to install the application on a Windows CE on target MIPS netbook. How can I accomplish this?
Should I install Qt SDK, develop, then build? Will the app run on the target? What about the cross-compilation?
or
Should I follow the steps from qtsoftware?
http://doc.trolltech.com/4.5/install-wince.html
Quote:
Title: Installing Qt on Windows CE
Q: Does this mean installing the Qt SDK on a WinCE machine? Or installing Qt on a Windows machine that builds specific runtimes for CE?
Quote:
Uncompress the files into the directory you want to install Qt into; e.g., C:\Qt\4.5.1.
Q: What file? Doesn't the site give windows binary that installs the sdk along the QtCreator? Or should I use the framework only tar.gz file?
Quote:
To configure Qt for Windows Mobile 5.0 for Pocket PC, type the following:
C:
cd \Qt\4.5.1
configure -platform win32-msvc2005 -xplatform wincewm50pocket-msvc2005
Q: -platform is the host; the -xplatform is the target; am I mistaken? the help lists possible -xplatform values, but I don't see any mips32 there (only mipsii and mipsiv). Does that mean MIPS32 isn't supported?
Quote:
We provide a convenience script for this purpose, called setcepaths. Simply type:
setcepaths wincewm50pocket-msvc2005
Still, only mipsii and mipsiv, no mention of MIPS32.
Any help would be appreciated.
Thanks again.