Sorry for not mentioning the problem. I am having the same problem as posted in the title. Carbide.c++ is not finding any SDKs (I think its coz its complaining its not able to find devices.xml though the file is where its supposed to be!!).
When I goto Window -> Preferences -> Carbide.c++ -> SDK Preferences I get a popup saying "No SDKs were found. Make sure you have a valid devices.xml file or defined SDK."
I understand the Symbian SDK (TK8.1) will not work with Carbide.c++. However I am expecting the S60 (V9.1) SDK from nokia should work!
Here is the devices.xml file:
HTML Code:
<?xml version="1.0" encoding="UTF-8"?>
<devices version="1.0">
<device id="S60_3rd" name="com.nokia.s60" default="yes" userdeletable="no">
<epocroot>D:\Symbian\9.1\S60_3rd\</epocroot>
</device>
<device id="TK8.1b" name="com.symbian.TrainingKit">
<epocroot>D:\Symbian\TK8.1b\bin\TechView\</epocroot>
</device>
</devices>
Please let me know if I am doing something wrong...