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. Microprocessors programming with Qt
Forum Updated to NodeBB v4.3 + New Features

Microprocessors programming with Qt

Scheduled Pinned Locked Moved Mobile and Embedded
5 Posts 5 Posters 3.1k 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.
  • F Offline
    F Offline
    fazel-d
    wrote on last edited by
    #1

    I've one question. that is:
    Can i programming for AVR and same it with Qt?

    thanks

    Sincerely yours,
    Fazel Dehghani

    1 Reply Last reply
    0
    • J Offline
      J Offline
      jbarron
      wrote on last edited by
      #2

      You can develop Qt on the AVR32 architecture, but you have to compile it yourself and use the following options:

      @./configure -arch avr32 <other options>@

      Note that this will do a QWS (Qt Embedded) build which will use the framebuffer directly. If you want an X11 build, you have to do some manual tweaking.

      1 Reply Last reply
      0
      • Q Offline
        Q Offline
        qtrahul
        wrote on last edited by
        #3

        What I know is Microprocessor programming is low level or Machine level programming, and Qt is high or Middle level, one need Converter for it.

        1 Reply Last reply
        0
        • G Offline
          G Offline
          giesbert
          wrote on last edited by
          #4

          [quote author="qtrahul" date="1309842961"]What I know is Microprocessor programming is low level or Machine level programming, and Qt is high or Middle level, one need Converter for it.[/quote]

          That depends on the meaning of Microprocessor programming.

          If you need software that runs on such embedded devices, but needed for UI or higher level services (as we had in my former department) Qt is absolutely OK. if you need to create real time code, I agree with qtrahul

          Nokia Certified Qt Specialist.
          Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

          1 Reply Last reply
          0
          • D Offline
            D Offline
            dialingo
            wrote on last edited by
            #5

            Qt needs a Posix compatible platform. Low level stuff, like accessing ports or physical memory location is done in the driver and presented to you as a file or other user space abstractions. Now your low level stuff is accessible to Qt. Qt cannot be used to program a Linux driver because drivers run in kernel space and in kernel space there is no floating-point and no libc.

            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