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. Disable Qt Creator auto-search on startup?

Disable Qt Creator auto-search on startup?

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 1 Posters 274 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.
  • L Offline
    L Offline
    locobiker
    wrote on last edited by
    #1

    Hello. I just compiled QtCreator from source, and every time it starts up, it goes through this really long search process to look for every variation of gcc. Is there a way to disable this search or limit it in some way? (linux platform)

    Example: (I <cut> the path it was searching)

    "The command "<cut>/aarch64-linux-gnu-g++" terminated with exit code 2."
    "The command "<cut>/aarch64-linux-gnu-g++" terminated with exit code 2."
    "The command "<cut>/aarch64-none-elf-g++" terminated with exit code 2."
    "The command "<cut>/aarch64-none-elf-g++" terminated with exit code 2."
    "The command "<cut>/arm-fsl-linux-gnueabi-g++" terminated with exit code 2."
    "The command "<cut>/arm-fsl-linux-gnueabi-g++" terminated with exit code 2."
    "The command "<cut>/arm-linux-gnueabi-g++" terminated with exit code 2."

    Thanks!

    L 1 Reply Last reply
    0
    • L locobiker

      Hello. I just compiled QtCreator from source, and every time it starts up, it goes through this really long search process to look for every variation of gcc. Is there a way to disable this search or limit it in some way? (linux platform)

      Example: (I <cut> the path it was searching)

      "The command "<cut>/aarch64-linux-gnu-g++" terminated with exit code 2."
      "The command "<cut>/aarch64-linux-gnu-g++" terminated with exit code 2."
      "The command "<cut>/aarch64-none-elf-g++" terminated with exit code 2."
      "The command "<cut>/aarch64-none-elf-g++" terminated with exit code 2."
      "The command "<cut>/arm-fsl-linux-gnueabi-g++" terminated with exit code 2."
      "The command "<cut>/arm-fsl-linux-gnueabi-g++" terminated with exit code 2."
      "The command "<cut>/arm-linux-gnueabi-g++" terminated with exit code 2."

      Thanks!

      L Offline
      L Offline
      locobiker
      wrote on last edited by
      #2

      Note that I realized that the searching is doing this because all these tools are in my path. If I remove the <cut> path from PATH, it does not have to visit every one of these items. The question remains though of how to disable this searching?

      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