1
Zaurus - pdaXrom / Troubleshooting Segmentation Faults
« on: October 25, 2006, 11:46:06 am »
Try and rebuild all source with:
-mstructure-size-boundary=32
Uses a lot more memory but everything ends up aligned on 32 bit boundary
This may also work but I have never used this:
-malignment-traps
Basically from what the comments in the thread are saying is that data is being accesed misaligned.
Use one or the other compiler options.
The documentation for -malignment-traps explains the problem quite well.
Regards
Damian
-mstructure-size-boundary=32
Uses a lot more memory but everything ends up aligned on 32 bit boundary
This may also work but I have never used this:
-malignment-traps
Basically from what the comments in the thread are saying is that data is being accesed misaligned.
Use one or the other compiler options.
The documentation for -malignment-traps explains the problem quite well.
Regards
Damian