Today, using the Carbide v2.0 Wizard to build the first basic Console Application--helloworld, I have to admire the intelligence of the tool now, a code without adding, a running project has been presented in the present. So, just use Project-->build Project, and this is an error:
Bldmake error:directory "/s60/devices/s60_5th_edition_sdk_v0.9/epoc32/" does not exist
After some tinkering, there was no progress. Fortunately, someone encountered the same problem with me, found that the cause of the problem is actually: Carbide workspace and its installation directory should be in a letter. My initial environment:
Carbide:d:/carbide.c++ v2.0
S60 sdk:d:/s60/devices/s60_5th_edition_sdk_v0.9
Workspace:f:/symbian/carbide/workspace
To change the workspace to D, that is, d:/symbian/carbide/workspace, in accordance with the previous steps to redo, unexpectedly really passed. I don't know why there is such a problem.