Hi...
I download symbian s60^3 SDK and install it properly like its installation guide said... then I try test by build "hello world" with WINSCW and give result:
then I try build with GCCE 4.4.1 and the result like this :Code:C:\Nokia\devices\Nokia_Symbian3_SDK_v1.0\examples\symbian\gui\helloworldbasic\group>sbs -c winscw_udeb for WINSCW Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\Computer>cd C:\Nokia\devices\Nokia_Symbian3_SDK_v1.0\e xamples\symbian\gui\helloworldbasic\group C:\Nokia\devices\Nokia_Symbian3_SDK_v1.0\examples\symbian\gui\helloworldbasic\gr oup>sbs -c winscw_udeb for WINSCW sbs: error: Could not read variant configuration file C:/epoc32/tools/variant/va riant.cfg (No such file or directory) sbs : warnings: 0 sbs : errors: 1 built 'winscw_udeb' Run time 5 seconds sbs: build log in C:/epoc32/build/Makefile.2012-12-24-23-50-03.log C:\Nokia\devices\Nokia_Symbian3_SDK_v1.0\examples\symbian\gui\helloworldbasic\gr oup>
I think both GCCE and WINSCW didn't know where is path EPOCROOT, so I add C:\Nokia\devices\Nokia_Symbian3_SDK_v1.0; to environment variables and named it as EPOCROOT. After that i try build again, it works but give another error comment like this:Code:C:\Nokia\devices\Nokia_Symbian3_SDK_v1.0\examples\symbian\gui\helloworldbasic\group>sbs -c armv5_urel_gcce4_4_1 Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\Computer>cd C:\Nokia\devices\Nokia_Symbian3_SDK_v1.0\e xamples\symbian\gui\helloworldbasic C:\Nokia\devices\Nokia_Symbian3_SDK_v1.0\examples\symbian\gui\helloworldbasic>cd group C:\Nokia\devices\Nokia_Symbian3_SDK_v1.0\examples\symbian\gui\helloworldbasic\gr oup>sbs -c armv5_urel_gcce4_4_1 sbs: error: Could not read variant configuration file C:/epoc32/tools/variant/va riant.cfg (No such file or directory) sbs : warnings: 0 sbs : errors: 1 built 'armv5_urel_gcce4_4_1' Run time 14 seconds sbs: build log in C:/epoc32/build/Makefile.2012-12-24-23-45-29.log C:\Nokia\devices\Nokia_Symbian3_SDK_v1.0\examples\symbian\gui\helloworldbasic\gr oup>
I try build BLDMAKE BLDFILES, error again :Code:C:\Nokia\devices\Nokia_Symbian3_SDK_v1.0\examples\symbian\gui\helloworldbasic\gr oup>sbs -c winscw_udeb Traceback (most recent call last): File "C:\Nokia\devices\Nokia_Symbian3_SDK_v1.0\epoc32\tools\sbs\python\raptor_ start.py", line 18, in <module> import raptor File "C:\Nokia\devices\Nokia_Symbian3_SDK_v1.0\epoc32\tools\sbs\python\raptor. py", line 31, in <module> import raptor_cache File "C:\Nokia\devices\Nokia_Symbian3_SDK_v1.0\epoc32\tools\sbs\python\raptor_ cache.py", line 19, in <module> import raptor_data File "C:\Nokia\devices\Nokia_Symbian3_SDK_v1.0\epoc32\tools\sbs\python\raptor_ data.py", line 1269, in <module> class ToolSet(object): File "C:\Nokia\devices\Nokia_Symbian3_SDK_v1.0\epoc32\tools\sbs\python\raptor_ data.py", line 1301, in ToolSet cachefile_basename = str(generic_path.Join(os.environ['EPOCROOT'],"epoc32/bu ild/toolcheck_cache_")) File "C:\Nokia\devices\Nokia_Symbian3_SDK_v1.0\epoc32\tools\sbs\python\generic _path.py", line 314, in Join return Path(*list) File "C:\Nokia\devices\Nokia_Symbian3_SDK_v1.0\epoc32\tools\sbs\python\generic _path.py", line 85, in __init__ raise ValueError("An individual windows Path may not contain ';' : %s" % arg ) ValueError: An individual windows Path may not contain ';' : C:\Nokia\devices\No kia_Symbian3_SDK_v1.0; C:\Nokia\devices\Nokia_Symbian3_SDK_v1.0\examples\symbian\gui\helloworldbasic\gr oup>
I spent my 2 days read and learn installation guide and other reference from googling but still did'nt work...Code:C:\Nokia\devices\Nokia_Symbian3_SDK_v1.0\examples\symbian\gui\helloworldbasic\gr oup>bldmake bldfiles ERROR: EPOCROOT must be an absolute path, not containing a drive letter.
I really need assistance

Reply With Quote

