mrnt3250
4th March 2011, 22:58
Hi dear friends,
I have got some problem with qt creator while I'm trying to build my qt application on n900 ( maemo ) remotely.
When I am testing the program on win32 compiler, everything is alright but when I want to build it on maemo, in build section i get these errors:
Running build steps for project untitled10...
Starting: "c:/madde/0.7.48/targets/fremantle-pr13/bin/qmake.exe" C:/Qt/2010.05/qt/untitled10/untitled10.pro -r -spec default -unix CONFIG+=debug
-unix is deprecated.
WARNING: OBJECTS_DIR: Cannot access directory 'tmp/obj/debug_shared'
WARNING: PRECOMPILED_DIR: Cannot access directory 'tmp/obj/debug_shared'
WARNING: moc_header: Cannot access directory 'tmp/moc/debug_shared'
WARNING: moc_source: Cannot access directory 'tmp/moc/debug_shared'
WARNING: moc_source: Cannot access directory 'tmp/moc/debug_shared'
The process "c:/madde/0.7.48/targets/fremantle-pr13/bin/qmake.exe" exited normally.
Starting: "C:/madde/0.7.48/bin/make.exe" -w
make: Entering directory `/c/Qt/2010.05/qt/untitled10'
g++ -c -pipe -g -Wall -W -D_REENTRANT -DQT_GL_NO_SCISSOR_TEST -DQT_DEFAULT_TEXTURE_GLYPH_CACHE_WIDTH=1024 -DQT_GUI_LIB -DQT_CORE_LIB -Ic:/MADDE/0.7.48/sysroots/fremantle-arm-sysroot-20.2010.36-2-slim/usr/share/qt4/mkspecs/default -I. -I../include/QtCore -I../include/QtGui -I../include -I/usr/include -IC:/Qt/2010.05/qt/untitled10/tmp/moc/debug_shared -I. -o tmp/obj/debug_shared/main.o main.cpp
Assembler messages:
Fatal error: can't create tmp/obj/debug_shared/main.o: No such file or directory
I have searched a lot about these problems but still I have them.
Also I have attached some images which may be useful.
Thanks in advice.
Added after 1 13 minutes:
Any suggestion ?
Added after 32 minutes:
Actually I have got some clue to solve this. But I'm not sure that it will be solved completely.
I have just added these tree lines in my .pro file :
DEPENDPATH = C:/Qt/2010.05/mingw/include
OBJECTS_DIR = tmp/obj/debug_shared
MOC_DIR = tmp/moc/debug_shared
I have got some problem with qt creator while I'm trying to build my qt application on n900 ( maemo ) remotely.
When I am testing the program on win32 compiler, everything is alright but when I want to build it on maemo, in build section i get these errors:
Running build steps for project untitled10...
Starting: "c:/madde/0.7.48/targets/fremantle-pr13/bin/qmake.exe" C:/Qt/2010.05/qt/untitled10/untitled10.pro -r -spec default -unix CONFIG+=debug
-unix is deprecated.
WARNING: OBJECTS_DIR: Cannot access directory 'tmp/obj/debug_shared'
WARNING: PRECOMPILED_DIR: Cannot access directory 'tmp/obj/debug_shared'
WARNING: moc_header: Cannot access directory 'tmp/moc/debug_shared'
WARNING: moc_source: Cannot access directory 'tmp/moc/debug_shared'
WARNING: moc_source: Cannot access directory 'tmp/moc/debug_shared'
The process "c:/madde/0.7.48/targets/fremantle-pr13/bin/qmake.exe" exited normally.
Starting: "C:/madde/0.7.48/bin/make.exe" -w
make: Entering directory `/c/Qt/2010.05/qt/untitled10'
g++ -c -pipe -g -Wall -W -D_REENTRANT -DQT_GL_NO_SCISSOR_TEST -DQT_DEFAULT_TEXTURE_GLYPH_CACHE_WIDTH=1024 -DQT_GUI_LIB -DQT_CORE_LIB -Ic:/MADDE/0.7.48/sysroots/fremantle-arm-sysroot-20.2010.36-2-slim/usr/share/qt4/mkspecs/default -I. -I../include/QtCore -I../include/QtGui -I../include -I/usr/include -IC:/Qt/2010.05/qt/untitled10/tmp/moc/debug_shared -I. -o tmp/obj/debug_shared/main.o main.cpp
Assembler messages:
Fatal error: can't create tmp/obj/debug_shared/main.o: No such file or directory
I have searched a lot about these problems but still I have them.
Also I have attached some images which may be useful.
Thanks in advice.
Added after 1 13 minutes:
Any suggestion ?
Added after 32 minutes:
Actually I have got some clue to solve this. But I'm not sure that it will be solved completely.
I have just added these tree lines in my .pro file :
DEPENDPATH = C:/Qt/2010.05/mingw/include
OBJECTS_DIR = tmp/obj/debug_shared
MOC_DIR = tmp/moc/debug_shared