Hi,
I went through the steps described for making KuneriLite work with Vista (
http://wiki.kunerilite.net/index.php?title=Microsoft_Vista_support) , but I wasn't able to put it to work yet...

I now have the error:
**********
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 AF115151(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 AF115151 as SIS package UID.
Installation path: \KuneriLiteTest
Please wait... this will take some seconds.
Sorry, \epoc32\tools\unzip.exe is not supported in this release. Please use a dif
ferent
device. Use 'devices' to view the available devices.
Invalid KuneriLite release found.
Press any key
************
I made steps 1, 2, and 3 with no doubt.
Regarding step 4 i'm not sure I did the changes to the gcce.mk correctly...
Here is what I changed for CC_INSTALL_PATH and SYMBIAN_UREL_LINK_FLAGS:
.
.
.
# Compiler Installation Location
CC_INSTALL_PATH="C:\Program Files\CSL Arm Toolchain\lib\gcc\arm-none-symbianelf\3.4.3"
.
.
.
# Path to pick the header files from the Compiler installation directory
COMPILER_INCLUDE_PATH=$(CC_INSTALL_PATH)\include
.
.
.
# Linker option common to all link commands for UREL build
SYMBIAN_UREL_LINK_FLAGS=-L"c:\program files\csl arm toolchain\arm-none-symbianelf\lib" -L"c:\program files\csl arm toolchain\lib\gcc\arm-none-symbianelf\3.4.3"
.
.
.
# Linker Options
.
.
export SYMBIAN_UREL_LINK_FLAGS
.
What am I doing wrong?
Thanks in advance.
P.S. I can not find the file kldebug1.txt. Is it a hidden file on the main KuneriLite folder?
Cheers,
DRomao