I've got exactly the same problem. It's because GCCE compiler doesn't work and it doesn't create the executable at all.
"abld build gcce urel" gives following error output:
Code:
../../../EPOC32/include/e32des8.h:154: warning: 'class TDes8Overflow' has virtual functions but non-virtual destructor
../../../EPOC32/include/e32des16.h:179: warning: 'class TDes16Overflow' has virtual functions but non-virtual destructor
../../../EPOC32/include/e32cmn.h:2476: warning: 'class MAllocator' has virtual functions but non-virtual destructor
../../../EPOC32/include/e32cmn.h:2500: warning: 'class RAllocator' has virtual functions but non-virtual destructor
../../../EPOC32/include/e32cmn.h:2651: warning: 'class RHeap' has virtual functions but non-virtual destructor
../../../EPOC32/include/e32cmn.h:5822: warning: 'TAny* operator new(TUint)' redeclared without dllimport attribute: previous dllimport ignored
../../../EPOC32/include/e32cmn.h:5834: warning: 'void operator delete(TAny*)' redeclared without dllimport attribute: previous dllimport ignored
../../../EPOC32/include/e32cmn.h:5841: warning: 'TAny* operator new [](TUint)' redeclared without dllimport attribute: previous dllimport ignored
../../../EPOC32/include/e32cmn.h:5847: warning: 'void operator delete [](TAny*)' redeclared without dllimport attribute: previous dllimport ignored
../../../EPOC32/include/e32cmn.inl: In member function 'SSecureId::operator const TSecureId&() const':
../../../EPOC32/include/e32cmn.inl:6590: warning: returning reference to temporary
../../../EPOC32/include/e32cmn.inl: In member function 'SVendorId::operator const TVendorId&() const':
../../../EPOC32/include/e32cmn.inl:6630: warning: returning reference to temporary
../../../EPOC32/include/e32std.h: At global scope:
../../../EPOC32/include/e32std.h:20: warning: 'class TFunctor' has virtual functions but non-virtual destructor
../../../EPOC32/include/e32std.h:857: warning: 'class TKey' has virtual functions but non-virtual destructor
../../../EPOC32/include/e32std.h:891: warning: 'class TSwap' has virtual functions but non-virtual destructor
../../../EPOC32/include/e32std.h:4326: warning: 'class TTrapHandler' has virtual functions but non-virtual destructor
../../../EPOC32/include/e32base.h:289: warning: 'class TKeyArrayFix' has virtual functions but non-virtual destructor
../../../EPOC32/include/e32base.h:689: warning: 'class TKeyArrayVar' has virtual functions but non-virtual destructor
../../../EPOC32/include/e32base.h:890: warning: 'class TKeyArrayPak' has virtual functions but non-virtual destructor
../../../EPOC32/include/e32base.h:1427: warning: 'class TCleanupTrapHandler' has virtual functions but non-virtual destructor
../../../EPOC32/include/e32base.h:2067: warning: 'class MBeating' has virtual functions but non-virtual destructor
../../../EPOC32/include/d32locd.h:188: error: array bound is not an integer constant
../../../EPOC32/include/d32locd.h:189: error: array bound is not an integer constant
../../../EPOC32/include/d32locd.h:355: warning: 'class TPasswordStore' has virtual functions but non-virtual destructor
../../../EPOC32/include/f32file.h:1139: warning: 'class TParseBase' has virtual functions but non-virtual destructor
../../../EPOC32/include/f32file.h:1203: warning: 'class TParsePtr' has virtual functions but non-virtual destructor
../../../EPOC32/include/f32file.h:1235: warning: 'class TParsePtrC' has virtual functions but non-virtual destructor
../../../EPOC32/include/f32file.h:1265: warning: 'class TParse' has virtual functions but non-virtual destructor
../../../EPOC32/include/f32file.h:1868: warning: 'class MFileManObserver' has virtual functions but non-virtual destructor
../../../EPOC32/include/s32strm.h: In instantiation of 'MExternalizer<TStreamRef>':
../../../EPOC32/include/s32strm.inl:84: instantiated from here
../../../EPOC32/include/s32strm.h:69: warning: 'struct MExternalizer<TStreamRef>' has virtual functions but non-virtual destructor
../../../EPOC32/include/gdi.h:3305: warning: 'class MPictureFactory' has virtual functions but non-virtual destructor
../../../EPOC32/include/gdi.h:3706: warning: 'class MPageRegionPrinter' has virtual functions but non-virtual destructor
../../../EPOC32/include/apparc.h:564: warning: 'class MApaEmbeddedDocObserver' has virtual functions but non-virtual destructor
../../../EPOC32/include/apaflrec.h:108: warning: 'class MApaAppStarter' has virtual functions but non-virtual destructor
..\src\Helloworldbasic.cpp:28: confused by earlier errors, bailing out
make[1]: *** [..\..\..\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR\S60Ex\helloworldbasic\group\HELLOWORLDBASIC\GCCE\UREL\HelloWorldBasic.o] Error 1
make: *** [TARGETHELLOWORLDBASIC] Error 2