unable to locate application in emulator
| Wed, 2008-01-16 20:22 | |
|
hello, S60 SDK 3rd edition (Symbian version 9.1) I tried to run the application from the command prompt itself. although the 'abld.....' command did not show any noticable errors, when i subsequently entered epoc on the command prompt i could not locate the hello world file any where in the emulator which opened up. i've copied the command line text word to word; C:\Symbian\9.1\S60_3rd\S60Ex\helloworldbasic\group>bldmake BLDFILESApart from a few warnings, i could not find any errors except one 'ERROR 2' near the bottom. What is this error about & if it's irrelevent where did the application go?? please help... |
|






Forum posts: 463
try
Forum posts: 19
thanks a ton.. it worked. But i thought udeb or unicode debug was the default if nothing was mentioned after winscw
Is it not the case???
Forum posts: 49
First of all as I know on public sdk you can't build urel builds. You can only build in udeb mode.
Second question is what version of rvct you are using ? In your log there are warrings that rvct compiler version can't be determined.
Forum posts: 463
Apparently in your case it took urel as default
Forum posts: 19
hi Iman,
The CSL ARM toolchain installed on my PC in it's release notes says to support ARM ver6 which includes RVCT2.2 Also I read in some other post that the warning may be caused as the previous command bldmake does not mention in this case the target type, hence the warning. The program did work eventually so i' m happy at that! Thanks anyways.... cheers