> llewelly@xxxxxxxxxxxx writes: > >This sounds like a newlib bug to me. You should report it. Probably yes ...
llewelly@xxxxxxxxxxxx writes:You are right, I'm working with cross-compiling environment.
The normal solution is to make configure compile run a program which outputs sizeof(wchar_t), and then substitutes that value into your header files. I didn't suggest this before because somehow I had the impression you were using a cross-compiler (which means the configure-time program which determines sizeof(wchar_t) must be downloaded to your target and its output somehow uploaded back, something which is not always feasible.
> Florian Weimer wrote: >
Hmm, this is the variant. I didn't known that. Theoretically we can determine sizeof wchar_t without running on target board... I'll try to find these autoconf macros.autoconf has macros which can determine compile-time constants even when cross-compiling.
Thanks guys.
-- Best Regards, Artem B. Bityuckiy, St.-Petersburg, Russia.