PDA

View Full Version : The problem of customize QtEmbedded-4.5.0 for arm920t board!



jeazh
23rd May 2009, 03:50
First,give the enviroment of I using:

host system:mandriva2009
target :arm920t
crosstools:gcc-3.4.6, glibc-2.3.6

In my project,I should customize the QtEmbedded-4.5.0.In my system,I have build the cross compile enviroment,and I have used it to compile the kernel(linux-2.6.23) and the busybox successfully.
Now,my work is customize the QtEmbedded lib for my system.I use the qconfig to load the feature file from "src/corelib/global" ,then custom it,save my config file as "qconfig-myconfig.h" to src/corelib/global.then I used the next command to configure it:

/configure -embedded arm -xplatform qws/linux-arm-g++ -qconfig myconfig
configure successfully,then
gmake

but I couldn't make it successfully.Whatever how I choise in the qconfig ,I couldn't always
make it successfully,except I choise all of the item.

the question I want to ask is:

What is the correct way to use the qconfig to custom?
The way I customize is right?
If I want to customize it according to what I need,How I should do?
What is the dependance of the Qt library?

Thanks in advance

wysota
23rd May 2009, 19:35
What are the errors you are getting?