Symbian
Symbian OS Library

FAQ-1112 Can I use devices.exe to point to binaries for pre-7.0 SDKs?

[Index][spacer] [Previous] [Next]



 

Classification: General Category: Tools
Created: 08/17/2004 Modified: 09/15/2004
Number: FAQ-1112
Platform: Not Applicable

Question:
Can I use devices.exe to point to binaries for pre-7.0 SDKs? In particular, can I set the Series60 6.1 SDK as my default device using devices.exe?

Answer:
Can I use devices.exe to point to binaries for pre-7.0 SDKs ?

The devices.exe tool allows to manage your Symbian SDKs. The tool makes it easier to switch between several SDKs and seamlessly invokes the correct tools from the chosen SDK. More information can be found at:
    http://www.symbian.com/developer/techlib/v70sdocs/doc_source/toolsandutilities/kitmanagement/index.html

    Can I set the Series60 6.1 SDK as my default device using devices.exe ?

    You need to do the following.....

    > devices -add C:\symbian\6.0\Series60\ C:\symbian\6.0\shared\ @v6.1:com.nokia.sdk
    > devices -setdefault @v6.1:com.nokia.sdk

    After you have set the device make sure that your PATH environment variable does not reference the Series60 SDK. It is advisable to unset the EPOCROOT environment variable before running any commands.