Page 1 of 1

UIQ3 bldmake fail

PostPosted: Feb 3, 2007 @ 11:27am
by sakamotos
hi all,

I got errors while try to compile the sample in Edge 2.95's Helloworld for UIQ3. How to ensure the GCCE is installed???

C:\projects\Edge\samples\Helloworld\workspace_uiq_3-0>build_auto

C:\projects\Edge\samples\Helloworld\workspace_uiq_3-0>build helloworld

C:\projects\Edge\samples\Helloworld\workspace_uiq_3-0>bmconv helloworld_aif.mbm
/c12..\res\aif\icon64.bmp /c12..\res\aif\icon64mask.bmp


BMCONV version 114.
Compiling...
Multiple bitmap store type: File store
Epoc file: helloworld_aif.mbm

Bitmap file 1 : ..\res\aif\icon64.bmp
Bitmap file 2 : ..\res\aif\icon64mask.bmp
Success.

C:\projects\Edge\samples\Helloworld\workspace_uiq_3-0>devices -setdefault @UIQ3:
com.symbian.UIQ

C:\projects\Edge\samples\Helloworld\workspace_uiq_3-0>bldmake bldfiles

\projects\Edge\samples\Helloworld\workspace_uiq_3-0\BLD.INF FATAL ERROR(S):
\projects\Edge\samples\Helloworld\workspace_uiq_3-0\BLD.INF(5) : Unsupported pla
tform GCCE specified

C:\projects\Edge\samples\Helloworld\workspace_uiq_3-0>call abld build gcce urel

ABLD ERROR: Project Bldmake directory "\Symbian\6.1\Series60\EPOC32\BUILD\projec
ts\Edge\samples\Helloworld\workspace_uiq_3-0\" does not exist
BEGIN failed--compilation aborted at C:\Symbian\UIQ3SDK\epoc32\tools\abld.pl lin
e 152.
Processing helloworld.pkg...
helloworld.pkg(10) : error: file I/O fault.

C:\projects\Edge\samples\Helloworld\workspace_uiq_3-0>



Thanks

PostPosted: Feb 3, 2007 @ 11:47am
by edge
Hi Sakamotos,

The GCCE platform is using a new gcc compiler which should be installed in C:\Program Files\CSL Arm Toolchain.

The CSL ARM toolchain is usually supplied with the Symbian SDK. If it isn't present in the UIQ 3 SDK, try downloading the S60 3rd edition SDK from forum nokia or search for the CSL ARM toolchain on the internet. Reinstalling the Symbian SDK may help as well.

PostPosted: Feb 3, 2007 @ 12:09pm
by sakamotos
hi edge,

thanks for your quick reply.

I checked the GCCE is installed in C:\Program Files\CSL Arm Toolchain already. Tried reinstall the UIQ3 SDK and tried to add the GCCE path to Path Variable. But all changes go to the same result.

PostPosted: Feb 3, 2007 @ 2:33pm
by sakamotos
thanks, it is solved. :)

Finally I changed the EPOCROOT to \Symbian\UIQ3SDK\
I don't know why devices command won't change it...Now i need to manually change the EPOCROOT and PATH while switching platform :(