Results 1 to 2 of 2

Thread: The problem of customize QtEmbedded-4.5.0 for arm920t board!

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2009
    Posts
    2

    Default The problem of customize QtEmbedded-4.5.0 for arm920t board!

    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

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: The problem of customize QtEmbedded-4.5.0 for arm920t board!

    What are the errors you are getting?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.