Series80 together with Series60

Login to reply to this topic.
Tue, 2005-05-17 22:32
Joined: 2004-06-17
Forum posts: 47
Hi,

I am trying to use Series60 as well as Series80, here is the setting file for enviromnetswitch:

<settingsfile>

<environment name="Series60 v1.2">
<env key="PATH" action="prepend" value="C:\Symbian\6.1\Series60\Epoc32\Tools\;"/>
<env key="PATH" action="prepend" value="C:\Symbian\6.1\Shared\Epoc32\Tools\;"/>
<env key="PATH" action="prepend" value="C:\Symbian\6.1\Shared\EPOC32\gcc\bin\;"/>
<env key="PATH" action="append" value=";C:\Programme\Microsoft Visual Studio\VC98\Bin;C:\Programme\Microsoft Visual Studio\Common\MSDev98\Bin"/>
<env key="EPOCROOT" action="replace" value="\Symbian\6.1\Series60\"/>
<command value="cmd.exe /k title Series60 v1.2" directory="C:\Symbian\6.1" binding="middlebutton"/>
<command value="cmd.exe /k title Series60 v1.2" directory="C:\Symbian\6.1" binding="menu" caption="Shell"/>
<command value="cmd.exe /k title Series60 v1.2" directory="C:\Symbian\Projets" binding="menu" caption="Projets"/>
<command value="epoc.exe -wins" binding="menu" caption="EPOC emulator"/>
<command value="msdev.exe" binding="menu" caption="VC++ 6.0"/>
</environment>

<environment name="Series60 v2.0">
<env key="PATH" action="append" value=";C:\Programme\Microsoft Visual Studio\VC98\Bin;C:\Programme\Microsoft Visual Studio\Common\MSDev98\Bin"/>
<command value="devices -setdefault @Series60_v2_1:com.nokia.series60_2_1" binding="entry" outputwindow="yes"/>
<command value="cmd.exe /k title Series60 v2.0" directory="C:\Symbian\7.0s\Series60_v20" binding="middlebutton"/>
<command value="cmd.exe /k title Series60 v2.0" directory="C:\Symbian\7.0s\Series60_v20" binding="menu" caption="Shell"/>
<command value="epoc.exe -wins" binding="menu" caption="EPOC emulator"/>
<command value="msdev.exe" binding="menu" caption="VC++ 6.0"/>
</environment>

<environment name="Series80">
<env key="PATH" action="append" value=";C:\Programme\Microsoft Visual Studio\VC98\Bin;C:\Programme\Microsoft Visual Studio\Common\MSDev98\Bin"/>
<env key="EPOCROOT" action="replace" value="\Symbian\7.0s\S80_DP2_0_SDK\"/>
<command value="devices -setdefault @Series80_DP2_0_SDK:com.nokia.Series80" binding="entry" outputwindow="yes"/>
<command value="cmd.exe /k title Series60 v2.0" directory="C:\Symbian\7.0s\Series60_v20" binding="middlebutton"/>
<command value="cmd.exe /k title Series60 v2.0" directory="C:\Symbian\7.0s\Series60_v20" binding="menu" caption="Shell"/>
</environment>

</settingsfile>


When I try using any abld command, it sets the EPOCPATH in front of the include path and therefore some files are not found. I though Symbian 7.0 does not use EPOCROOT anymore? Setting a new EPOCROOT also did not work.

Anybody managed to use both SDKs simultaniously?

Regards
lkz633

Tue, 2005-05-17 22:51
Joined: 2004-06-17
Forum posts: 47
Series80 together with Series60
When setting EPOCROOT by hand, it seems to work know.

But I though enviromnetswitch was exactly for doing this?
Or is there something wrong with my setting file?

Regards
Max
  • Login to reply to this topic.