Hello!
After installing the binutils-2.8.1.0.17 the error
disappeared.
But there is one additional failure: the atexit() prototype
from stdlib.h:
int atexit(void (*function)(void));
and gbl-ctors.h expects:
void atexit (void (*) (void));
Test are running and follow...
Andre