Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt creator setup on Beaglebone armv71 running Debian "9" stretch
Forum Updated to NodeBB v4.3 + New Features

Qt creator setup on Beaglebone armv71 running Debian "9" stretch

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
28 Posts 3 Posters 3.4k 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.
  • jsulmJ jsulm

    @Ashh That is Qt 4.8.7 Kit.
    Did you also install Qt5?

    A Offline
    A Offline
    Ashh
    wrote on last edited by
    #14

    @jsulm since I am trying to setup Qt on BB from long time, might be I install other versions too. how to clean remaings?

    905d632d-91f2-4ae0-a0ac-a77bd0218a3e-image.png

    jsulmJ 1 Reply Last reply
    0
    • A Ashh

      @jsulm since I am trying to setup Qt on BB from long time, might be I install other versions too. how to clean remaings?

      905d632d-91f2-4ae0-a0ac-a77bd0218a3e-image.png

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #15

      @Ashh So, you have Qt5. Add a new Kit and select that Qt version there.
      "how to clean remaings?" - depends on how you install them. If you used apt to install you also use apt to uninstall.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

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

        Just to clear some confusion, since you are developing directly on the BBB, you can follow the standard procedures that apply to desktop machines. Your device is "the desktop machine" in this case.

        The only thing that you won't be able to do is to use the prebuilt packages using the Qt Company's online installer because they do not provide pre-built binaries for that architecture.

        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
        0
        • jsulmJ jsulm

          @Ashh So, you have Qt5. Add a new Kit and select that Qt version there.
          "how to clean remaings?" - depends on how you install them. If you used apt to install you also use apt to uninstall.

          A Offline
          A Offline
          Ashh
          wrote on last edited by
          #17

          @jsulm Thanks for your suggestion. but i am sorry, may I please ask you to share some link where its shows how to add the kits. Once i add device BB vis IP under 'Generic Linux Device', its immediately close the qt-creator program. I don't understand this happening. I tried to follow this https://www.youtube.com/watch?v=eZ-HOc2P_EI
          Please suggest!

          jsulmJ 1 Reply Last reply
          0
          • A Ashh

            @jsulm Thanks for your suggestion. but i am sorry, may I please ask you to share some link where its shows how to add the kits. Once i add device BB vis IP under 'Generic Linux Device', its immediately close the qt-creator program. I don't understand this happening. I tried to follow this https://www.youtube.com/watch?v=eZ-HOc2P_EI
            Please suggest!

            jsulmJ Offline
            jsulmJ Offline
            jsulm
            Lifetime Qt Champion
            wrote on last edited by
            #18

            @Ashh There is nothing special: go to the Kits page, click at Add button to add a Kit and configure it.
            "Once i add device BB vis IP under 'Generic Linux Device'" - I'm really confused now! You wrote before that you want to develop DIRECTLY on the device, right? So, why are you trying to add BB device with IP?! This is only needed if you are doing cross-compalation...

            https://forum.qt.io/topic/113070/qt-code-of-conduct

            A 1 Reply Last reply
            0
            • jsulmJ jsulm

              @Ashh There is nothing special: go to the Kits page, click at Add button to add a Kit and configure it.
              "Once i add device BB vis IP under 'Generic Linux Device'" - I'm really confused now! You wrote before that you want to develop DIRECTLY on the device, right? So, why are you trying to add BB device with IP?! This is only needed if you are doing cross-compalation...

              A Offline
              A Offline
              Ashh
              wrote on last edited by
              #19

              @jsulm Thanks. I am sorry for mistake.
              I am very new to Qt. since I tried many ways to setup and working on Qtcreator and spent long time on it. The actual thing, I wish to do it, I need to run a Qt developed application on BB, for which I tried these ways...

              1. VS2019+visualGDB--->cross compile----> deploy application to BB (I prefer this).
                -> application running on vs2019(win10), works well,
                -> but when I tried to run it and cross compile through visualGDB, it gives errors (related to opencv), for which I already posted a different post in this form https://forum.qt.io/topic/128465/unable-to-compile-qt-visualgdb-opencv, but unfortunately, it didn't get resolve. so I tried another way.....
              2. virtual box Ubuntu (cross compile) + setup Qt creator (BB)
                -> To do this, I tried to follow the steps mentioned in here https://sites.google.com/site/timpicuc/Downhome/beaglebone-black/setting-up-qt-for-bbb-with-debian, which is also based on cross-compilation to set up Qtcreator on BB through Ubuntu (host). but failed. so I am trying other option....
              3. Direct setup Qt creator on BB
                -> As per your suggestions, I am trying to do that but didn't see how to add kits in Qt. could you please share any link related to it?

              Please let me know the simple way to do so. Please suggest. Thanks.

              jsulmJ 1 Reply Last reply
              0
              • A Ashh

                @jsulm Thanks. I am sorry for mistake.
                I am very new to Qt. since I tried many ways to setup and working on Qtcreator and spent long time on it. The actual thing, I wish to do it, I need to run a Qt developed application on BB, for which I tried these ways...

                1. VS2019+visualGDB--->cross compile----> deploy application to BB (I prefer this).
                  -> application running on vs2019(win10), works well,
                  -> but when I tried to run it and cross compile through visualGDB, it gives errors (related to opencv), for which I already posted a different post in this form https://forum.qt.io/topic/128465/unable-to-compile-qt-visualgdb-opencv, but unfortunately, it didn't get resolve. so I tried another way.....
                2. virtual box Ubuntu (cross compile) + setup Qt creator (BB)
                  -> To do this, I tried to follow the steps mentioned in here https://sites.google.com/site/timpicuc/Downhome/beaglebone-black/setting-up-qt-for-bbb-with-debian, which is also based on cross-compilation to set up Qtcreator on BB through Ubuntu (host). but failed. so I am trying other option....
                3. Direct setup Qt creator on BB
                  -> As per your suggestions, I am trying to do that but didn't see how to add kits in Qt. could you please share any link related to it?

                Please let me know the simple way to do so. Please suggest. Thanks.

                jsulmJ Offline
                jsulmJ Offline
                jsulm
                Lifetime Qt Champion
                wrote on last edited by
                #20

                @Ashh said in Qt creator setup on Beaglebone armv71 running Debian "9" stretch:

                could you please share any link related to it?

                I don't have any link and I'm wondering why a link is needed to add a Kit in QtCreator?
                Did you try what I already suggested?
                On the Kit tab in QtCreator properties click on Add button to add a new Kit. In that Kit select the Qt5 version which was detected (you can see it in the screen-shot you posted). Please do this and tell us whether you have any concrete issues.

                https://forum.qt.io/topic/113070/qt-code-of-conduct

                A 1 Reply Last reply
                0
                • jsulmJ jsulm

                  @Ashh said in Qt creator setup on Beaglebone armv71 running Debian "9" stretch:

                  could you please share any link related to it?

                  I don't have any link and I'm wondering why a link is needed to add a Kit in QtCreator?
                  Did you try what I already suggested?
                  On the Kit tab in QtCreator properties click on Add button to add a new Kit. In that Kit select the Qt5 version which was detected (you can see it in the screen-shot you posted). Please do this and tell us whether you have any concrete issues.

                  A Offline
                  A Offline
                  Ashh
                  wrote on last edited by
                  #21

                  @jsulm yes, I tried what you suggested. here it is.

                  9625b097-cac0-4d62-9dff-69f56d77bcb0-image.png

                  b09e5d76-eeb5-40d5-9f9b-b8456f58070d-image.png

                  jsulmJ 1 Reply Last reply
                  0
                  • A Ashh

                    @jsulm yes, I tried what you suggested. here it is.

                    9625b097-cac0-4d62-9dff-69f56d77bcb0-image.png

                    b09e5d76-eeb5-40d5-9f9b-b8456f58070d-image.png

                    jsulmJ Offline
                    jsulmJ Offline
                    jsulm
                    Lifetime Qt Champion
                    wrote on last edited by
                    #22

                    @Ashh And did you try to use this Kit?

                    https://forum.qt.io/topic/113070/qt-code-of-conduct

                    A 1 Reply Last reply
                    0
                    • jsulmJ jsulm

                      @Ashh And did you try to use this Kit?

                      A Offline
                      A Offline
                      Ashh
                      wrote on last edited by
                      #23

                      @jsulm I didn't get you, sorry.....
                      after adding the Qt version5.7.1, I see this in console....
                      bf1cdadf-c145-4c7b-93c5-4f2e0b609263-image.png

                      "No tool chain set from kit "bbc".

                      jsulmJ 1 Reply Last reply
                      0
                      • A Ashh

                        @jsulm I didn't get you, sorry.....
                        after adding the Qt version5.7.1, I see this in console....
                        bf1cdadf-c145-4c7b-93c5-4f2e0b609263-image.png

                        "No tool chain set from kit "bbc".

                        jsulmJ Offline
                        jsulmJ Offline
                        jsulm
                        Lifetime Qt Champion
                        wrote on last edited by
                        #24

                        @Ashh How did you install Qt 5.7.1?

                        https://forum.qt.io/topic/113070/qt-code-of-conduct

                        A 1 Reply Last reply
                        0
                        • jsulmJ jsulm

                          @Ashh How did you install Qt 5.7.1?

                          A Offline
                          A Offline
                          Ashh
                          wrote on last edited by
                          #25

                          @jsulm
                          sudo apt install qtcreator sudo apt install qt5-default.

                          jsulmJ 1 Reply Last reply
                          0
                          • A Ashh

                            @jsulm
                            sudo apt install qtcreator sudo apt install qt5-default.

                            jsulmJ Offline
                            jsulmJ Offline
                            jsulm
                            Lifetime Qt Champion
                            wrote on last edited by
                            #26

                            @Ashh Please try to use this Kit to see whether it works even if you get these warnings.

                            https://forum.qt.io/topic/113070/qt-code-of-conduct

                            A 1 Reply Last reply
                            0
                            • jsulmJ jsulm

                              @Ashh Please try to use this Kit to see whether it works even if you get these warnings.

                              A Offline
                              A Offline
                              Ashh
                              wrote on last edited by
                              #27

                              @jsulm yes, even if I try to use Qt while ignoring the warnings, I am unable to see any of the Qt default examples to test the Qt configuration on BB. :(

                              jsulmJ 1 Reply Last reply
                              0
                              • A Ashh

                                @jsulm yes, even if I try to use Qt while ignoring the warnings, I am unable to see any of the Qt default examples to test the Qt configuration on BB. :(

                                jsulmJ Offline
                                jsulmJ Offline
                                jsulm
                                Lifetime Qt Champion
                                wrote on last edited by
                                #28

                                @Ashh You probably did not install Qt examples package.
                                But you can simply create a small Qt application and try to build it...

                                https://forum.qt.io/topic/113070/qt-code-of-conduct

                                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