<?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 - problem in making .sis file - Comments</title>
 <link>http://www.newlc.com/forum/problem-making-sis-file-1</link>
 <description>Comments for &quot;problem in making .sis file&quot;</description>
 <language>en</language>
<item>
 <title>Re: problem in making .sis file</title>
 <link>http://www.newlc.com/forum/problem-making-sis-file-1#comment-45090</link>
 <description>&lt;p&gt;There are number of things that you need to consider Swetha :&lt;/p&gt;

&lt;p&gt;1. By trying to build for arm5 your are compiling for device. Remember for this you need to have RVCT (RealView Compiler Toolkit) from ARM if you want to build for it  which does not come free with the SDK ( unlike GCCE). &lt;br /&gt;
2. When it gives certain line number error in the pkg, check if that particular file is there in the target (if its pointed error there, chances are that your file isnt present there, meaning that the build wasnt successful..so check build errors to resolve this)&lt;br /&gt;
3. For emulator build you have to use winscw.&lt;br /&gt;
&lt;/p&gt;</description>
 <pubDate>Thu, 13 Mar 2008 10:44:09 +0100</pubDate>
 <dc:creator>Symbian_Neil</dc:creator>
 <guid isPermaLink="false">comment 45090 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: problem in making .sis file</title>
 <link>http://www.newlc.com/forum/problem-making-sis-file-1#comment-45082</link>
 <description>&lt;p&gt;i think you have to change active build configuration  back Emulator debug  then try running your applica tion.&lt;/p&gt;</description>
 <pubDate>Thu, 13 Mar 2008 04:58:20 +0100</pubDate>
 <dc:creator>83.manish</dc:creator>
 <guid isPermaLink="false">comment 45082 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: problem in making .sis file</title>
 <link>http://www.newlc.com/forum/problem-making-sis-file-1#comment-45080</link>
 <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;you can run your application on emulator after making  sis file. May be you need to change active build configuration setting  to armv5.&lt;/p&gt;</description>
 <pubDate>Thu, 13 Mar 2008 04:45:34 +0100</pubDate>
 <dc:creator>RB_Sahu</dc:creator>
 <guid isPermaLink="false">comment 45080 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: problem in making .sis file</title>
 <link>http://www.newlc.com/forum/problem-making-sis-file-1#comment-45077</link>
 <description>&lt;p&gt;not sure abt this... TRK is used for hardware debugging... did you set active build configuration back to Emulator debug..?&lt;/p&gt;</description>
 <pubDate>Thu, 13 Mar 2008 04:24:24 +0100</pubDate>
 <dc:creator>83.manish</dc:creator>
 <guid isPermaLink="false">comment 45077 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: problem in making .sis file</title>
 <link>http://www.newlc.com/forum/problem-making-sis-file-1#comment-45076</link>
 <description>&lt;p&gt;hi,&lt;/p&gt;

&lt;p&gt;thank all for your replies.. now i could resolve the issue and m successfully able to make a .sis file by selecting helloworldbasic_armv5.pkg and not _gcce.pkg. Then i set the active build configuration as &quot;phone release(GCCE)&quot;..&lt;/p&gt;

&lt;p&gt;but now, when i try running the program on the emulator i get the following error:&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;font-weight:bold&quot;&gt;&quot;Target request failed: TRK Protocol Plugin: Cant connect to TRK (TRK may not be running on the phone or mismatch between selected and connected com port). &quot;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;does it mean that after making a sis file, we cant run the application on the emulator? Because, its asking me to select a port before running. I did not change the default option that was serial port com1.&lt;/p&gt;

&lt;p&gt;plz help..&lt;/p&gt;

&lt;p&gt;thanx in advance.&lt;/p&gt;

&lt;p&gt;- Swetha&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 13 Mar 2008 04:00:04 +0100</pubDate>
 <dc:creator>swetha_s</dc:creator>
 <guid isPermaLink="false">comment 45076 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: problem in making .sis file</title>
 <link>http://www.newlc.com/forum/problem-making-sis-file-1#comment-45075</link>
 <description>&lt;p&gt;Hi Swetha,&lt;/p&gt;

&lt;p&gt;you have error in line number 19 of .pkg file. you need to give correct path in .pkg file. &lt;/p&gt;

&lt;p&gt;use this command from command line.  &quot;makesis HelloWorldBasic.pkg&quot;&lt;/p&gt;</description>
 <pubDate>Thu, 13 Mar 2008 03:02:06 +0100</pubDate>
 <dc:creator>RB_Sahu</dc:creator>
 <guid isPermaLink="false">comment 45075 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: problem in making .sis file</title>
 <link>http://www.newlc.com/forum/problem-making-sis-file-1#comment-45074</link>
 <description>&lt;p&gt;..\..\epoc32\release\armv5\urel\HelloWorldBasic.exe&quot; -&quot;!:\sys\bin\HelloWorldBasic.exe&lt;/p&gt;

&lt;p&gt;above command tells makesis to put &quot;..\..\epoc32\release\armv5\urel\HelloWorldBasic.exe&quot;  in sis file. and while installing take out this exe and put it to \sys\bin\   in phone.&lt;br /&gt;
 just check this &quot;..\..\epoc32\release\armv5\urel\HelloWorldBasic.exe&quot;   is valid. if not put the correct path. its better to write absolute path rather than relative path here. And make sure that you  have build your project for armv-&gt; urel version.&lt;/p&gt;</description>
 <pubDate>Thu, 13 Mar 2008 03:00:48 +0100</pubDate>
 <dc:creator>83.manish</dc:creator>
 <guid isPermaLink="false">comment 45074 at http://www.newlc.com</guid>
</item>
<item>
 <title>problem in making .sis file</title>
 <link>http://www.newlc.com/forum/problem-making-sis-file-1</link>
 <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I am using Carbide C++ v1.2 and I am trying to make a .sis file of simple Helloworld program. &lt;/p&gt;

&lt;p&gt;Its giving the following errors after the build:&lt;br /&gt;
1) makesis.exe returned with exit value = 1&lt;br /&gt;
2) file I/O fault. [in line 19 of helloworldbasic_armv5.pkg file which has: ....\..\epoc32\release\armv5\urel\HelloWorldBasic.exe&quot; -&quot;!:\sys\bin\HelloWorldBasic.exe ]&lt;/p&gt;

&lt;p&gt;Please help....&lt;/p&gt;

&lt;p&gt;- Swetha&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/forum/problem-making-sis-file-1&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/forum/problem-making-sis-file-1#comments</comments>
 <category domain="http://www.newlc.com/forums/symbian-c">Symbian C++</category>
 <pubDate>Wed, 12 Mar 2008 19:22:45 +0100</pubDate>
 <dc:creator>swetha_s</dc:creator>
 <guid isPermaLink="false">20479 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
