[maemo-developers] Wrting to a text file in N800 /media/mmc1
From: nisha jain jain61 at gmail.comDate: Sat Jul 5 21:54:20 EEST 2008
- Previous message: PC,VMware and USB connection to N800
- Next message: Wrting to a text file in N800 /media/mmc1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
hi All,
I wrote a program which is collecting some data and creating text file to
write into.
I am successfully able to run and execute it in the VmWare maemo enviornment
without any problem.
When i deployed it into N800 I am getting segmentation fault this
application I checked in ARMEL compiled
mode on VmWare... I am not sure how to debug it as it is working fine in the
Maemo enviornment but crashes
on the actual N800 device... Only change is the file created in
using like fopen ("filename", "wt");
in the Maemo and in case of N800 fope("/media/mmc1", "wt")
I tired checking if file gets created to /media/mmc1 or not but it doesn't
get created their at all.................
Let me know if some one has idea?
Regards,
Nisha
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.maemo.org/pipermail/maemo-developers/attachments/20080705/fdd3abbb/attachment.htm
- Previous message: PC,VMware and USB connection to N800
- Next message: Wrting to a text file in N800 /media/mmc1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
