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. Building Application for a custom embedded device

Building Application for a custom embedded device

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 2.0k Views
  • 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.
  • Q Offline
    Q Offline
    Qdanny
    wrote on last edited by
    #1

    Hi all,

    I created a simple GUI application using Qt creator. I can run it on my desktop and see the application working.

    I made a custom board with arm9 cpu, 3.5" LCD, 128MB DDR, ... I downloaded the package qt-everywhere-opensource-4.7.2.tar.gz, extract and cross compiled for target. using ./config -options,... , make and make install.

    All the demos that come in the package work great on my device...

    Now what I want is to build my little application for my device. How do I generate the config and make files.
    Please, Somebody tell me how to build and deploy the application for this custom target....

    PS: I have Linux SDK and Qt framework already working on my device. I'm developing apps using Qt creator on Ubuntu.

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      Hi Qdanny

      Welcome to this forum.

      As far as I understand you have all pieces already together. When you have mastered to compile some of the example and transfer them to your arm9 and you are able to run them.

      The examples are compiled with your cross compiler. With your custom compiled qt version you have generated a special qmake, you need to use this for compiling any of your programs.

      In qt creator you can set also the tool chain to use the cross compiler. "Here is a post with a similar problem":http://developer.qt.nokia.com/forums/viewthread/690

      [edit] Another good start is the documentation for "qt creator":http://developer.qt.nokia.com/wiki/QtCreatorWhitepaper#bcc07e6bb3f606fb4167a6fa7886bb14

      Vote the answer(s) that helped you to solve your issue(s)

      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