Error running application in Symbian
-
Hello, I have a problem when you want to run my application in cell E7 or N8, I generated the following error:
sbs: build log in C: \ QtSDK \ Symbian \ SDKs \ Symbian3Qt474 \ EPOC32 \ build \ Makefile.2012-01-27-11-26-03.05-9860.log
sbs: error: Failed to write makefile 'C: / QtSDK/Symbian/SDKs/Symbian3Qt474/epoc32/build/Makefile.2012-01-27-11-26-03.05-9860_all': 'ascii' codec can not decode byte 0xf1 in position 68: ordinal not in range (128):
make.exe: Leaving directory `C: / NokiaDemos / Blog / Blog '
make.exe: *** [release-gcce] Error 1
11:26:30: The process "C: \ QtSDK \ Symbian \ SDKs \ Symbian3Qt474 \ EPOC32 \ tools \ make.exe" exited with code 2.
Error while building project Blog (target: Symbian Device)
When executing build step 'Make'I hope and I can help.
-
Just a shot into the dark: Are there any non-ASCII characters in your .pro file? Did you add any non-ASCII characters into any of the generated symbian build system files?
-
Can you upload the C: \ QtSDK \ Symbian \ SDKs \ Symbian3Qt474 \ EPOC32 \ build \ Makefile.2012-01-27-11-26-03.05-9860.log to pastebin or any other snippet site?
So we can help you properly
-
Sure, here:
http://pastebin.com/F8e4tQNX -
Tobias, here I leave my. Pro for review, because I could not tell.
-
Hi,
I really don't know what is wrong.
Have you tried to deploy simple Hello World app to your mobile phone?
Here is how to create Hello World
http://www.developer.nokia.com/Develop/Qt/Getting_started/Step_2.xhtml
Deploy to Symbian device
http://www.developer.nokia.com/Develop/Qt/Getting_started/Step_3.xhtmlDoes this work?
-
Hi, thanks for your answer, just that I still can not do deploy in the cell, the error can not find it, and I had been able to run other applications on the device.
The first to probe, was that of Hello World, but now my application does not allow.
regards