Best resource for any S60 SDK and Vista problem is Nokia Wiki-pages:
http://wiki.forum.nokia.com/index.php/Moving_to_Windows_Vistahttp://wiki.forum.nokia.com/index.php/Windows_VistaKuneriLite can be run in MS Vista with following changes:
1. Download Vista patch from Forum Nokiahttp://wiki.forum.nokia.com/images/5/5e/S60_3rd_ed_vista_patch.zip2. NOTE! Zip has wrong path, copy it manually to correct folder.Unzip the file and copy the file in \Symbian\9.1\S60_3rd\Epoc32\tools\cl_bpabi.pm to \Symbian\9.1\S60_3rd_MR\Epoc32\tools\cl_bpabi.pm
(check that paths match to your installation)
3. Check your PATH settingshttp://wiki.forum.nokia.com/index.php/Windows_Vista#PATH_environment_variable(for
Perl,
CLS Arm Toolchain and
Symbian\Tools)
Example of working setting:
Path=C:\Program Files\CSL Arm Toolchain\bin;C:\Program Files\CSL Arm Toolchain\a
rm-none-symbianelf\bin;C:\Program Files\CSL Arm Toolchain\libexec\gcc\arm-none-symbianelf\3.4.3;C:\Program Files\Common Files\Symbian\Tools;c:\perl\bin;
4. Edit <Your SDK path>\Epoc32\tools\compilation_config\gcce.mkLook for CC_INSTALL_PATH variable
and change it to:
CC_INSTALL_PATH="C:\Program Files\CSL Arm Toolchain\lib\gcc\arm-none-symbianelf\3.4.3"
(of course change to your paths accordingly, if different)
then look for SYMBIAN_UREL_LINK_FLAGS
and change it to:
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"
(again, check paths)
5. Run the KL Wizard.exe with right click and select "Run as administrator"