Hi Neil,
Thanks,
I have applied the patches to cl_bpabi.pm. Here are the problems I am getting:
Code:
***Invoking abld command
perl.exe -S ABLD.PL \stephen\coredumpconfig\group\ target gcce urel
make -r -f "\EPOC32\BUILD\stephen\coredumpconfig\group\GCCE.make" TARGET CFG=UREL VERBOSE=-s
Sorry, \epoc32\gcc\bin\as.exe is not supported in this release. Please use a different
device. Use 'devices' to view the available devices.
Sorry, \epoc32\gcc\bin\as.exe is not supported in this release. Please use a different
device. Use 'devices' to view the available devices.
Sorry, \epoc32\gcc\bin\as.exe is not supported in this release. Please use a different
device. Use 'devices' to view the available devices.
Sorry, \epoc32\gcc\bin\as.exe is not supported in this release. Please use a different
device. Use 'devices' to view the available devices.
In file included from /epoc32/include/fbs.h:12,
from /epoc32/include/bitdev.h:9,
from /epoc32/include/w32std.h:13,
from /epoc32/include/coeaui.h:11,
from /epoc32/include/eikappui.h:9,
from /epoc32/include/aknappui.h:24,
from /epoc32/include/aknviewappui.h:24,
from /stephen/coredumpconfig/inc/coredumpconfigAppUi.h:13,
from /stephen/coredumpconfig/src/coredumpconfigdocument.cpp:11:
/epoc32/include/bitmap.h: In member function `TBool CBitwiseBitmap::TSettings::IsDirtyBitmap() const':
/epoc32/include/bitmap.h:359: warning: enumeral mismatch in conditional expression: `TTrue' vs `TFalse'
In file included from /epoc32/include/fbs.h:12,
from /epoc32/include/bitdev.h:9,
from /epoc32/include/w32std.h:13,
from /epoc32/include/coeaui.h:11,
from /epoc32/include/eikappui.h:9,
from /epoc32/include/aknappui.h:24,
from /epoc32/include/aknviewappui.h:24,
from /stephen/coredumpconfig/src/ccdccontainerview.cpp:10:
/epoc32/include/bitmap.h: In member function `TBool CBitwiseBitmap::TSettings::IsDirtyBitmap() const':
/epoc32/include/bitmap.h:359: warning: enumeral mismatch in conditional expression: `TTrue' vs `TFalse'
In file included from /epoc32/include/fbs.h:12,
from /epoc32/include/bitdev.h:9,
from /epoc32/include/w32std.h:13,
from /epoc32/include/coemain.h:10,
from /epoc32/include/stringloader.h:24,
from /stephen/coredumpconfig/src/ccdccontainer.cpp:11:
/epoc32/include/bitmap.h: In member function `TBool CBitwiseBitmap::TSettings::IsDirtyBitmap() const':
/epoc32/include/bitmap.h:359: warning: enumeral mismatch in conditional expression: `TTrue' vs `TFalse'
In file included from /epoc32/include/fbs.h:12,
from /epoc32/include/bitdev.h:9,
from /epoc32/include/w32std.h:13,
from /epoc32/include/coecntrl.h:11,
from /epoc32/include/eikbctrl.h:23,
from /epoc32/include/eikmenub.h:14,
from /stephen/coredumpconfig/src/coredumpconfigappui.cpp:10:
/epoc32/include/bitmap.h: In member function `TBool CBitwiseBitmap::TSettings::IsDirtyBitmap() const':
/epoc32/include/bitmap.h:359: warning: enumeral mismatch in conditional expression: `TTrue' vs `TFalse'
In file included from /epoc32/include/eikmenub.h:18,
from /stephen/coredumpconfig/src/coredumpconfigappui.cpp:10:
/epoc32/include/eikmenup.h: In member function `TBool CEikMenuPaneItem::IsScaleableText(const TDesC&) const':
/epoc32/include/eikmenup.h:242: warning: enumeral mismatch in conditional expression: `TFalse' vs `TTrue'
In file included from /epoc32/include/eikmenub.h:18,
from /stephen/coredumpconfig/src/ccdccontainerview.cpp:11:
/epoc32/include/eikmenup.h: In member function `TBool CEikMenuPaneItem::IsScaleableText(const TDesC&) const':
/epoc32/include/eikmenup.h:242: warning: enumeral mismatch in conditional expression: `TFalse' vs `TTrue'
/stephen/coredumpconfig/src/coredumpconfigdocument.cpp: At global scope:
/stephen/coredumpconfig/src/coredumpconfigdocument.cpp:56: fatal error: error writing to -: Invalid argument
compilation terminated.
make[1]: *** [\EPOC32\BUILD\stephen\coredumpconfig\group\COREDUMPCONFIG\GCCE\urel\coredumpconfigDocument.o] Error 1
make[1]: *** Waiting for unfinished jobs....
/stephen/coredumpconfig/src/ccdccontainerview.cpp: At global scope:
/stephen/coredumpconfig/src/ccdccontainerview.cpp:244: fatal error: error writing to -: Invalid argument
compilation terminated.
make[1]: *** [\EPOC32\BUILD\stephen\coredumpconfig\group\COREDUMPCONFIG\GCCE\urel\CCDCContainerView.o] Error 1
/stephen/coredumpconfig/src/ccdccontainer.cpp: At global scope:
/stephen/coredumpconfig/src/ccdccontainer.cpp:240: fatal error: error writing to -: Invalid argument
compilation terminated.
make[1]: *** [\EPOC32\BUILD\stephen\coredumpconfig\group\COREDUMPCONFIG\GCCE\urel\CCDCContainer.o] Error 1
make: *** [TARGETCOREDUMPCONFIG] Error 2
/stephen/coredumpconfig/src/coredumpconfigappui.cpp: At global scope:
/stephen/coredumpconfig/src/coredumpconfigappui.cpp:140: fatal error: error writing to -: Invalid argument
compilation terminated.
Thanks