[coldfire-gnu-discuss] Sourcery G++ Lite support for m5235evb serial I/F ?

Mark Mitchell mark at codesourcery.com
Mon Nov 26 16:37:53 UTC 2007


Kazu Hirata wrote:

> You need to override "write".
> 
>   ssize_t write(int fd, const void *buf, size_t count);

Actuall, you should override "_write" rather than "write".  The
functions intended to be overridden are all prefaced with "_".

-- 
Mark Mitchell
CodeSourcery
mark at codesourcery.com
(650) 331-3385 x713



More information about the coldfire-gnu-discuss mailing list