Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. International
  3. German
  4. [Blutiger Anfänger] qt Creator debuggt nicht

[Blutiger Anfänger] qt Creator debuggt nicht

Scheduled Pinned Locked Moved German
5 Posts 3 Posters 5.0k 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.
  • M Offline
    M Offline
    Mensetta
    wrote on last edited by
    #1

    Hallo Leute,

    • Win XP
    • Qt Creator 2.6.2
    • MinGW (x86 32bit) Compiler

    Sobald ich mein Projekt ausführen möchte bekomme ich die Fehlermeldung "Qt Creator benötigt einen Compiler zum Erstellen des Projekts. Bitte richten Sie einen Compiler in den Kit-Einstellungen ein" ... in den compiler einstellungen steht allerdings der mingw schon drin

    Wär cool wenn da jemand nen Rat hat

    Danke schonmal

    1 Reply Last reply
    0
    • M Offline
      M Offline
      Mensetta
      wrote on last edited by
      #2

      Ok bin jetzt auf dem Stand dass der Creator zwar mein Project ausführen möchte, allerdings erscheint sofort folgender fehler ....

      error: unrecognized command line option "-fno-keep-inline-dllexport"
      Datei nicht gefunden: cc1plus.exe

      hat jemand ne idee?

      1 Reply Last reply
      0
      • M Offline
        M Offline
        Mensetta
        wrote on last edited by
        #3

        12:52:47: Führe Schritte für Projekt test2 aus...
        12:52:47: Unveränderte Konfiguration, qmake-Schritt wird übersprungen.
        12:52:47: Starte "C:\MinGW-gcc440\mingw\bin\mingw32-make.exe"
        C:/MinGW-gcc440/mingw/bin/mingw32-make -f Makefile.Debug
        mingw32-make[1]: Entering directory C:/Dokumente und Einstellungen/Mensing/Desktop/test/test2-build-Desktop_Qt_Commercial_5_0_1_MSVC2010_32bit-Debug' g++ -c -pipe -fno-keep-inline-dllexport -g -frtti -Wall -Wextra -fexceptions -mthreads -DUNICODE -DQT_QML_DEBUG -DQT_DECLARATIVE_DEBUG -DQT_DECLARATIVE_LIB -DQT_WIDGETS_LIB -DQT_SCRIPT_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_OPENGL_ES_2 -DQT_OPENGL_ES_2_ANGLE -DQT_NEEDS_QMAIN -I..\test2 -I"..\test2\qmlapplicationviewer" -I"..\..\..\..\..\QtCommercial\QtCommercial5.0.1\5.0.1\msvc2010\include" -I"..\..\..\..\..\QtCommercial\QtCommercial5.0.1\5.0.1\msvc2010\include\QtDeclarative" -I"..\..\..\..\..\QtCommercial\QtCommercial5.0.1\5.0.1\msvc2010\include\QtWidgets" -I"..\..\..\..\..\QtCommercial\QtCommercial5.0.1\5.0.1\msvc2010\include\QtScript" -I"..\..\..\..\..\QtCommercial\QtCommercial5.0.1\5.0.1\msvc2010\include\QtGui" -I"..\..\..\..\..\QtCommercial\QtCommercial5.0.1\5.0.1\msvc2010\include\QtCore" -I"debug" -I"." -I"..\..\..\..\..\QtCommercial\QtCommercial5.0.1\5.0.1\msvc2010\mkspecs\win32-g++" -o debug\main.o ..\test2\main.cpp cc1plus.exe: error: unrecognized command line option "-fno-keep-inline-dllexport" mingw32-make[1]: *** [debug/main.o] Error 1 mingw32-make[1]: Leaving directory C:/Dokumente und Einstellungen/Mensing/Desktop/test/test2-build-Desktop_Qt_Commercial_5_0_1_MSVC2010_32bit-Debug'
        mingw32-make: *** [debug] Error 2
        12:52:48: Der Prozess "C:\MinGW-gcc440\mingw\bin\mingw32-make.exe" wurde mit dem Rückgabewert 2 beendet.
        Error while building/deploying project test2 (kit: Desktop Qt Commercial 5.0.1 MSVC2010 32bit)
        Bei der Ausführung von Schritt 'Make'

        1 Reply Last reply
        0
        • T Offline
          T Offline
          tobias.hunger
          wrote on last edited by
          #4

          Welche Qt version benutzt Du? Es sieht so aus, als ob Du Qt 5.0.1 gebaut mit MSVC2010 benutzt. Die ist leider nicht kompatibel mit mingw! Ausserdem scheint Dein mingw nicht alle Kommandozeilenoptionen zu beherrschen. Setzt Du "-fno-keep-inline-dllexport" von Hand/in Deinem .pro-file oder wo kommt das her?

          Entweder Du lädst Dir Qt 5 für mingw runter (das kommt auch mit einem kompatibelen Mingw compiler;) oder Du installierst MSVC2010 (winsdk und visual studio express haben den soweit ich weiss beide mit an Bord und sind beide kostenlos).

          1 Reply Last reply
          0
          • M Offline
            M Offline
            MKraft
            wrote on last edited by
            #5

            cc1plus.exe:-1: Fehler:error: unrecognized command line option "-fno-keep-inline-dllexport"

            Hallo,
            habe gerade QT 5.0.1 / MingW installiert:

            Bin Neu in Sachen QT.

            Die bisher geladenen Beispiele stürzen alle mit obigen Fehler ab.
            Please enlighten!

            Manfred

            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