I have S60 3rd edition FP1 SDK installed and have been succesfully using Carbide.c++ IDE (Version 1.1 Pro) to build and run S60 applications (both on the emulator and on a phone). However I have a problem using command line compilation to build applications. Take for example the "HelloWorldBasic" example shipping with the SDK.
The following command works for me: 'abld build gcce udeb' in the sense that the executable gets created in $(EOPCROOT)epoc32\release\GCCE\UDEB. However, I am do not see this file in "Installed" directory when I launch the epoc emulator.
The following command does not work for me: 'abld build winscw udeb'. I get an error "Unable to identify calid CodeWarrier for Symbian OS installation". This is perhaps not surprising, since I do not have CodeWarrier IDE installed on my system.
The following compile targets do not work for me at all: arm4, armi, wins. I get an error saying 'This project does not support platform, build, or program..."



