<chandrakumar@xxxxxxxxxxxxxxx> writes: > _muldi3 > xgcc: Internal compiler error: program cc1 got fatal signal 11 This means that your compiler crashed with a segmentation violation. You're going to have to run it under the debugger to find out what happened. http://gcc.gnu.org/wiki/DebuggingGCC Ian