I installed the S60-SDK-200634-3.1-Cpp in F:\Symbiam\v9.2, but I can not run the cmd "abld build". How can I fix the bug?
hint: If S60 must install default directory, why is there a "Browse" button.
I installed the S60-SDK-200634-3.1-Cpp in F:\Symbiam\v9.2, but I can not run the cmd "abld build". How can I fix the bug?
hint: If S60 must install default directory, why is there a "Browse" button.
Perhaps you could explain what "can not run" means? In other words, when you try, what's the (exact) error message?
make -r -f "\Symbian\9.2\S60_3rd_FP1_3\EPOC32\BUILD\Symbian\9.2\S60_3rd_FP1_3\S60Ex\HelloWorldBasic\group\EXPORT.make" EXPORT VERBOSE=-s
Nothing to do
the above text is the output after I run the command.
I had the same problem, check here:Originally Posted by runforu
http://discussion.forum.nokia.com/fo...d.php?t=111747
So it is not enough abld build as wrote in Installation_guide.pdf, but you have to specify as wizard_hu said:
abld build winscw udeb (for the emulator)
abld build gcce urel (for target device)
Adriana.