Re: Linux printf funny
- From: Vladimir Vassilevsky <antispam_bogus@xxxxxxxxxxx>
- Date: Tue, 27 Feb 2007 14:36:31 GMT
Paul Burke wrote:
I'm converting an application from Windows console to Linux, and the changeover has gone remarkably easily (considering that I know very little about Linux), until now.
No problem installing GCC, KDevelop, FTDI USB drivers, remarkably few changes to recompile the code... but printf fails after about half-a-dozen calls.
If it is a multithreaded application, this can be the issue with printf() reentrancy. Many of the stdio.h functions are not reentrant by default, unless you are linking the appropriate libraries.
Vladimir Vassilevsky
DSP and Mixed Signal Design Consultant
http://www.abvolt.com
.
- Follow-Ups:
- Re: Linux printf funny
- From: Paul Gotch
- Re: Linux printf funny
- References:
- Linux printf funny
- From: Paul Burke
- Linux printf funny
- Prev by Date: Re: Linux printf funny
- Next by Date: Internet Embedded
- Previous by thread: Re: Linux printf funny
- Next by thread: Re: Linux printf funny
- Index(es):