Hello, I am a french teacher in a high school of Nancy.
I've been using Qt (under Linux and Windows) for several years within my course about programming with my students. Severals weeks ago, I tested the new Qt Mobility API with a Nokia N95 8g mobile phone. I was working under Windows Vista with the 4.6.2 version of Qt for Symbian and the 1.0.0-Beta version of the Qt Mobility API. With my students, I created an application which makes use of the Location and Messaging APIs. With this application, we are now able to get the GPS coordinates of the current position of the phone every 30 seconds. These positions are recorded in a file with a XML format close to the well known GPX format. Every 5 minutes, the content of the file is put into a MMS which is sent to a server where all the GPS coordinates are stored into a database. This application works fine. I want now to work with the new Nokia Qt SDK 1.0 that is installed on my PC which runs now under Windows 7 Pro. I've noticed that all the necessary tools are installed with the new Nokia Qt SDK... But I'm not able to build any New Qt Project for my M95 8G phone !! The application runs well in the simulator but when I want to build it for the device, the "Compile Output" of QtCreator shows the following message : --------------------------------------------------------------------- Running build steps for project NEW_TG01... Configuration unchanged, skipping qmake step. Starting: "C:/NokiaQtSDK/Symbian/SDK/epoc32/tools/make.exe" debug-gcce -w C:\NokiaQtSDK\Symbian\SDK\epoc32\tools\make.exe: Entering directory `C:/GEOLOC2010/NEW_TG01' bldmake bldfiles ABLD.BAT build gcce udeb process_begin: CreateProcess((null), ABLD.BAT build gcce udeb, ...) failed. make (e=2): Le fichier spécifié est introuvable. C:\NokiaQtSDK\Symbian\SDK\epoc32\tools\make.exe: *** [debug-gcce] Error 2 C:\NokiaQtSDK\Symbian\SDK\epoc32\tools\make.exe: Leaving directory `C:/GEOLOC2010/NEW_TG01' The process "C:/NokiaQtSDK/Symbian/SDK/epoc32/tools/make.exe" exited with code %2. Error while building project NEW_TG01 (target: Symbian Device) When executing build step 'Make' --------------------------------------------------------------------- I don't know where there is a problem but I noticed that the ABLD.BAT file has not been created in my project directory... Previously, I was using the ARM toolchain (RDVS environment), is it still mandatory ? Thank you for your help which will be wery usefull... Best regards Thierry GUYOT Informatics Professor Lycée Charles de Foucauld 1, Rue Jeannot 54000 NANCY - FRANCE _______________________________________________ Qt-mobility-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-mobility-feedback
