Hi, when porting an application from avr-gcc to m68c11-gcc I observed that newlib unfortunately does not implement support for the integer typedefs like uint16_t or int64_t. Implementing of this support would be about no work. One could probably take it by cut and paste from avr-libc. e.g. . Yours, Björn Haase