hi tracing with CYG_TRACE0 ( and related ) i get these warnings > warning: deprecated conversion from string constant to `char *' how about changing "char *psz_msg" in the cyg_tracemsg (and related) functions to "const char *psz_msg"? any resulting drawbacks? regards, christoph --