Hi.
I have problems with the Setup test and compiling:
Using rsc\ as default KuneriLite path.
Projects\KuneriLiteTest\KuneriLiteTest.pkg is successfully created.
Link to notes file Projects\KuneriLiteTest\release.txt is successfully added into
Projects\KuneriLiteTest\KuneriLiteTest.pkg.
MySIS by Kuneri. All rights reserved.
Using rsc\ as default KuneriLite path.
Basic version detected
Using AF105151(generated) as UID.
Using rsc\default.svg as default icon.
Using GCCE as default compiler.
Using 0.1.0 as default version number.
Not using KuneriLite, just generating SWF launcher.
Using 1001 as default communication port.
Using AF105151 as SIS package UID.
Installation path: \KuneriLiteTest
Please wait... this will take some seconds.
KuneriLite Basic ver. 0.9.8 by Kuneri
Processing..............
creating makefile..
ABLD ERROR: "\Symbian\9.1\S60_3rd_MR\EPOC32\BUILD\Program Files\KuneriLite\FlashL
auncher\group" makefile GCCEPlatform.pm" not yet created
BEGIN failed--compilation aborted at C:\Symbian\9.1\S60_3rd_MR\epoc32\tools\abld.
pl line 159.
Building resources..
ABLD ERROR: "\Symbian\9.1\S60_3rd_MR\EPOC32\BUILD\Program Files\KuneriLite\FlashL
auncher\group" resource GCCEPlatform.pm" not yet created
BEGIN failed--compilation aborted at C:\Symbian\9.1\S60_3rd_MR\epoc32\tools\abld.
pl line 159.
Compiling..
ABLD ERROR: "\Symbian\9.1\S60_3rd_MR\EPOC32\BUILD\Program Files\KuneriLite\FlashL
auncher\group" build GCCE URELPlatform.pm" not yet created
BEGIN failed--compilation aborted at C:\Symbian\9.1\S60_3rd_MR\epoc32\tools\abld.
pl line 159.
Compilation failed! Check your SDK environment and MySIS arguments!
Press any key
(kldebug1.txt has the same errors about ABLD, )
I HAD the "The system cannot find the path specified" problem, but after some tuning, I think I got all the paths right.
I have installed J2ME, Perl, and correct SDK. I'm on Vista, and have patched like here was told:
http://forum.kuneri.net/index.php?topic=44.0some details to check:
- SDK and KuneriLite should be installed on same drive
- 'Space' letters are not allowed in SDK or KuneriLite install paths
- Rebooting is needed after installing SDK
- SDK should be S60 3rd MR (not FP1 or above)
- Check that these are also adjusted in start.cmd :
@IF EXIST \Symbian\9.1\S60_3rd_MR\ SET EPOCROOT=\Symbian\9.1\S60_3rd_MR\
@IF EXIST \Symbian\9.1\S60_3rd_MR\ devices -setdefault @S60_3rd_MR:com.nokia.s60
If problem continues, you can try to check it whether its SDK
or KL problem, by compiling simple Symbian project in command line like this :
CD \Symbian\9.1\S60_3rd_MR\S60Ex\helloworldbasic\group
bldmake bldfiles
abld build gcce urel
cd..
cd sis
createsis create helloworld_gcce.pkg -pass 1234
Hope that helps!
SDK & KuneriLite are on the same drive, there are no spaces, I have rebooted, SDK is the correct one (MR), paths in start.cmd are correct.
The command line building with SDK worked (though it wasn't "helloworld_gcce.pkg", but "helloworldbasic_gcce.pkg")
So, what is GCCEPlatform, where do I get it or what makes it? The extra " in
ABLD ERROR: "\Symbian\9.1\S60_3rd_MR\EPOC32\BUILD\Program Files\KuneriLite\FlashLauncher\group" makefile GCCEPlatform.pm
" not yet created
makes me wonder, if there's some error in abld.pl? (Or when passing variables or something)
Any help would be appreciated.
