Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Qt on embedded linux. How to start ?
Forum Updated to NodeBB v4.3 + New Features

Qt on embedded linux. How to start ?

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 2.5k Views 1 Watching
  • 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 Offline
    A Offline
    Anticross
    wrote on last edited by
    #1

    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
    0
    • L Offline
      L Offline
      Luc4
      wrote on last edited by
      #2

      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
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved