What specifically is segfaulting? If it is during compilation, then you are most likely using 64-bit math with msp430-gcc 3.x.
- Thomas On Mon, Sep 20, 2010 at 10:12 AM, Janos Sallai <[email protected]> wrote: > Compile with -O0 and run the application within gdb. > > Janos > > On Mon, Sep 20, 2010 at 8:26 AM, wasif masood <[email protected]> wrote: >> >> Hi all, >> >> is there any esay way to figure out which line is giving this Segmentation >> fault? >> >> -- >> Wasif Masood >> >> >> _______________________________________________ >> Tinyos-help mailing list >> [email protected] >> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help >> > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
