<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.newlc.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>NewLC - Build and Run an example application from a command line - Comments</title>
 <link>http://www.newlc.com/forum/build-and-run-example-application-command-line</link>
 <description>Comments for &quot;Build and Run an example application from a command line&quot;</description>
 <language>en</language>
<item>
 <title>Re: Build and Run an example application from a command line</title>
 <link>http://www.newlc.com/forum/build-and-run-example-application-command-line#comment-40333</link>
 <description>&lt;p&gt;I think it has been answered here in ur other post &lt;img src=&quot;/sites/all/modules/smileys/packs/example/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; /&gt; &lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://&quot; class=&quot;bb-url&quot;&gt;http://newlc.com/forum/emulator-empty-screen&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Br&lt;br /&gt;
Gurpreet&lt;br /&gt;
&lt;a href=&quot;http://&quot; class=&quot;bb-url&quot;&gt;www.mobisy.com&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 01 Aug 2007 07:36:45 +0200</pubDate>
 <dc:creator>singhgupi</dc:creator>
 <guid isPermaLink="false">comment 40333 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Build and Run an example application from a command line</title>
 <link>http://www.newlc.com/forum/build-and-run-example-application-command-line#comment-40311</link>
 <description>&lt;p&gt;Hi Gurpreet,&lt;br /&gt;
That was a great help. I just compiled it successfully, though I had to change the make file a bit. Now I have got another problem. The emulator just shows an empty white screen. The same happened  when I tried with carbide_c++. I am almost there, pls give me a clue why is it happening. This time I think it just the emulator that sux.&lt;/p&gt;

&lt;p&gt;Regards&lt;br /&gt;
Sohail&lt;/p&gt;</description>
 <pubDate>Tue, 31 Jul 2007 15:37:47 +0200</pubDate>
 <dc:creator>sohail</dc:creator>
 <guid isPermaLink="false">comment 40311 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Build and Run an example application from a command line</title>
 <link>http://www.newlc.com/forum/build-and-run-example-application-command-line#comment-40285</link>
 <description>&lt;p&gt;Yes, this is famous linking error &lt;img src=&quot;/sites/all/modules/smileys/packs/example/wink.png&quot; title=&quot;Eye-wink&quot; alt=&quot;Eye-wink&quot; /&gt; &lt;/p&gt;

&lt;p&gt;Your system variables are not set properly...&lt;/p&gt;

&lt;p&gt;What I can do is to give you the paths what  have configured, you can configure yours like it.&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;CARBIDE_HOME = C:\Program Files\Nokia\Carbide.c++ v1.2&amp;nbsp; --&amp;gt; Give the path from your environment..Don&amp;#039;t copy blindly&lt;br /&gt;&lt;br /&gt;CWFolder = C:\Program Files\Nokia\Carbide.c++ v1.2&lt;br /&gt;&lt;br /&gt;EPOCROOT = \Symbian\9.1\S60_3rd\&lt;br /&gt;&lt;br /&gt;MWCSym2Includes = C:\Program Files\Nokia\Carbide.c++ v1.2\x86Build\Symbian_Support\MSL\MSL_C\MSL_Common\Include;C:\Program Files\Nokia\Carbide.c++ v1.2\x86Build\Symbian_Support\MSL\MSL_C\MSL_Win32\Include;C:\Program Files\Nokia\Carbide.c++ v1.2\x86Build\Symbian_Support\MSL\MSL_C\MSL_X86;C:\Program Files\Nokia\Carbide.c++ v1.2\x86Build\Symbian_Support\MSL\MSL_C++\MSL_Common\Include;C:\Program Files\Nokia\Carbide.c++ v1.2\x86Build\Symbian_Support\MSL\MSL_Extras\MSL_Common\Include;C:\Program Files\Nokia\Carbide.c++ v1.2\x86Build\Symbian_Support\MSL\MSL_Extras\MSL_Win32\Include;C:\Program Files\Nokia\Carbide.c++ v1.2\x86Build\Symbian_Support\Win32-x86 Support\Headers\Win32 SDK;C:\Symbian\9.1\S60_3rd\Epoc32\include&lt;br /&gt;&lt;br /&gt;MWSym2Libraries = C:\Program Files\Nokia\Carbide.c++ v1.2\x86Build\Symbian_Support\Win32-x86 Support\Libraries\Win32 SDK;C:\Program Files\Nokia\Carbide.c++ v1.2\x86Build\Symbian_Support\Runtime\Runtime_x86\Runtime_Win32\Libs&lt;br /&gt;&lt;br /&gt;MWSym2LibraryFiles = MSL_All_MSE_Symbian_D.lib;gdi32.lib;user32.lib;kernel32.lib;&lt;br /&gt;&lt;br /&gt;PATH: C:\Program Files\CSL Arm Toolchain\bin;C:\Program Files\CSL Arm Toolchain\arm-none-symbianelf\bin;C:\Program Files\CSL Arm Toolchain\libexec\gcc\arm-none-symbianelf\3.4.3;C:\Program Files\Nokia\Carbide.c++ v1.2\x86Build\Symbian_Tools\Command_Line_Tools;C:\Symbian\9.1\S60_3rd\Epoc32\tools;C:\Symbian\9.1\S60_3rd\Epoc32\gcc\bin;C:\Program Files\CSL Arm Toolchain\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;C:\Perl\bin;C:\TurboC\TC\BIN;C:\Program Files\IDM Computer Solutions\UltraEdit-32;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Common Files\Symbian\Tools;C:\Program Files\PC Connectivity Solution\;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;

