hi All,<br><br>I wrote a program which is collecting some data and creating text file to write into.<br><br>I am successfully able to run and execute it in the VmWare maemo enviornment without any problem.<br><br>When i deployed it into N800 I am getting segmentation fault this application I checked in ARMEL compiled <br>
<br>mode on VmWare... I am not sure how to debug it as it is working fine in the Maemo enviornment but crashes <br><br>on the actual N800 device... Only change is the file created in <br><br>using like fopen (&quot;filename&quot;, &quot;wt&quot;);<br>
<br>in the Maemo and in case of N800 fope(&quot;/media/mmc1&quot;, &quot;wt&quot;)<br><br>I tired checking if file gets created to /media/mmc1 or not but it doesn&#39;t get created their at all.................<br><br>Let me know if some one has idea?<br>
<br>Regards,<br>Nisha<br>