I'm using Borland BuilderX (with VC++6) and I've come across with problems trying to build a project into an app; while working out on WINS platform, the complier logs this error while building on ARMI:
abld -v target ARMI UREL
gcc -s -fomit-frame-pointer -march=armv4t -mthumb-interwork -pipe -c -nostdinc -Wall -Wno-ctor-dtor-privacy -O -DNDEBUG -D_UNICODE -D__SYMBIAN32__ -D__GCC32__ -D__EPOC32__ -D__MARM__ -D__MARM_ARMI__ -D__DLL__ -I "..\..\..\HAKEMISTO\MDMINTERFACE\ENGINE\" -I "..\..\..\HAKEMISTO\MDMINTERFACE\INC" -I- -I "..\..\..\Symbian\6.0\NokiaCPP\EPOC32\INCLUDE" -o "..\..\..\Symbian\6.0\NokiaCPP\EPOC32\BUILD\INSSITYO\MDMINTERFACE\ENGINE\MDMINTERFACEENG\ARMI\UREL\MDMINTERFACEENG.o" "..\..\..\HAKEMISTO\MDMINTERFACE\ENGINE\Mdminterfaceeng.cpp"
perl -S makedef.pl -Deffile "..\..\..\Symbian\6.0\NokiaCPP\EPOC32\BUILD\INSSITYO\MDMINTERFACE\ENGINE\MDMINTERFACEENG\ARMI\UREL\MDMINTERFACEENG.inf" -Frzfile "\HAKEMISTO\MDMINTERFACE\BMARM\MDMINTERFACEENGU.DEF" "..\..\..\Symbian\6.0\NokiaCPP\EPOC32\BUILD\INSSITYO\MDMINTERFACE\ENGINE\MDMINTERFACEENG\ARMI\MDMINTERFACEENG.def"
ld -s -e _E32Dll -u _E32Dll "MDMINTERFACEENG.exp" --dll --base-file "..\..\..\Symbian\6.0\NokiaCPP\EPOC32\BUILD\INSSITYO\MDMINTERFACE\ENGINE\MDMINTERFACEENG\ARMI\UREL\MDMINTERFACEENG.bas" -o "..\..\..\Symbian\6.0\NokiaCPP\EPOC32\BUILD\INSSITYO\MDMINTERFACE\ENGINE\MDMINTERFACEENG\ARMI\UREL\MDMINTERFACEENG.DLL" "..\..\..\Symbian\6.0\NokiaCPP\EPOC32\RELEASE\ARMI\UREL\EDLL.LIB" --whole-archive "..\..\..\Symbian\6.0\NokiaCPP\EPOC32\BUILD\INSSITYO\MDMINTERFACE\ENGINE\MDMINTERFACEENG\ARMI\UREL\MDMINTERFACEENG.in" --no-whole-archive "..\..\..\Symbian\6.0\NokiaCPP\EPOC32\RELEASE\ARMI\UREL\EUSER.LIB"
ld -s -e _E32Dll -u _E32Dll --dll "MDMINTERFACEENG.exp" -Map "..\..\..\Symbian\6.0\NokiaCPP\EPOC32\RELEASE\ARMI\UREL\MDMINTERFACEENG.DLL.map" -o "..\..\..\Symbian\6.0\NokiaCPP\EPOC32\BUILD\INSSITYO\MDMINTERFACE\ENGINE\MDMINTERFACEENG\ARMI\UREL\MDMINTERFACEENG.DLL" "..\..\..\Symbian\6.0\NokiaCPP\EPOC32\RELEASE\ARMI\UREL\EDLL.LIB" --whole-archive "..\..\..\Symbian\6.0\NokiaCPP\EPOC32\BUILD\INSSITYO\MDMINTERFACE\ENGINE\MDMINTERFACEENG\ARMI\UREL\MDMINTERFACEENG.in" --no-whole-archive "..\..\..\Symbian\6.0\NokiaCPP\EPOC32\RELEASE\ARMI\UREL\EUSER.LIB"
petran "..\..\..\Symbian\6.0\NokiaCPP\EPOC32\BUILD\INSSITYO\MDMINTERFACE\ENGINE\
gcc -s -fomit-frame-pointer -march=armv4t -mthumb-interwork -pipe -c -nostdinc -Wall -Wno-ctor-dtor-privacy -O -DNDEBUG -D_UNICODE -D__SYMBIAN32__ -D__GCC32__ -D__EPOC32__ -D__MARM__ -D__MARM_ARMI__ -D__DLL__ -I "..\..\..\HAKEMISTO\MDMINTERFACE\GUI\" -I "..\..\..\HAKEMISTO\MDMINTERFACE\INC" -I- -I "..\..\..\Symbian\6.0\NokiaCPP\EPOC32\INCLUDE" -o "..\..\..\Symbian\6.0\NokiaCPP\EPOC32\BUILD\INSSITYO\MDMINTERFACE\GUI\MDMINTERFACE\ARMI\UREL\MDMINTERFACE.o" "..\..\..\HAKEMISTO\MDMINTERFACE\GUI\Mdminterface.cpp"
perl -S makedef.pl -Deffile "..\..\..\Symbian\6.0\NokiaCPP\EPOC32\BUILD\INSSITYO\MDMINTERFACE\GUI\MDMINTERFACE\ARMI\UREL\MDMINTERFACE.inf" -1 NewApplication__Fv "..\..\..\Symbian\6.0\NokiaCPP\EPOC32\BUILD\INSSITYO\MDMINTERFACE\GUI\MDMINTERFACE\ARMI\MDMINTERFACE.def"
NMAKE : fatal error U1077: 'petran' : return code '0xfffffffe'
NMAKE : fatal error U1077: 'D:\MSN\SDK\v1.1\bin\nmake.exe' : return code '0x2'
Also, the App node in the Package tree gives an error about illegal local patch; however, the buttons to change it are greyed out! How can this be corrected?