&lt;p&gt;Take the necessary parts for your system(Make the environment variales if they don&#039;t exist in your system, likeMWSym2........). and try..I will work &lt;img src=&quot;/sites/all/modules/smileys/packs/example/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; /&gt; &lt;/p&gt;

&lt;p&gt;Br&lt;br /&gt;
G;p&lt;br /&gt;
&lt;a href=&quot;http://&quot; class=&quot;bb-url&quot;&gt;www.mobisy.com&lt;/a&gt;&lt;br /&gt;
&lt;/p&gt;</description>
 <pubDate>Tue, 31 Jul 2007 11:08:16 +0200</pubDate>
 <dc:creator>singhgupi</dc:creator>
 <guid isPermaLink="false">comment 40285 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Build and Run an example application from a command line</title>
 <link>http://www.newlc.com/forum/build-and-run-example-application-command-line#comment-40263</link>
 <description>&lt;p&gt;Hi , &lt;br /&gt;
I relsolve the erro after manipulating environment varibale. Now it causes some linker error. can anybody  take a look. &lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;C:\Symbian\9.1\S60_3rd_MR\S60Ex\helloworldbasic\group&amp;gt;abld build winscw udeb&lt;br /&gt;&amp;nbsp; make -r&amp;nbsp; -f &amp;quot;\Symbian\9.1\S60_3rd_MR\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR\S60Ex&lt;br /&gt;\helloworldbasic\group\EXPORT.make&amp;quot; EXPORT VERBOSE=-s&lt;br /&gt;copy &amp;quot;\Symbian\9.1\S60_3rd_MR\S60Ex\helloworldbasic\inc\hello.txt&amp;quot; &amp;quot;\Symbian\9.1&lt;br /&gt;\S60_3rd_MR\EPOC32\winscw\c\private\A000017F\hello.txt&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 file(s) copied.&lt;br /&gt;&amp;nbsp; make -r&amp;nbsp; -f &amp;quot;\Symbian\9.1\S60_3rd_MR\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR\S60Ex&lt;br /&gt;\helloworldbasic\group\WINSCW.make&amp;quot; MAKEFILE VERBOSE=-s&lt;br /&gt;make -s&amp;nbsp; -C \Symbian\9.1\S60_3rd_MR\S60Ex\helloworldbasic\group -f &amp;quot;ICONS_SCALAB&lt;br /&gt;LE_DC.MK&amp;quot; TO_ROOT=..\..\..\..\..\.. EPOCBLD=..\..\..\..\..\..\Symbian\9.1\S60_3r&lt;br /&gt;d_MR\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR\S60Ex\helloworldbasic\group\ICONS_SCALA&lt;br /&gt;BLE_DC\WINSCW TO_BLDINF=..\..\..\..\..\..\Symbian\9.1\S60_3rd_MR\S60Ex\helloworl&lt;br /&gt;dbasic\group PLATFORM=WINSCW MAKMAKE&lt;br /&gt;perl -S makmake.pl&amp;nbsp; -D \Symbian\9.1\S60_3rd_MR\S60Ex\helloworldbasic\group\HELLO&lt;br /&gt;WORLDBASIC WINSCW&lt;br /&gt;&amp;nbsp; make -r&amp;nbsp; -f &amp;quot;\Symbian\9.1\S60_3rd_MR\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR\S60Ex&lt;br /&gt;\helloworldbasic\group\WINSCW.make&amp;quot; LIBRARY VERBOSE=-s&lt;br /&gt;make -s&amp;nbsp; -C \Symbian\9.1\S60_3rd_MR\S60Ex\helloworldbasic\group -f &amp;quot;ICONS_SCALAB&lt;br /&gt;LE_DC.MK&amp;quot; TO_ROOT=..\..\..\..\..\.. EPOCBLD=..\..\..\..\..\..\Symbian\9.1\S60_3r&lt;br /&gt;d_MR\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR\S60Ex\helloworldbasic\group\ICONS_SCALA&lt;br /&gt;BLE_DC\WINSCW TO_BLDINF=..\..\..\..\..\..\Symbian\9.1\S60_3rd_MR\S60Ex\helloworl&lt;br /&gt;dbasic\group PLATFORM=WINSCW LIB&lt;br /&gt;make -s&amp;nbsp; -r -f &amp;quot;\Symbian\9.1\S60_3rd_MR\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR\S60E&lt;br /&gt;x\helloworldbasic\group\HELLOWORLDBASIC\WINSCW\HELLOWORLDBASIC.WINSCW&amp;quot; LIBRARY&lt;br /&gt;&amp;nbsp; make -r&amp;nbsp; -f &amp;quot;\Symbian\9.1\S60_3rd_MR\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR\S60Ex&lt;br /&gt;\helloworldbasic\group\WINSCW.make&amp;quot; RESOURCE CFG=UDEB VERBOSE=-s&lt;br /&gt;make -s&amp;nbsp; -C \Symbian\9.1\S60_3rd_MR\S60Ex\helloworldbasic\group -f &amp;quot;ICONS_SCALAB&lt;br /&gt;LE_DC.MK&amp;quot; TO_ROOT=..\..\..\..\..\.. EPOCBLD=..\..\..\..\..\..\Symbian\9.1\S60_3r&lt;br /&gt;d_MR\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR\S60Ex\helloworldbasic\group\ICONS_SCALA&lt;br /&gt;BLE_DC\WINSCW TO_BLDINF=..\..\..\..\..\..\Symbian\9.1\S60_3rd_MR\S60Ex\helloworl&lt;br /&gt;dbasic\group PLATFORM=WINSCW CFG=UDEB RESOURCE&lt;br /&gt;Checking: ..\gfx\qgn_menu_helloworldbasic.svg&lt;br /&gt;Choosing...&lt;br /&gt;Loading mif icons...&lt;br /&gt;Loading file: ..\gfx\qgn_menu_helloworldbasic.svg&lt;br /&gt;Writing mif: \Symbian\9.1\S60_3rd_MR\epoc32\release\WINSCW\UDEB\Z\resource\apps\&lt;br /&gt;helloworldbasic_aif.mif&lt;br /&gt;make -s&amp;nbsp; -r -f &amp;quot;\Symbian\9.1\S60_3rd_MR\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR\S60E&lt;br /&gt;x\helloworldbasic\group\HELLOWORLDBASIC\WINSCW\HELLOWORLDBASIC.WINSCW&amp;quot; RESOURCEU&lt;br /&gt;DEB&lt;br /&gt;&amp;nbsp; make -r&amp;nbsp; -f &amp;quot;\Symbian\9.1\S60_3rd_MR\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR\S60Ex&lt;br /&gt;\helloworldbasic\group\WINSCW.make&amp;quot; TARGET CFG=UDEB VERBOSE=-s&lt;br /&gt;make -s&amp;nbsp; -C \Symbian\9.1\S60_3rd_MR\S60Ex\helloworldbasic\group -f &amp;quot;ICONS_SCALAB&lt;br /&gt;LE_DC.MK&amp;quot; TO_ROOT=..\..\..\..\..\.. EPOCBLD=..\..\..\..\..\..\Symbian\9.1\S60_3r&lt;br /&gt;d_MR\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR\S60Ex\helloworldbasic\group\ICONS_SCALA&lt;br /&gt;BLE_DC\WINSCW TO_BLDINF=..\..\..\..\..\..\Symbian\9.1\S60_3rd_MR\S60Ex\helloworl&lt;br /&gt;dbasic\group PLATFORM=WINSCW CFG=UDEB BLD&lt;br /&gt;make -s&amp;nbsp; -r -f &amp;quot;\Symbian\9.1\S60_3rd_MR\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR\S60E&lt;br /&gt;x\helloworldbasic\group\HELLOWORLDBASIC\WINSCW\HELLOWORLDBASIC.WINSCW&amp;quot; UDEB&lt;br /&gt;mwld.exe: Undefined symbol: &amp;#039;___CxxFrameHandler&amp;#039;&lt;br /&gt;mwld.exe: referenced from &amp;#039;void * CBase::operator new(unsigned int) (??2CBase@@S&lt;br /&gt;APAXI@Z)&amp;#039; in e32base.inl:36&lt;br /&gt;mwld.exe: referenced from &amp;#039;class CApaApplication * NewApplication(void) (?NewApp&lt;br /&gt;lication@@YAPAVCApaApplication@@XZ)&amp;#039; in HelloWorldBasic.cpp:24&lt;br /&gt;mwld.exe: referenced from &amp;#039;void invokeTable(void (* *)(void), void (* *)(void))&lt;br /&gt;(?invokeTable@@YAXPAP6AXXZ0@Z)&amp;#039; in win32crt.h:121 (EEXE.LIB)&lt;br /&gt;mwld.exe: referenced from &amp;#039;void operator delete(void *) (??3@YAXPAX@Z)&amp;#039; in win32&lt;br /&gt;crt.h:176 (EEXE.LIB)&lt;br /&gt;mwld.exe: referenced from &amp;#039;__E32Startup&amp;#039; in uc_exe.cpp:59 (EEXE.LIB)&lt;br /&gt;mwld.exe: referenced from &amp;#039;void _E32Bootstrap(void) (?_E32Bootstrap@@YGXXZ)&amp;#039; in&lt;br /&gt;uc_exe.cpp:68 (EEXE.LIB)&lt;br /&gt;mwld.exe: referenced from &amp;#039;CAknAppUi::CAknAppUi(void) (??0CAknAppUi@@QAE@XZ)&amp;#039; in&lt;br /&gt; HelloWorldBasicAppUi.o&lt;br /&gt;mwld.exe: Undefined symbol: &amp;#039;___unexpected&amp;#039;&lt;br /&gt;mwld.exe: referenced from &amp;#039;void operator delete(void *) (??3@YAXPAX@Z)&amp;#039; in win32&lt;br /&gt;crt.h:176 (EEXE.LIB)&lt;br /&gt;mwld.exe: referenced from &amp;#039;void * CBase::operator new(unsigned int) (??2CBase@@S&lt;br /&gt;APAXI@Z)&amp;#039; in e32base.inl:36&lt;br /&gt;mwld.exe: Undefined symbol: &amp;#039;___destroy_new_array&amp;#039;&lt;br /&gt;mwld.exe: referenced from &amp;#039;CHelloWorldBasicApplication::~CHelloWorldBasicApplica&lt;br /&gt;tion(unsigned int) (??_ECHelloWorldBasicApplication@@UAE@I@Z)&amp;#039; in HelloWorldBasi&lt;br /&gt;c.o&lt;br /&gt;&lt;br /&gt;Errors caused tool to abort.&lt;br /&gt;mwld.exe: referenced from &amp;#039;CHelloWorldBasicAppView::~CHelloWorldBasicAppView(uns&lt;br /&gt;igned int) (??_ECHelloWorldBasicAppView@@UAE@I@Z)&amp;#039; in HelloWorldBasicAppView.o&lt;br /&gt;mwld.exe: referenced from &amp;#039;CAknAppUi::~CAknAppUi(unsigned int) (??_ECAknAppUi@@U&lt;br /&gt;AE@I@Z)&amp;#039; in HelloWorldBasicAppUi.o&lt;br /&gt;mwld.exe: referenced from &amp;#039;CHelloWorldBasicAppUi::~CHelloWorldBasicAppUi(unsigne&lt;br /&gt;d int) (??_ECHelloWorldBasicAppUi@@UAE@I@Z)&amp;#039; in HelloWorldBasicAppUi.o&lt;br /&gt;mwld.exe: referenced from &amp;#039;CAknDocument::~CAknDocument(unsigned int) (??_ECAknDo&lt;br /&gt;cument@@UAE@I@Z)&amp;#039; in HelloWorldBasicDocument.o&lt;br /&gt;mwld.exe: referenced from &amp;#039;CHelloWorldBasicDocument::~CHelloWorldBasicDocument(u&lt;br /&gt;nsigned int) (??_ECHelloWorldBasicDocument@@UAE@I@Z)&amp;#039; in HelloWorldBasicDocument&lt;br /&gt;.o&lt;br /&gt;mwld.exe: referenced from &amp;#039;CAknApplication::~CAknApplication(unsigned int) (??_E&lt;br /&gt;CAknApplication@@UAE@I@Z)&amp;#039; in HelloWorldBasic.o&lt;br /&gt;make[1]: *** [\Symbian\9.1\S60_3rd_MR\EPOC32\RELEASE\WINSCW\UDEB\HelloWorldBasic&lt;br /&gt;.exe] Error 1&lt;br /&gt;make: *** [TARGETHELLOWORLDBASIC] Error 2&lt;br /&gt;&amp;nbsp; make -r&amp;nbsp; -f &amp;quot;\Symbian\9.1\S60_3rd_MR\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR\S60Ex&lt;br /&gt;\helloworldbasic\group\WINSCW.make&amp;quot; FINAL CFG=UDEB VERBOSE=-s&lt;br /&gt;make -s&amp;nbsp; -C \Symbian\9.1\S60_3rd_MR\S60Ex\helloworldbasic\group -f &amp;quot;ICONS_SCALAB&lt;br /&gt;LE_DC.MK&amp;quot; TO_ROOT=..\..\..\..\..\.. EPOCBLD=..\..\..\..\..\..\Symbian\9.1\S60_3r&lt;br /&gt;d_MR\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR\S60Ex\helloworldbasic\group\ICONS_SCALA&lt;br /&gt;BLE_DC\WINSCW TO_BLDINF=..\..\..\..\..\..\Symbian\9.1\S60_3rd_MR\S60Ex\helloworl&lt;br /&gt;dbasic\group PLATFORM=WINSCW CFG=UDEB FINAL&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
Thanks in advance&lt;/p&gt;</description>
 <pubDate>Mon, 30 Jul 2007 15:08:26 +0200</pubDate>
 <dc:creator>sohail</dc:creator>
 <guid isPermaLink="false">comment 40263 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Build and Run an example application from a command line</title>
 <link>http://www.newlc.com/forum/build-and-run-example-application-command-line#comment-40256</link>
 <description>&lt;p&gt;I tried and it gives following error. I have carbide/vc6 installed but I want to use commandline&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;C:\Symbian\9.1\S60_3rd_MR\sohailsWorkspace\helloworldbasic\group&amp;gt;&lt;br /&gt;C:\Symbian\9.1\S60_3rd_MR\sohailsWorkspace\helloworldbasic\group&amp;gt;abld build wins&lt;br /&gt;cw udeb&lt;br /&gt;&amp;nbsp; make -r&amp;nbsp; -f &amp;quot;\Symbian\9.1\S60_3rd_MR\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR\sohai&lt;br /&gt;lsWorkspace\helloworldbasic\group\EXPORT.make&amp;quot; EXPORT VERBOSE=-s&lt;br /&gt;make: Nothing to be done for `EXPORT&amp;#039;.&lt;br /&gt;&amp;nbsp; make -r&amp;nbsp; -f &amp;quot;\Symbian\9.1\S60_3rd_MR\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR\sohai&lt;br /&gt;lsWorkspace\helloworldbasic\group\WINSCW.make&amp;quot; MAKEFILE VERBOSE=-s&lt;br /&gt;make -s&amp;nbsp; -C \Symbian\9.1\S60_3rd_MR\sohailsWorkspace\helloworldbasic\group -f &amp;quot;I&lt;br /&gt;CONS_SCALABLE_DC.MK&amp;quot; TO_ROOT=..\..\..\..\..\.. EPOCBLD=..\..\..\..\..\..\Symbian&lt;br /&gt;\9.1\S60_3rd_MR\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR\sohailsWorkspace\helloworldb&lt;br /&gt;asic\group\ICONS_SCALABLE_DC\WINSCW TO_BLDINF=..\..\..\..\..\..\Symbian\9.1\S60_&lt;br /&gt;3rd_MR\sohailsWorkspace\helloworldbasic\group PLATFORM=WINSCW MAKMAKE&lt;br /&gt;perl -S makmake.pl&amp;nbsp; -D \Symbian\9.1\S60_3rd_MR\sohailsWorkspace\helloworldbasic\&lt;br /&gt;group\HELLOWORLDBASIC WINSCW&lt;br /&gt;ERROR: Unable to identify a valid CodeWarrior for Symbian OS installation&lt;br /&gt;make: *** [MAKEFILEHELLOWORLDBASIC] Error 255&lt;br /&gt;&amp;nbsp; make -r&amp;nbsp; -f &amp;quot;\Symbian\9.1\S60_3rd_MR\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR\sohai&lt;br /&gt;lsWorkspace\helloworldbasic\group\WINSCW.make&amp;quot; LIBRARY VERBOSE=-s&lt;br /&gt;make -s&amp;nbsp; -C \Symbian\9.1\S60_3rd_MR\sohailsWorkspace\helloworldbasic\group -f &amp;quot;I&lt;br /&gt;CONS_SCALABLE_DC.MK&amp;quot; TO_ROOT=..\..\..\..\..\.. EPOCBLD=..\..\..\..\..\..\Symbian&lt;br /&gt;\9.1\S60_3rd_MR\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR\sohailsWorkspace\helloworldb&lt;br /&gt;asic\group\ICONS_SCALABLE_DC\WINSCW TO_BLDINF=..\..\..\..\..\..\Symbian\9.1\S60_&lt;br /&gt;3rd_MR\sohailsWorkspace\helloworldbasic\group PLATFORM=WINSCW LIB&lt;br /&gt;make -s&amp;nbsp; -r -f &amp;quot;\Symbian\9.1\S60_3rd_MR\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR\soha&lt;br /&gt;ilsWorkspace\helloworldbasic\group\HELLOWORLDBASIC\WINSCW\HELLOWORLDBASIC.WINSCW&lt;br /&gt;&amp;quot; LIBRARY&lt;br /&gt;make[1]: \Symbian\9.1\S60_3rd_MR\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR\sohailsWork&lt;br /&gt;space\helloworldbasic\group\HELLOWORLDBASIC\WINSCW\HELLOWORLDBASIC.WINSCW: No su&lt;br /&gt;ch file or directory&lt;br /&gt;make[1]: *** No rule to make target `\Symbian\9.1\S60_3rd_MR\EPOC32\BUILD\Symbia&lt;br /&gt;n\9.1\S60_3rd_MR\sohailsWorkspace\helloworldbasic\group\HELLOWORLDBASIC\WINSCW\H&lt;br /&gt;ELLOWORLDBASIC.WINSCW&amp;#039;.&amp;nbsp; Stop.&lt;br /&gt;make: *** [LIBRARYHELLOWORLDBASIC] Error 2&lt;br /&gt;&amp;nbsp; make -r&amp;nbsp; -f &amp;quot;\Symbian\9.1\S60_3rd_MR\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR\sohai&lt;br /&gt;lsWorkspace\helloworldbasic\group\WINSCW.make&amp;quot; RESOURCE CFG=UDEB VERBOSE=-s&lt;br /&gt;make -s&amp;nbsp; -C \Symbian\9.1\S60_3rd_MR\sohailsWorkspace\helloworldbasic\group -f &amp;quot;I&lt;br /&gt;CONS_SCALABLE_DC.MK&amp;quot; TO_ROOT=..\..\..\..\..\.. EPOCBLD=..\..\..\..\..\..\Symbian&lt;br /&gt;\9.1\S60_3rd_MR\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR\sohailsWorkspace\helloworldb&lt;br /&gt;asic\group\ICONS_SCALABLE_DC\WINSCW TO_BLDINF=..\..\..\..\..\..\Symbian\9.1\S60_&lt;br /&gt;3rd_MR\sohailsWorkspace\helloworldbasic\group PLATFORM=WINSCW CFG=UDEB RESOURCE&lt;br /&gt;Checking: ..\gfx\qgn_menu_helloworldbasic.svg&lt;br /&gt;Choosing...&lt;br /&gt;Loading mif icons...&lt;br /&gt;Loading file: ..\gfx\qgn_menu_helloworldbasic.svg&lt;br /&gt;Writing mif: \Symbian\9.1\S60_3rd_MR\epoc32\release\WINSCW\UDEB\Z\resource\apps\&lt;br /&gt;helloworldbasic_aif.mif&lt;br /&gt;make -s&amp;nbsp; -r -f &amp;quot;\Symbian\9.1\S60_3rd_MR\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR\soha&lt;br /&gt;ilsWorkspace\helloworldbasic\group\HELLOWORLDBASIC\WINSCW\HELLOWORLDBASIC.WINSCW&lt;br /&gt;&amp;quot; RESOURCEUDEB&lt;br /&gt;make[1]: \Symbian\9.1\S60_3rd_MR\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR\sohailsWork&lt;br /&gt;space\helloworldbasic\group\HELLOWORLDBASIC\WINSCW\HELLOWORLDBASIC.WINSCW: No su&lt;br /&gt;ch file or directory&lt;br /&gt;make[1]: *** No rule to make target `\Symbian\9.1\S60_3rd_MR\EPOC32\BUILD\Symbia&lt;br /&gt;n\9.1\S60_3rd_MR\sohailsWorkspace\helloworldbasic\group\HELLOWORLDBASIC\WINSCW\H&lt;br /&gt;ELLOWORLDBASIC.WINSCW&amp;#039;.&amp;nbsp; Stop.&lt;br /&gt;make: *** [RESOURCEHELLOWORLDBASIC] Error 2&lt;br /&gt;&amp;nbsp; make -r&amp;nbsp; -f &amp;quot;\Symbian\9.1\S60_3rd_MR\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR\sohai&lt;br /&gt;lsWorkspace\helloworldbasic\group\WINSCW.make&amp;quot; TARGET CFG=UDEB VERBOSE=-s&lt;br /&gt;make -s&amp;nbsp; -C \Symbian\9.1\S60_3rd_MR\sohailsWorkspace\helloworldbasic\group -f &amp;quot;I&lt;br /&gt;CONS_SCALABLE_DC.MK&amp;quot; TO_ROOT=..\..\..\..\..\.. EPOCBLD=..\..\..\..\..\..\Symbian&lt;br /&gt;\9.1\S60_3rd_MR\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR\sohailsWorkspace\helloworldb&lt;br /&gt;asic\group\ICONS_SCALABLE_DC\WINSCW TO_BLDINF=..\..\..\..\..\..\Symbian\9.1\S60_&lt;br /&gt;3rd_MR\sohailsWorkspace\helloworldbasic\group PLATFORM=WINSCW CFG=UDEB BLD&lt;br /&gt;make -s&amp;nbsp; -r -f &amp;quot;\Symbian\9.1\S60_3rd_MR\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR\soha&lt;br /&gt;ilsWorkspace\helloworldbasic\group\HELLOWORLDBASIC\WINSCW\HELLOWORLDBASIC.WINSCW&lt;br /&gt;&amp;quot; UDEB&lt;br /&gt;make[1]: \Symbian\9.1\S60_3rd_MR\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR\sohailsWork&lt;br /&gt;space\helloworldbasic\group\HELLOWORLDBASIC\WINSCW\HELLOWORLDBASIC.WINSCW: No su&lt;br /&gt;ch file or directory&lt;br /&gt;make[1]: *** No rule to make target `\Symbian\9.1\S60_3rd_MR\EPOC32\BUILD\Symbia&lt;br /&gt;n\9.1\S60_3rd_MR\sohailsWorkspace\helloworldbasic\group\HELLOWORLDBASIC\WINSCW\H&lt;br /&gt;ELLOWORLDBASIC.WINSCW&amp;#039;.&amp;nbsp; Stop.&lt;br /&gt;make: *** [TARGETHELLOWORLDBASIC] Error 2&lt;br /&gt;&amp;nbsp; make -r&amp;nbsp; -f &amp;quot;\Symbian\9.1\S60_3rd_MR\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR\sohai&lt;br /&gt;lsWorkspace\helloworldbasic\group\WINSCW.make&amp;quot; FINAL CFG=UDEB VERBOSE=-s&lt;br /&gt;make -s&amp;nbsp; -C \Symbian\9.1\S60_3rd_MR\sohailsWorkspace\helloworldbasic\group -f &amp;quot;I&lt;br /&gt;CONS_SCALABLE_DC.MK&amp;quot; TO_ROOT=..\..\..\..\..\.. EPOCBLD=..\..\..\..\..\..\Symbian&lt;br /&gt;\9.1\S60_3rd_MR\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR\sohailsWorkspace\helloworldb&lt;br /&gt;asic\group\ICONS_SCALABLE_DC\WINSCW TO_BLDINF=..\..\..\..\..\..\Symbian\9.1\S60_&lt;br /&gt;3rd_MR\sohailsWorkspace\helloworldbasic\group PLATFORM=WINSCW CFG=UDEB FINAL&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
I think we are alomst there, just a take a took where I have change / configure anything.&lt;br /&gt;
Thanks&lt;br /&gt;
Sohail&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 30 Jul 2007 12:33:07 +0200</pubDate>
 <dc:creator>sohail</dc:creator>
 <guid isPermaLink="false">comment 40256 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Build and Run an example application from a command line</title>
 <link>http://www.newlc.com/forum/build-and-run-example-application-command-line#comment-40253</link>
 <description>&lt;p&gt;Do this:&lt;/p&gt;

&lt;p&gt;C:\Symbian\9.1\S60_3rd_MR\S60Ex\helloworldbasic\group&gt;bldmake bldfiles&lt;br /&gt;
C:\Symbian\9.1\S60_3rd_MR\S60Ex\helloworldbasic\group&gt;&lt;span style=&quot;font-weight:bold&quot;&gt;abld build winscw udeb&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Br&lt;br /&gt;
Gurpreet&lt;br /&gt;
&lt;a href=&quot;http://&quot; class=&quot;bb-url&quot;&gt;www.mobisy.com&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 30 Jul 2007 11:29:15 +0200</pubDate>
 <dc:creator>singhgupi</dc:creator>
 <guid isPermaLink="false">comment 40253 at http://www.newlc.com</guid>
</item>
<item>
 <title>Build and Run an example application from a command line</title>
 <link>http://www.newlc.com/forum/build-and-run-example-application-command-line</link>
 <description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I tried to Build and Run an example application from a command line. I have installed 1)perl 2) java 3)Carbide_c++ 4)SDK s60 3rd. I tried the following command.&lt;/p&gt;

&lt;p&gt;C:\Symbian\9.1\S60_3rd_MR\S60Ex\helloworldbasic\group&gt;devices&lt;br /&gt;
S60_3rd_MR:com.nokia.s60 - default&lt;br /&gt;
C:\Symbian\9.1\S60_3rd_MR\S60Ex\helloworldbasic\group&gt;bldmake bldfiles&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/forum/build-and-run-example-application-command-line&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/forum/build-and-run-example-application-command-line#comments</comments>
 <category domain="http://www.newlc.com/forums/microsoft-visual-c-net">Microsoft Visual C++ / Carbide.vs</category>
 <pubDate>Mon, 30 Jul 2007 11:11:17 +0200</pubDate>
 <dc:creator>sohail</dc:creator>
 <guid isPermaLink="false">18491 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
