|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
vsprintfX-SpamDetect-Info: ------------- Start ASpam results --------------- X-SpamDetect-Info: This message may be spam. This message BODY has been altered to show you the spam information X-SpamDetect: ****: 4.344000 From3consonants=0.3, To: repeats address as real name=0.4, X-Verify-SMTP present=0.6, Aspam=3.0 X-SpamDetect-Info: ------------- End ASpam results ----------------- Hi Anyone know where I can get the source for vsprintf for the
GCC compiler I am in need of it for a project based on U-Boot for the MCF54450 What I am exactly looking for is standard libraries written in C which
would give me support for printing of doubles (i.e. atof, vsprintf with %f,
etc..). I need the C source code so I can drop it into our current
embedded system Gregg Gregg GRANVILLE Hardware Engineering Manager ------------------------------------------------------- Tel 1 603.622.0212 / Fax 1 603.623.5623 ggranville@... / www.metronics.com ----------------------------------------------------------------------------------------- METRONICS /// 30 Harvey Road //
Bedford, NH 03110-6818 / US |
|
|
Re: vsprintfGranville Gregg wrote:
> > Hi > > Anyone know where I can get the source for vsprintf for the GCC compiler > I am in need of it for a project based on U-Boot for the MCF54450 > > > > What I am exactly looking for is standard libraries written in C which > would give me support for printing of doubles (i.e. atof, vsprintf with > %f, etc..). I need the C source code so I can drop it into our current > embedded system > > > Gregg > gcc doesn't have a vsprintf function - that's part of the C library, not the C compiler. So you want to look in the source code for a C library. Different C libraries have different licenses - you cannot take the vsprintf code from the gnu libc and paste it into your code unless your entire code is (L)GPL. An alternative source that might be a better choice is newlib (BSD-style license). mvh., David --- coldfire@... Send a post to the list. coldfire-join@... Join the list. coldfire-digest@... Join the list in digest mode. coldfire-leave@... Leave the list. |
|
|
Re: vsprintfAlso dietlibc (GPL), uClibc (LGPL) and the various *BSD system's libc's.
On Thu, Mar 26, 2009 at 11:30 AM, David Brown <david@...> wrote:
-- ==== Q. How many Prolog programmers does it take to change a lightbulb? A. No. coldfire@... Send a post to the list. coldfire-join@... Join the list. coldfire-digest@... Join the list in digest mode. coldfire-leave@... Leave the list. |
| Free embeddable forum powered by Nabble | Forum Help |