Problem in deploying the application in X6
hi all,
created my own sample application . it executes well in simulator.
when i depolyed in my X6 it throws a warning and an error
[B] :: warning: The Symbian toolchain does not handle special characters in a project path well. [/B]
[B] :: error: No rule to make target `MAKEFILE_0XE1BD9352.MK'. Stop. [/B]
please explain this. thanks in advance.
Re: Problem in deploying the application in X6
Hi adhavanj,
Are you able to run any sample code given with Qt setup in to your device other than your application?
Re: Problem in deploying the application in X6
yupe i tried animatedtiles, it got deployed and works fine
Re: Problem in deploying the application in X6
I have had sth similar one time, Luciano Tomulta can likely remember.
In my case, the solution was to create a different project with different name and UID.
Re: Problem in deploying the application in X6
[QUOTE=adhavanj;765335]hi all,
created my own sample application . it executes well in simulator.
when i depolyed in my X6 it throws a warning and an error
[B] :: warning: The Symbian toolchain does not handle special characters in a project path well. [/B]
[B] :: error: No rule to make target `MAKEFILE_0XE1BD9352.MK'. Stop. [/B]
please explain this. thanks in advance.[/QUOTE]
Probably you used special characters in your project name. Could you try to name the project without using special characters?
Re: Problem in deploying the application in X6
[QUOTE=tamhanna;765367]I have had sth similar one time, Luciano Tomulta can likely remember.
In my case, the solution was to create a different project with different name and UID.[/QUOTE]
yupe.. i have done that too...... but it is still showing the same error.....
Re: Problem in deploying the application in X6
[QUOTE=croozeus;765405]Probably you used special characters in your project name. Could you try to name the project without using special characters?[/QUOTE]
nope....... i couldnot find any special characters in my project name or project path
Re: Problem in deploying the application in X6
Try to build directly from C:\someshortdirname. I remember problems with spaces in paths and windows usually puts MyDocuments in C:\Documents and Settings\ so you already have two spaces in your path name if you build your application from MyDocuments.
Re: Problem in deploying the application in X6
Hi,
I think that [B]axeljaeger[/B] is right.
Whenever your path had a space in it than creator shows a warning that [I][U]a symbian tool chain does not handle the specail character in path[/U][/I]. Removing space will solve the problem.
Re: Problem in deploying the application in X6
[QUOTE=axeljaeger;765693]Try to build directly from C:\someshortdirname. I remember problems with spaces in paths and windows usually puts MyDocuments in C:\Documents and Settings\ so you already have two spaces in your path name if you build your application from MyDocuments.[/QUOTE]
[QUOTE=james1980;765724]Hi,
I think that [B]axeljaeger[/B] is right.
Whenever your path had a space in it than creator shows a warning that [I][U]a symbian tool chain does not handle the specail character in path[/U][/I]. Removing space will solve the problem.[/QUOTE]
[B]@axeljaeger[/B] hats off.... now it works fine....i create a folder c:\test. job DONE!!!
[B]@james1980[/B]yupe..... if there is a space in our path the creator is showing a warning symbol at the second page of application creator wizard.(Forgot to note that earlier, which ate lot of my time)
@all: i still wonder y nokia cannot solve this issue , is it a bug??? and another one query,all the sample example have space and even a dot but that works fine in mobile, what is the mystery behind this?
Re: Problem in deploying the application in X6
[QUOTE=adhavanj;765761]
@all: i still wonder y nokia cannot solve this issue , is it a bug???[/QUOTE]
Since it gives you a warning, it can't be called a bug. But definitely a known issue.
Re: Problem in deploying the application in X6
Hi guys ,
i am installing the app devloped on nokia s60 3rd edition on nokia x6. Intially its givibg the warning that the application is not compatiable for the device after that i pressed continue anyway.
after installation its gives the error "Application closed-exern-exe".
i am able to run the same application on e71.
Please suggest for the same.
Re: Problem in deploying the application in X6
[QUOTE=akki123;901132]Hi guys ,
i am installing the app devloped on nokia s60 3rd edition on nokia x6. Intially its givibg the warning that the application is not compatiable for the device after that i pressed continue anyway.
after installation its gives the error "Application closed-exern-exe".
i am able to run the same application on e71.
Please suggest for the same.[/QUOTE]
there is no point on opening this issue in multiple thread, you already got some answers in: [url]http://www.developer.nokia.com/Community/Discussion/showthread.php?139746-Binary-compatibility[/url].