This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

QT creater ,open: No such file or directory?已附

这个程序是我从别的地方copy的,已经在arm平台编译通过,跑起来了。并且全部能够正常运行。

由于是在arm平台下的qt程序,所以没有ui文件(是这个原因?)。之所以会想在windows平台运行,就是不熟悉linux的开发,想在windows下用qt creator先行开发,然后再移植。

但为什么我用win 7平台下的QT creator就运行不起来呢?

重新qmake build也不行,以下为编译与运行时的输出。 如能帮助,不胜感激!

Application Output:

Starting C:\Users\bta\share\video\2013-2-5\matrix_arm_bta\debug\matrix_arm.exe... open: No such file or directory C:\Users\bta\share\video\2013-2-5\matrix_arm_bta\debug\matrix_arm.exe exited with code 1

找到这个目录,有matrix_arm.exe这个文件。如果双击出现:The program cannot start bucause mingwm10.dll is missing from your computer...(出现这个是因为?)

Compile output:

09:11:52: Running steps for project matrix_arm...

09:11:52: Configuration unchanged, skipping qmake step.

09:11:52: Starting: "C:\MinGW\bin\mingw32-make.exe"

C:/MinGW/bin/mingw32-make -f Makefile.Debug

mingw32-make[1]: Entering directory `C:/Users/bta/share/video/2013-2-5/matrix_arm_bta' g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"c:\Qt\4.6.4\include\QtCore" -I"c:\Qt\4.6.4\include\QtGui" -I"c:\Qt\4.6.4\include" -I"." -I"c:\Qt\4.6.4\include\ActiveQt" -I"debug" -I"c:\Qt\4.6.4\mkspecs\win32-g++" -o debug\browser.o browser.cpp

... ...

g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"c:\Qt\4.6.4\include\QtCore" -I"c:\Qt\4.6.4\include\QtGui" -I"c:\Qt\4.6.4\include" -I"." -I"c:\Qt\4.6.4\include\ActiveQt" -I"debug" -I"c:\Qt\4.6.4\mkspecs\win32-g++" -o debug\moc_scribblearea.o debug\moc_scribblearea.cpp g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -mthreads -Wl -Wl,-subsystem,windows -o debug\matrix_arm.exe object_script.matrix_arm.Debug -L"c:\Qt\4.6.4\lib" -lmingw32 -lqtmaind -lQtGuid4 -lQtCored4

mingw32-make[1]: Leaving directory `C:/Users/bta/share/video/2013-2-5/matrix_arm_bta'

09:12:49: The process "C:\MinGW\bin\mingw32-make.exe" exited normally.

x 出现错误。请重试或与管理员联系。