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. Fatal error U1077 (Qt 5.7.0 MSVC2013 64 bits)

Fatal error U1077 (Qt 5.7.0 MSVC2013 64 bits)

Scheduled Pinned Locked Moved Solved General and Desktop
30 Posts 4 Posters 16.5k 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 mrjj
    29 Sept 2016, 16:29

    @jmarcos no no its fine
    Just checking that linker and make could be found.
    nmake has to say "no file" thing.

    I never saw it say
    "The kit Qt 5.7 MSVC2013_64bit MV C++ Comppiler 12.0 (x86_amd64) has configuration issues which might be the root cause for this problem."

    so googling to see for any hints.

    M Offline
    M Offline
    mrjj
    Lifetime Qt Champion
    wrote on 29 Sept 2016, 16:34 last edited by
    #9

    Oh, i forgot to ask.
    If you create a default GUI project in Creator and try to build, it still says this?
    Just to rule out its not make/project file related as such. (for the ant2 project)

    1 Reply Last reply
    0
    • J Offline
      J Offline
      jmarcos
      wrote on 29 Sept 2016, 16:40 last edited by
      #10

      Yes, I just tried a Qt quick application and it was built fine and run as well.

      J 1 Reply Last reply 29 Sept 2016, 16:45
      0
      • J jmarcos
        29 Sept 2016, 16:40

        Yes, I just tried a Qt quick application and it was built fine and run as well.

        J Offline
        J Offline
        jmarcos
        wrote on 29 Sept 2016, 16:45 last edited by
        #11

        17:38:39: Starting: "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64\nmake.exe"
        "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64\nmake.exe" -f Makefile.Release
        17:38:39: The process "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64\nmake.exe" exited normally.
        17:38:39: Elapsed time: 00:00.

        J 1 Reply Last reply 29 Sept 2016, 16:51
        0
        • J jmarcos
          29 Sept 2016, 16:45

          17:38:39: Starting: "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64\nmake.exe"
          "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64\nmake.exe" -f Makefile.Release
          17:38:39: The process "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64\nmake.exe" exited normally.
          17:38:39: Elapsed time: 00:00.

          J Offline
          J Offline
          jmarcos
          wrote on 29 Sept 2016, 16:51 last edited by
          #12

          @jmarcos The previous was for the TestApp not ANTS2 Project!

          1 Reply Last reply
          0
          • M Offline
            M Offline
            mrjj
            Lifetime Qt Champion
            wrote on 29 Sept 2016, 16:52 last edited by
            #13

            Hi
            a C++ Qt quick application ?
            Could you try a
            "Qt widget application" default project?

            If that also works, then it must be that projects make file that is not ok?

            1 Reply Last reply
            0
            • J Offline
              J Offline
              jmarcos
              wrote on 29 Sept 2016, 17:02 last edited by
              #14

              The default "Qt widget application" was successfully built.

              M 1 Reply Last reply 29 Sept 2016, 17:05
              1
              • J jmarcos
                29 Sept 2016, 17:02

                The default "Qt widget application" was successfully built.

                M Offline
                M Offline
                mrjj
                Lifetime Qt Champion
                wrote on 29 Sept 2016, 17:05 last edited by
                #15

                @jmarcos
                Ok, then the toolchain does work.
                It must be the project then ?
                Did you make the make file yourself or what is its origin?

                1 Reply Last reply
                0
                • J Offline
                  J Offline
                  jmarcos
                  wrote on 29 Sept 2016, 17:13 last edited by
                  #16

                  The make file is made by the qmake.

                  This is the header of the automatic created file:

                  #############################################################################
                  # Makefile for building: ants2
                  # Generated by qmake (3.0) (Qt 5.7.0)
                  # Project:  ..\ANTS2\ants2.pro
                  # Template: app
                  # Command: C:\Qt\5.7\msvc2015_64\bin\qmake.exe -spec win32-msvc2015 -o Makefile ..\ANTS2\ants2.pro
                  #############################################################################
                  1 Reply Last reply
                  0
                  • M Offline
                    M Offline
                    mrjj
                    Lifetime Qt Champion
                    wrote on 29 Sept 2016, 17:20 last edited by
                    #17

                    hmm
                    so here it uses 2015 compiler

                    I wonder if the default sample used vs2013 ?

                    Did you install BOTH Qt 2015 and Qt 2013 binary packets?

                    Also did u try with
                    -spec win32-msvc2013

                    ?

                    1 Reply Last reply
                    0
                    • J Offline
                      J Offline
                      jmarcos
                      wrote on 29 Sept 2016, 17:32 last edited by
                      #18

                      Yes, both are installed and also tried win32-msvc2013.
                      mrjj, many thanks for your help. Let me discuss this problem tomorrow with the code developer. Today I updated Qt to Qt5.7and after that, when I tried to compile the Project I want to build and run (to use the application - a simulation software), I got the building error I reported here in the Forum. The Project was built before for Qt5.4 without problems.

                      M 2 Replies Last reply 29 Sept 2016, 17:36
                      1
                      • J jmarcos
                        29 Sept 2016, 17:32

                        Yes, both are installed and also tried win32-msvc2013.
                        mrjj, many thanks for your help. Let me discuss this problem tomorrow with the code developer. Today I updated Qt to Qt5.7and after that, when I tried to compile the Project I want to build and run (to use the application - a simulation software), I got the building error I reported here in the Forum. The Project was built before for Qt5.4 without problems.

                        M Offline
                        M Offline
                        mrjj
                        Lifetime Qt Champion
                        wrote on 29 Sept 2016, 17:36 last edited by
                        #19

                        @jmarcos
                        Good plan.
                        Its this public (the simulation software) ?
                        I mean to try the project.

                        J 1 Reply Last reply 29 Sept 2016, 18:12
                        0
                        • J jmarcos
                          29 Sept 2016, 17:32

                          Yes, both are installed and also tried win32-msvc2013.
                          mrjj, many thanks for your help. Let me discuss this problem tomorrow with the code developer. Today I updated Qt to Qt5.7and after that, when I tried to compile the Project I want to build and run (to use the application - a simulation software), I got the building error I reported here in the Forum. The Project was built before for Qt5.4 without problems.

                          M Offline
                          M Offline
                          mrjj
                          Lifetime Qt Champion
                          wrote on 29 Sept 2016, 17:48 last edited by
                          #20

                          @jmarcos

                          Hi
                          Tomorrow could you
                          Show compiler, debugger and kit screens from creator (with the set options)
                          Then grab the qmake line from the Creator's output pane and show here too ?

                          J 1 Reply Last reply 29 Sept 2016, 18:17
                          0
                          • M mrjj
                            29 Sept 2016, 17:36

                            @jmarcos
                            Good plan.
                            Its this public (the simulation software) ?
                            I mean to try the project.

                            J Offline
                            J Offline
                            jmarcos
                            wrote on 29 Sept 2016, 18:12 last edited by
                            #21

                            @mrjj Yes, it is. You are very welcome to try it. Anyway, it take some time to install (at least you need to install CERN ROOT library before build ANTS2). You should think if it is worth trying for you :)

                            With ANTS2 you can simulate neutrons detectors, detectors for dark matter search, medical gamma cameras for scintigraphy (functional imagiology), etc.

                            From the Project webpage:

                            ANTS2 is a simulation and experimental data processing package for Anger camera-type detectors. The package is intended for:

                            • Optimization of detector design and geometry using Monte Carlo simulations
                            • Optimization and development of event reconstruction techniques
                            • Adaptive reconstruction of detector response using flood field illumination data
                            • Reconstruction and filtering of events for experimental data

                            ANTS2 webpage

                            1 Reply Last reply
                            0
                            • M mrjj
                              29 Sept 2016, 17:48

                              @jmarcos

                              Hi
                              Tomorrow could you
                              Show compiler, debugger and kit screens from creator (with the set options)
                              Then grab the qmake line from the Creator's output pane and show here too ?

                              J Offline
                              J Offline
                              jmarcos
                              wrote on 29 Sept 2016, 18:17 last edited by
                              #22

                              @mrjj Yes, I can, tomorrow. Anyway, I tried before to upload a photo (it is my first time in the Forum) and I didn't manage to do it. Could you please teach me how to upload a photo :)

                              M 1 Reply Last reply 30 Sept 2016, 06:06
                              0
                              • J jmarcos
                                29 Sept 2016, 18:17

                                @mrjj Yes, I can, tomorrow. Anyway, I tried before to upload a photo (it is my first time in the Forum) and I didn't manage to do it. Could you please teach me how to upload a photo :)

                                M Offline
                                M Offline
                                mrjj
                                Lifetime Qt Champion
                                wrote on 30 Sept 2016, 06:06 last edited by
                                #23

                                @jmarcos
                                Hi sadly , after forum upgrade, the image upload has issues.
                                So best is just use external site
                                like postimage.org
                                and simply paste the link here :)

                                thank you for the ant2 link :)

                                1 Reply Last reply
                                0
                                • J Offline
                                  J Offline
                                  jmarcos
                                  wrote on 30 Sept 2016, 09:30 last edited by jmarcos
                                  #24

                                  Kit
                                  Compiler
                                  Debuggers

                                  J 1 Reply Last reply 30 Sept 2016, 11:42
                                  0
                                  • J jmarcos
                                    30 Sept 2016, 09:30

                                    Kit
                                    Compiler
                                    Debuggers

                                    J Offline
                                    J Offline
                                    jsulm
                                    Lifetime Qt Champion
                                    wrote on 30 Sept 2016, 11:42 last edited by
                                    #25

                                    @jmarcos These pictures are so small it is impossible to see anything (even if I click on them)...

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

                                    1 Reply Last reply
                                    1
                                    • J Offline
                                      J Offline
                                      jmarcos
                                      wrote on 30 Sept 2016, 13:35 last edited by
                                      #26

                                      Kits

                                      Compilers

                                      Debuggers

                                      1 Reply Last reply
                                      1
                                      • J Offline
                                        J Offline
                                        jmarcos
                                        wrote on 30 Sept 2016, 15:40 last edited by
                                        #27

                                        Sorry, I read again the Windows instructions guide and I realized that it says I should install 32 bits version of Qt, and I have installed 64 bit Qt. It should not work with 32 bit version of CERN - ROOT binaries.

                                        http://coimbra.lip.pt/ants/install-windows.html

                                        Thank you very much for your time.
                                        João

                                        1 Reply Last reply
                                        0
                                        • J Offline
                                          J Offline
                                          jmarcos
                                          wrote on 30 Sept 2016, 16:31 last edited by
                                          #28

                                          Hum, not solved yet.
                                          I have installed 32-bit version of Qt and I'm using Microsoft Visual C++ 11.0

                                          --
                                          NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\BIN\link.EXE"' : return code '0x527'
                                          Stop.
                                          NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\BIN\nmake.exe"' : return code '0x2'
                                          Stop.
                                          17:29:05: The process "C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\BIN\nmake.exe" exited with code 2.
                                          Error while building/deploying project ants2 (kit: Qt 5.7MSVC2013_32bit MV C++ Compiler 11.0 (x86))
                                          When executing step "Make"

                                          kshegunovK 1 Reply Last reply 30 Sept 2016, 17:19
                                          0

                                          18/30

                                          29 Sept 2016, 17:32

                                          • Login

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