I m trying to build (GPL)QT/embedded 2.3.8 for the Sh4 platform, but it gives following errors:
it says that the above ver doesnt support SH4 platform
so made changes in the qglobal.h file and made it link to my sh4 compiler, but when i run "make", it says
"In file included from kernel/qt.h:20,
from allmoc.cpp:1:
/home/arivendu/konq/qt-2.3.8/include/qglobal.h:144:2: #error "Qt has not been ported to this OS - talk to
qt-bugs@trolltech.com"
In file included from kernel/qt.h:132,
from allmoc.cpp:1:
/home/arivendu/konq/qt-2.3.8/include/qsharedmemory.h:54:21: sys/ipc.h: No such file or directory"
though my OS is Linux, and i have the file sys/ipc.h there"
help needed badly!