Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Interface for Avrdude libusb error
Forum Updated to NodeBB v4.3 + New Features

Interface for Avrdude libusb error

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 3 Posters 718 Views 2 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
    Aleksa
    wrote on last edited by
    #1

    Hi, I'm writting simple interface for Avrdude using Qt Widgets Application. And when I want to do some command for example: write fusebits -> in output of avrdude I see:
    "avrdude: Error: no libftdi or libusb support. Install libftdi1/libusb-1.0 or libftdi/libusb and run configure/make again."

    I'm connecting with avrdude by resources and QtProcess.

    Anybody have an idea how to menage this?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      As suggested by the error message, you should install these missing libraries. They seem to be required by the application you are calling.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      3
      • mrjjM Offline
        mrjjM Offline
        mrjj
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi and welcome to the forums.

        You are on Linux platform and call the command line for Avrdude via QProcess from your app?

        The error sounds like you need to install some drivers
        https://stackoverflow.com/questions/21442989/reading-back-atmega328p-program-using-ftdi-basic

        but not knowing what platform you are on etc, makes it hard to suggest what to try.

        1 Reply Last reply
        2
        • A Offline
          A Offline
          Aleksa
          wrote on last edited by
          #4

          Thank you for so quick response.
          I checked my functions and I made some mistakes with them.. so for now topic closed. But I will keep it because maybe problem will still be appering after my changes.

          mrjjM 1 Reply Last reply
          0
          • A Aleksa

            Thank you for so quick response.
            I checked my functions and I made some mistakes with them.. so for now topic closed. But I will keep it because maybe problem will still be appering after my changes.

            mrjjM Offline
            mrjjM Offline
            mrjj
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @Aleksa
            Hi
            Fell free to just set this as solved and then open another post if you encounter new errors.
            Also if you post again, please include the platform you are on ( win/linux/mac) and version of Qt you are using.
            That often helps to guide.

            1 Reply Last reply
            1

            • Login

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