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. 1: error: error: /FS: No such file or directory

1: error: error: /FS: No such file or directory

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
qt 5.6
17 Posts 3 Posters 8.2k 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.
  • M Offline
    M Offline
    Mathan M
    wrote on last edited by
    #1

    Hi All,

    I am using Qt 5.6 which installed Online. When I try to build the application, Error appears,

    1: error: error: /FS: No such file or directory

    Thanks in Advance.

    jsulmJ 1 Reply Last reply
    0
    • M Mathan M

      Hi All,

      I am using Qt 5.6 which installed Online. When I try to build the application, Error appears,

      1: error: error: /FS: No such file or directory

      Thanks in Advance.

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

      @Mathan-M Which version of Qt exactly (VS20xx, MinGW, Linux,...)? On which platform? Which compiler do you use?
      You really have to provide more information if you want to get any help!

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

      M 1 Reply Last reply
      0
      • jsulmJ jsulm

        @Mathan-M Which version of Qt exactly (VS20xx, MinGW, Linux,...)? On which platform? Which compiler do you use?
        You really have to provide more information if you want to get any help!

        M Offline
        M Offline
        Mathan M
        wrote on last edited by
        #3

        Hi @jsulm,

        Sorry for not providing enough info.

        Installed through Online Installer:

        Here it is:
        Auto-Detected:
        Android for armeabi-v7a (GCC 4.9, Qt 5.6.1) - Shows yellow Warning

        Compiler: Android GCC (arm-4.9)
        Debugger: Android Debugger fro Android GCC (arm-4.9)
        Qt Version: Qt 5.6.1 (android_armv7)

        Desktop
        Qt 5.6
        Compiler : MinGW 4.9.2 32bit [Which installed through Qt Online Installer]
        Debugger: GNU gdb 7.8 for MinGW 4.9.2 32bit
        Qt Version: Qt 5.6.1 MinGW 32bit
        Cmake: New CMake

        Android for x86
        Compiler: GCC(i686-4.9)
        Debugger : Android Debugger for Android GCC(i686-4.9)
        Qt Version: Qt 5.6.1 for Android x86

        System Config:
        Windows 7 Professional
        64 bit

        I created an app ESRI ArcGIS Runtime SDK 100.0.0 [Quartz], Try to run in the desktop and extends to Android device. But I can getting the error in Desktop itself.

        Thanks in Advance.

        1 Reply Last reply
        0
        • jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          If you put the mouse cursor over that yellow warning what does it say?
          /FS looks like a compiler flag which is not understood by your compiler.
          Did you put anything special in your PRO file?
          Can you post complete compiler output?

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

          M 1 Reply Last reply
          0
          • jsulmJ jsulm

            If you put the mouse cursor over that yellow warning what does it say?
            /FS looks like a compiler flag which is not understood by your compiler.
            Did you put anything special in your PRO file?
            Can you post complete compiler output?

            M Offline
            M Offline
            Mathan M
            wrote on last edited by
            #5

            Hi @jsulm ,

            Warning Message : Display name is not unique.

            I had not added any thing in .pro file. Just left as it is.

            Compiler Output:
            12:14:31: Running steps for project MMPKAndroid...
            12:14:31: Starting: "D:\Qt\Qt5.6.1\Tools\mingw492_32\bin\mingw32-make.exe" clean
            D:/Qt/Qt5.6.1/Tools/mingw492_32/bin/mingw32-make -f Makefile.Debug clean
            mingw32-make[1]: Entering directory 'E:/QtProjectTest/5.6/Quartz/QtQuiMMPKAndroid/build-MMPKAndroid-Desktop_Qt_5_6_1_MinGW_32bit-Debug'
            del debug\qrc_qml.cpp debug\qrc_Resources.cpp
            Could Not Find E:\QtProjectTest\5.6\Quartz\QtQuiMMPKAndroid\build-MMPKAndroid-Desktop_Qt_5_6_1_MinGW_32bit-Debug\debug\qrc_qml.cpp
            del debug\main.o debug\qrc_qml.o debug\qrc_Resources.o
            Could Not Find E:\QtProjectTest\5.6\Quartz\QtQuiMMPKAndroid\build-MMPKAndroid-Desktop_Qt_5_6_1_MinGW_32bit-Debug\debug\main.o
            del debug\Resources_res.o
            Could Not Find E:\QtProjectTest\5.6\Quartz\QtQuiMMPKAndroid\build-MMPKAndroid-Desktop_Qt_5_6_1_MinGW_32bit-Debug\debug\Resources_res.o
            mingw32-make[1]: Leaving directory 'E:/QtProjectTest/5.6/Quartz/QtQuiMMPKAndroid/build-MMPKAndroid-Desktop_Qt_5_6_1_MinGW_32bit-Debug'
            D:/Qt/Qt5.6.1/Tools/mingw492_32/bin/mingw32-make -f Makefile.Release clean
            mingw32-make[1]: Entering directory 'E:/QtProjectTest/5.6/Quartz/QtQuiMMPKAndroid/build-MMPKAndroid-Desktop_Qt_5_6_1_MinGW_32bit-Debug'
            del release\qrc_qml.cpp release\qrc_Resources.cpp
            Could Not Find E:\QtProjectTest\5.6\Quartz\QtQuiMMPKAndroid\build-MMPKAndroid-Desktop_Qt_5_6_1_MinGW_32bit-Debug\release\qrc_qml.cpp
            del release\main.o release\qrc_qml.o release\qrc_Resources.o
            Could Not Find E:\QtProjectTest\5.6\Quartz\QtQuiMMPKAndroid\build-MMPKAndroid-Desktop_Qt_5_6_1_MinGW_32bit-Debug\release\main.o
            del release\Resources_res.o
            Could Not Find E:\QtProjectTest\5.6\Quartz\QtQuiMMPKAndroid\build-MMPKAndroid-Desktop_Qt_5_6_1_MinGW_32bit-Debug\release\Resources_res.o
            mingw32-make[1]: Leaving directory 'E:/QtProjectTest/5.6/Quartz/QtQuiMMPKAndroid/build-MMPKAndroid-Desktop_Qt_5_6_1_MinGW_32bit-Debug'
            12:14:32: The process "D:\Qt\Qt5.6.1\Tools\mingw492_32\bin\mingw32-make.exe" exited normally.
            12:14:32: Elapsed time: 00:01.

            Thanks

            jsulmJ 1 Reply Last reply
            0
            • M Mathan M

              Hi @jsulm ,

              Warning Message : Display name is not unique.

              I had not added any thing in .pro file. Just left as it is.

              Compiler Output:
              12:14:31: Running steps for project MMPKAndroid...
              12:14:31: Starting: "D:\Qt\Qt5.6.1\Tools\mingw492_32\bin\mingw32-make.exe" clean
              D:/Qt/Qt5.6.1/Tools/mingw492_32/bin/mingw32-make -f Makefile.Debug clean
              mingw32-make[1]: Entering directory 'E:/QtProjectTest/5.6/Quartz/QtQuiMMPKAndroid/build-MMPKAndroid-Desktop_Qt_5_6_1_MinGW_32bit-Debug'
              del debug\qrc_qml.cpp debug\qrc_Resources.cpp
              Could Not Find E:\QtProjectTest\5.6\Quartz\QtQuiMMPKAndroid\build-MMPKAndroid-Desktop_Qt_5_6_1_MinGW_32bit-Debug\debug\qrc_qml.cpp
              del debug\main.o debug\qrc_qml.o debug\qrc_Resources.o
              Could Not Find E:\QtProjectTest\5.6\Quartz\QtQuiMMPKAndroid\build-MMPKAndroid-Desktop_Qt_5_6_1_MinGW_32bit-Debug\debug\main.o
              del debug\Resources_res.o
              Could Not Find E:\QtProjectTest\5.6\Quartz\QtQuiMMPKAndroid\build-MMPKAndroid-Desktop_Qt_5_6_1_MinGW_32bit-Debug\debug\Resources_res.o
              mingw32-make[1]: Leaving directory 'E:/QtProjectTest/5.6/Quartz/QtQuiMMPKAndroid/build-MMPKAndroid-Desktop_Qt_5_6_1_MinGW_32bit-Debug'
              D:/Qt/Qt5.6.1/Tools/mingw492_32/bin/mingw32-make -f Makefile.Release clean
              mingw32-make[1]: Entering directory 'E:/QtProjectTest/5.6/Quartz/QtQuiMMPKAndroid/build-MMPKAndroid-Desktop_Qt_5_6_1_MinGW_32bit-Debug'
              del release\qrc_qml.cpp release\qrc_Resources.cpp
              Could Not Find E:\QtProjectTest\5.6\Quartz\QtQuiMMPKAndroid\build-MMPKAndroid-Desktop_Qt_5_6_1_MinGW_32bit-Debug\release\qrc_qml.cpp
              del release\main.o release\qrc_qml.o release\qrc_Resources.o
              Could Not Find E:\QtProjectTest\5.6\Quartz\QtQuiMMPKAndroid\build-MMPKAndroid-Desktop_Qt_5_6_1_MinGW_32bit-Debug\release\main.o
              del release\Resources_res.o
              Could Not Find E:\QtProjectTest\5.6\Quartz\QtQuiMMPKAndroid\build-MMPKAndroid-Desktop_Qt_5_6_1_MinGW_32bit-Debug\release\Resources_res.o
              mingw32-make[1]: Leaving directory 'E:/QtProjectTest/5.6/Quartz/QtQuiMMPKAndroid/build-MMPKAndroid-Desktop_Qt_5_6_1_MinGW_32bit-Debug'
              12:14:32: The process "D:\Qt\Qt5.6.1\Tools\mingw492_32\bin\mingw32-make.exe" exited normally.
              12:14:32: Elapsed time: 00:01.

              Thanks

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

              @Mathan-M I cannot see "1: error: error: /FS: No such file or directory" in the compiler output you posted.
              Try to execute qmake and then do a rebuild.

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

              1 Reply Last reply
              0
              • M Offline
                M Offline
                Mathan M
                wrote on last edited by
                #7

                Hi,

                I execute Qmake and rebuild the project.

                The Error shown under Issues Tab with Red exclamatory symbol.:

                :-1: error: error: /FS: No such file or directory

                Thanks

                jsulmJ 1 Reply Last reply
                0
                • M Mathan M

                  Hi,

                  I execute Qmake and rebuild the project.

                  The Error shown under Issues Tab with Red exclamatory symbol.:

                  :-1: error: error: /FS: No such file or directory

                  Thanks

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

                  @Mathan-M And what is shown in "Compile Output" tab?

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

                  1 Reply Last reply
                  0
                  • M Offline
                    M Offline
                    Mathan M
                    wrote on last edited by
                    #9

                    Nothing else, Just this message only.

                    1 Reply Last reply
                    0
                    • M Offline
                      M Offline
                      Mathan M
                      wrote on last edited by
                      #10

                      I just created an app using ESRI ArcGIS SDK runtime Quartz in Qt 5.6
                      I had not added/modified single line of code. Just compile
                      The error show up.

                      :-1: error: error: /FS: No such file or directory

                      Thanks.

                      jsulmJ 1 Reply Last reply
                      0
                      • M Mathan M

                        I just created an app using ESRI ArcGIS SDK runtime Quartz in Qt 5.6
                        I had not added/modified single line of code. Just compile
                        The error show up.

                        :-1: error: error: /FS: No such file or directory

                        Thanks.

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

                        @Mathan-M /FS is a flag used by MS Visual C++ compiler, see https://msdn.microsoft.com/en-us/library/dn502518.aspx
                        I'm wondering why it is passed to your MinGW (GCC) compiler. Something is wrong with your configuration. You should check the Kit you're using, especially the compiler settings.

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

                        1 Reply Last reply
                        0
                        • M Offline
                          M Offline
                          Mathan M
                          wrote on last edited by
                          #12

                          Thanks for the help.

                          I unistall and reinstall the qt 5.6 along with ESRI ArcGIS.
                          The error goes away.

                          Thanks for the tip.

                          Mathan

                          1 Reply Last reply
                          0
                          • A Offline
                            A Offline
                            ayoub
                            wrote on last edited by ayoub
                            #13

                            Hi @jsulm ,
                            I have same error , can you help!
                            overall it's my first time to using these.
                            Screenshot 2021-09-29 133516.png

                            jsulmJ 1 Reply Last reply
                            0
                            • A ayoub

                              Hi @jsulm ,
                              I have same error , can you help!
                              overall it's my first time to using these.
                              Screenshot 2021-09-29 133516.png

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

                              @ayoub Try to delete the build folder, then run qmake and then build. It's strange that this is happening, never had such an issue. Did you by any chance build with Microsoft compiler before?

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

                              A 1 Reply Last reply
                              0
                              • jsulmJ jsulm

                                @ayoub Try to delete the build folder, then run qmake and then build. It's strange that this is happening, never had such an issue. Did you by any chance build with Microsoft compiler before?

                                A Offline
                                A Offline
                                ayoub
                                wrote on last edited by
                                #15

                                @jsulm sorry, can you explain the steps ,please..
                                no I didn't.

                                jsulmJ 1 Reply Last reply
                                0
                                • A ayoub

                                  @jsulm sorry, can you explain the steps ,please..
                                  no I didn't.

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

                                  @ayoub

                                  1. Delete build folder (see in your screen-shot "Entering directory" - that is the folder to delete
                                  2. Right click on your project in QtCreator and run qmake from the pop-up menu
                                  3. Build

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

                                  1 Reply Last reply
                                  0
                                  • A Offline
                                    A Offline
                                    ayoub
                                    wrote on last edited by
                                    #17

                                    @jsulm
                                    unfortunately, same error...

                                    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