Hello All,
I am trying to build the sample hello world project which comes with S60 2nd edition FP2 SDK in carbide.c++ v1.2 IDE. when I build the project for ARMI or THUMB build, it builds successfully. the only change i made in the imported helloworld project is giving absolute SOURCE path in .pkg file and creating the sis file. but in Emulator debug build, the IDE gives some error like file not found. I hav SDK in C:\Symbian\8.0a\S60_2nd_FP2\... and i imported the sample helloworld project from the SDK's Example folder..the Console and Problem window output is as follows---
CONSOLE:-
***Building project "helloworldbasicEx" for configuration "Emulator Debug (WINSCW) [S60_2nd_FP2]"
***Printing environment variables modified from default:
PATH=C:\Product_Layout_1.2.2.5_with_TRKs_removedCarbide.c++v1.2\x86Build\Symbian_Tools\Command_Line_Tools;C:\Symbian\8.0a\S60_2nd_FP2\epoc32\tools;C:\Symbian\8.0a\S60_2nd_FP2\epoc32\gcc\bin;C:\Program Files\Common Files\Symbian\Tools;C:\Perl-5.6.1.631\bin\;C:\Symbian\8.0a\S60_2nd_FP2;C:\Program Files\PC Connectivity Solution\;C:\Perl\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\WinSCP3\;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Common Files\Teleca Shared;C:\webserver\php;C:\webserver\mysql\bin;C:\Program Files\CSL Arm Toolchain\bin;C:\Program Files\Java\jdk1.6.0_07\bin;
MWCSYM2INCLUDES=C:\Product_Layout_1.2.2.5_with_TRKs_removedCarbide.c++v1.2\x86Build\Symbian_Support\MSL\MSL_C\MSL_Common\Include;C:\Product_Layout_1.2.2.5_with_TRKs_removedCarbide.c++v1.2\x86Build\Symbian_Support\MSL\MSL_C\MSL_Win32\Include;C:\Product_Layout_1.2.2.5_with_TRKs_removedCarbide.c++v1.2
***lines deleted*****
EPOCROOT=\Symbian\8.0a\S60_2nd_FP2\
Working Directory: C:/Symbian/8.0a/S60_2nd_FP2/Series60Ex/helloworldbasic/group
*** Makefile structures up to date. Skipping 'bldmake bldfiles'
===Build Command = build WINSCW UDEB -v===
abld.bat build WINSCW UDEB -v
make -r -f "\Symbian\8.0a\S60_2nd_FP2\EPOC32\BUILD\SYMBIAN\8.0A\S60_2ND_FP2\SERIES60EX\HELLOWORLDBASIC\GROUP\EXPORT.make" EXPORT
Nothing to do
make -r -f "\Symbian\8.0a\S60_2nd_FP2\EPOC32\BUILD\SYMBIAN\8.0A\S60_2ND_FP2\SERIES60EX\HELLOWORLDBASIC\GROUP\WINSCW.make" MAKEFILE
perl -S makmake.pl -D \SYMBIAN\8.0A\S60_2ND_FP2\SERIES60EX\HELLOWORLDBASIC\GROUP\HELLOWORLDBASIC WINSCW
make -r -f "\Symbian\8.0a\S60_2nd_FP2\EPOC32\BUILD\SYMBIAN\8.0A\S60_2ND_FP2\SERIES60EX\HELLOWORLDBASIC\GROUP\WINSCW.make" LIBRARY
make -r -f "\Symbian\8.0a\S60_2nd_FP2\EPOC32\BUILD\SYMBIAN\8.0A\S60_2ND_FP2\SERIES60EX\HELLOWORLDBASIC\GROUP\HELLOWORLDBASIC\WINSCW\HELLOWORLDBASIC.WINSCW" LIBRARY
make[1]: Entering directory `C:/SYMBIAN/8.0A/S60_2ND_FP2/SERIES60EX/HELLOWORLDBASIC/GROUP'
make[1]: Nothing to be done for `LIBRARY'.
make[1]: Leaving directory `C:/SYMBIAN/8.0A/S60_2ND_FP2/SERIES60EX/HELLOWORLDBASIC/GROUP'
make -r -f "\Symbian\8.0a\S60_2nd_FP2\EPOC32\BUILD\SYMBIAN\8.0A\S60_2ND_FP2\SERIES60EX\HELLOWORLDBASIC\GROUP\WINSCW.make" RESOURCE CFG=UDEB
Updated \Symbian\8.0a\S60_2nd_FP2\EPOC32\RELEASE\WINSCW\UDEB\Z\SYSTEM\APPS\HELLOWORLDBASIC\HELLOWORLDBASIC.RSC
make -r -f "\Symbian\8.0a\S60_2nd_FP2\EPOC32\BUILD\SYMBIAN\8.0A\S60_2ND_FP2\SERIES60EX\HELLOWORLDBASIC\GROUP\HELLOWORLDBASIC\WINSCW\HELLOWORLDBASIC.WINSCW" RESOURCEUDEB
make[1]: Entering directory `C:/SYMBIAN/8.0A/S60_2ND_FP2/SERIES60EX/HELLOWORLDBASIC/GROUP'
****lines deleted********
nohidevirtual,nounusedexpr -msgstyle gcc -enum int -str pool -nostdinc -d _DEBUG -d _UNICODE -d "__SYMBIAN32__" -d "__CW32__" -d "__WINS__" -d "__WINSCW__" -d "__DLL__" -cwd source -i- -i "\SYMBIAN\8.0A\S60_2ND_FP2\SERIES60EX\HELLOWORLDBASIC\INC" -i "\Symbian\8.0a\S60_2nd_FP2\EPOC32\INCLUDE" -o "\Symbian\8.0a\S60_2nd_FP2\EPOC32\BUILD\SYMBIAN\8.0A\S60_2ND_FP2\SERIES60EX\HELLOWORLDBASIC\GROUP\HELLOWORLDBASIC\WINSCW\UDEB\HELLOWORLDBASIC.o" -c "\SYMBIAN\8.0A\S60_2ND_FP2\SERIES60EX\HELLOWORLDBASIC\SRC\Helloworldbasic.cpp"
mwccsym2.exe -g -O0 -wchar_t off -align 4 -warnings on -w nohidevirtual,nounusedexpr -msgstyle gcc -enum int -str pool -nostdinc -d _DEBUG -d _UNICODE -d "__SYMBIAN32__" -d "__CW32__" -d "__WINS__" -d "__WINSCW__" -d "__DLL__" -cwd source -i- -i "\SYMBIAN\8.0A\S60_2ND_FP2\SERIES60EX\HELLOWORLDBASIC\INC" -i "\Symbian\8.0a\S60_2nd_FP2\EPOC32\INCLUDE" -o "\Symbian\8.0a\S60_2nd_FP2\EPOC32\BUILD\SYMBIAN\8.0A\S60_2ND_FP2\SERIES60EX\HELLOWORLDBASIC\GROUP\HELLOWORLDBASIC\WINSCW\UDEB\HELLOWORLDBASICAPPLICATION.o" -c "\SYMBIAN\8.0A\S60_2ND_FP2\SERIES60EX\HELLOWORLDBASIC\SRC\Helloworldbasicapplication.cpp"
mwccsym2.exe -g -O0 -wchar_t off -align 4 -warnings on -w nohidevirtual,nounusedexpr -msgstyle gcc -enum int -str pool -nostdinc -d _DEBUG -d _UNICODE -d "__SYMBIAN32__" -d "__CW32__" -d "__WINS__" -d "__WINSCW__" -d "__DLL__" -cwd source -i- -i "\SYMBIAN\8.0A\S60_2ND_FP2\SERIES60EX\HELLOWORLDBASIC\INC" -i
****lines deleted******
"\Symbian\8.0a\S60_2nd_FP2\EPOC32\INCLUDE" -o "\Symbian
\8.0a\S60_2nd_FP2\EPOC32\BUILD\SYMBIAN\8.0A\S60_2ND_FP2\SERIES60EX\HELLOWORLDBASIC\GROUP\HELLOWORLDBASIC\WINSCW\UDEB\uid.o" -c "\Symbian\8.0a\S60_2nd_FP2\EPOC32\BUILD\SYMBIAN\8.0A\S60_2ND_FP2\SERIES60EX\HELLOWORLDBASIC\GROUP\HELLOWORLDBASIC\WINSCW\Helloworldbasic.uid.cpp"
make[1]: Leaving directory `C:/SYMBIAN/8.0A/S60_2ND_FP2/SERIES60EX/HELLOWORLDBASIC/GROUP'
make -r -f "\Symbian\8.0a\S60_2nd_FP2\EPOC32\BUILD\SYMBIAN\8.0A\S60_2ND_FP2\SERIES60EX\HELLOWORLDBASIC\GROUP\WINSCW.make" FINAL CFG=UDEB
***Build Complete
***Errors were detected in build. See the Problems or Console view for details.
Total Time: 9 sec
PROBLEM WINDOW OUTPUT:-
****************************
Severity and Description Path Resource Location Creation Time Id
make[1]: *** No rule to make target `\Symbian\8.0a\S60_2nd_FP2\EPOC32\RELEASE\WINSCW\UDEB\EDLL.LIB', needed by `\Symbian\8.0a\S60_2nd_FP2\EPOC32\RELEASE\WINSCW\UDEB\Z\SYSTEM\APPS\HELLOWORLDBASIC\HELLOWORLDBASIC.APP'. Stop. helloworldbasicEx line 0 1218618308395 167
if I cant make the emulator build, how can i test the app on emulator..plz help..
i think there is some path problem while building for the emulator version..plz guide me where to set that as i did smthng in .pkg file for THUMB and ARM build.
thanks a lot for ur valuable raplies.
sanjay






