本帖最后由 一只耳朵怪 于 2018-5-31 11:51 编辑
这个程序是我从别的地方copy的,已经在
ARM平台编译通过,跑起来了。并且全部能够正常运行。
由于是在arm平台下的qt程序,所以没有ui文件(是这个原因?)。之所以会想在windows平台运行,就是不熟悉linux的开发,想在windows下用qt creator先行开发,然后再移植。
但为什么我用win 7平台下的QT creator就运行不起来呢?
重新qmake build也不行,以下为编译与运行时的输出。 如能帮助,不胜感激!
Applica
tion Output:
Starting C:Usersbtasharevideo2013-2-5matrix_arm_btadebugmatrix_arm.exe... open: No such file or directory C:Usersbtasharevideo2013-2-5matrix_arm_btadebugmatrix_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:MinGWbinmingw32-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:Qt4.6.4includeQtCore" -I"c:Qt4.6.4includeQtGui" -I"c:Qt4.6.4include" -I"." -I"c:Qt4.6.4includeActiveQt" -I"debug" -I"c:Qt4.6.4mkspecswin32-g++" -o debugbrowser.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:Qt4.6.4includeQtCore" -I"c:Qt4.6.4includeQtGui" -I"c:Qt4.6.4include" -I"." -I"c:Qt4.6.4includeActiveQt" -I"debug" -I"c:Qt4.6.4mkspecswin32-g++" -o debugmoc_scribblearea.o debugmoc_scribblearea.cpp g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -mthreads -Wl -Wl,-subsystem,windows -o debugmatrix_arm.exe object_script.matrix_arm.Debug -L"c:Qt4.6.4lib" -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:MinGWbinmingw32-make.exe" exited normally.
0