On Tue, Dec 25, 2001 at 03:49:34PM +0000, Dr. David Alan Gilbert wrote: > /discs/cross/source/gcc-3.0.3/gcc/libgcc2.h:102: no data type for mode > `TI' This is a known problem for gcc 3.0. To work around this, you must hack gcc/hwint.h to use "long long". This has been fixed properly for gcc 3.1. r~