Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    Qt on embedded linux. How to start ?

    Mobile and Embedded
    2
    2
    2373
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      Anticross last edited by

      I am new to embedded development at all, and on qt for embedded too. But have some experience of developing applications on Qt for Windows and some non-qt development on Linux(just basics). Yesterday I receive some interesting dev kit Atmel SAM9m10-g45-ek (http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4735) with Linux embedded and windows embedded CE 6 installed on it. So I want to ask you which books(or links) I need to read to configure this device for run my first embedded qt hello-word application ?

      1 Reply Last reply Reply Quote 0
      • L
        Luc4 last edited by

        Provide everything you need to your toolchain. Read the Qt documentation on how to compile Qt, creating a qmake.conf file if needed. configure with the build options you want and compile. Once libs are ready, you can configure Qt Creator to compile using your toolchain and the libraries you just compiled.
        Deploy both the libraries and your app and run with ./yourappname -qws and you should see it.
        Qt documentation contains almost all the details you need to run these steps.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post