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
_______________________________________________
maemo-developers mailing list
[email protected]
https://lists.maemo.org/mailman/listinfo/maemo-developers

Reply via email to