I don't think QtSDK provides a cross-compiler for embedded Linux. At least not by default. If you want to develop on Windows, you need a separate gcc and binutils installation cross-compiled for Windows. The compiler itself (at least for ARM) is available in QtSDK however you still need libraries and all the other stuff required for compilation. That should be provided by the target board manufacturer/distributor (probably with a compiler as well).
Bookmarks