[Qt-interest] Fixed a non-aligned memory access for SH4 platformin QT Embedded 4.5

Calabro' Fabio Fabio.Calabro at consulenti.fastweb.it
Tue Aug 25 10:27:57 CEST 2009


Hi Sunny,

I'm using something like this:

./configure -embedded sh -fast -depths all -release -qconfig box -no-qt3support -no-accessibility -no-exceptions -no-iconv -no-cups -no-nis -system-zlib -qt-gif -qt-libpng -no-libmng -qt-libjpeg -qt-freetype -no-qdbus -no-glib -qt-kbd-usb -qt-kbd-tty  -qt-mouse-pc -no-webkit -no-svg -no-scripttools -no-phonon -no-phonon-backend -prefix $YOURPREFIX -confirm-license -opensource -little-endian 

where depths is all but can be 16 32... depend on your necessity and -qconfig box is your custom configuration file where you can enable or disable qt features you have need. You have to create it on  /src/corelib/global/ dir like qconfig-box.h. Have a look to qconfig-medium.h ..large etc .... and create you custom qconfig. 
Of course you have to customize qmake.conf for your compiler ... for example: 

QMAKE_CC                = sh4-linux-gcc
QMAKE_CXX               = sh4-linux-g++
QMAKE_LINK              = sh4-linux-g++
QMAKE_LINK_SHLIB        = sh4-linux-g++

I thing this is all information you have need to compile for your target. Let me know if will be everything ok

Best Regard
Fabio








-----Original Message-----
From: sunny an [mailto:sunny at i-winix.com]
Sent: Tue 8/25/2009 4:00 AM
To: qt-interest at trolltech.com; Calabro' Fabio
Subject: [Qt-interest] Fixed a non-aligned memory access for SH4 platformin QT Embedded 4.5
 
Hi~

I'm a software engineer using QT embedded on SH4 architecure target like

you. target cpu is STi7101.

I am trying to install QT Embedded linux 4.5.2 on my host pc.

I don't know what is exact option for my target. 

Could you let me know install option for SH4?


./configure -embedded [architecure] <-- what is an [architecture]?


Thanks in advance!

Regards,

Sunny An. 

-  
------------------------------------------------------------
An Jung Sun
STB Devision R&D Dept. Principal Engineer

WINIX Co., Ltd. 
Angade BLDG, 363, Yangjae-dong, Seocho-gu, Seoul, Korea
Tel:+82-2-555-9200(Ext.335), Fax:+82-2-529-4846
Email:sunny at i-winix.com
------------------------------------------------------------







More information about the Qt-interest-old mailing list