|
Source code
|
1
|
[qt-dir]/mkspecs/qws/linux-sh4-g++
|
Might want to start by looking there. A quick Google search and I found
Cross Compilation of QT for SH4 and running app with Segfault (actually from this forum!).
This is only a minor config step. You make have to edit your qmake file in that directory in order to correctly locate your cross-compiler (arm-xxx-linux-[gnueabi]- or similar).
Start by doing:
|
Source code
|
1
|
./configure --help
|
That will give you all possible options. I am not very familiar with SH4, but what I gather it's a 32-bit RISC ISA from Hitachi. May consider using the "-embedded" switch.
I need some more information on the specs you require Qt to be configured/installed with. Check the configure help for that. As of now, what you have provided is too vague to get into more detail.
Thanks,
VP.