View Full Version : Debugging GCCE UDEB build with Metro TRK over Symbian OS 9.1


symbianpioneer
14-07-2006, 01:03 PM
Hi guys ,
I am trying to debug a simple helloworldbasic example that comes with Nokia Series 60 3rd edition SDK and code warrior 3.1. I am using Nokia N71 .

I have succesfully installed the Metro TRK sis file on phone and configured the connection settings to USB AND CW_Symbian_3.1.1_Update.exe path for codewarrior 3.1.

I am building this application for GCCE UDEB target , my first doubt is that :
will MEtroTrk ( version 2.5 , TRK API version3.1 ) support debugging of GCCE UDEB type binary code ?

i feel it should .


Problem i am facing is in buiulding , after linking the Helloworldbasic.exe , i gets an error in codewarrior screen , it says
" Error : Symbian Installer - error: file I/O fault.
helloworldbasic_gcce.pkg line 21 "

I have checked my package file , it correct ,
and at line number 21 , i have mentioned source and destination path for helloworldbasic.exe

which is
"..\..\..\epoc32\release\gcce\udeb\HelloWorldBasic. exe" -"!:\sys\bin\ HelloWorldBasic.exe"

I cant understand the reason for this error.

So guys help me !

Thanks & Regards
Navjot

antonypranata
17-07-2006, 06:49 AM
Try to replace the relative path with absolute path, for example

c:\Symbian\9.1\S60_3rd\epoc32\release\gcce\udeb\He lloWorldBasic .exe" -"!:\sys\bin\ HelloWorldBasic.exe

CodeWarrior is a little bit "stupid" because it cannot recognize relative path in the .pkg file.