public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] printf and floating point emulation
@ 2008-04-08 20:15 Eduardo Sabaj
  0 siblings, 0 replies; only message in thread
From: Eduardo Sabaj @ 2008-04-08 20:15 UTC (permalink / raw)
  To: ecos-discuss


I have a program that hangs when trying to format and print something 
like this:

void
func (float f)
{
    printf ("%.2f\n", f);
}

I don't have an FPU builtin hardware.
The CPPFLAGS and LDFLAGS include the following options:

-msoft-float -mno-fp-ret-in-387 -mno-fancy-math-387

I disabled the FPU support (macro CYGHWR_HAL_I386_FPU) and I enabled 
CYGSEM_LIBC_STDIO_PRINTF_FLOATING_POINT and 
CYGSEM_LIBC_STDIO_SCANF_FLOATING_POINT macros.

I'm running ecos-2.0 (the last version available in CVS).

Please, I cannot realize what I'm omiting.. Any idea?

-- 

Ing. Eduardo Salvador Sabaj
Analista de Desarrollo

Compañía Hasar | Grupo Hasar*
*Marcos Sastre y José Ingenieros
El Talar. Pacheco
[B1618CSD] Buenos Aires. Argentina
Tel [54 11] 4117 8900 | Fax [54 11] 4117 8998
E-mail: esabaj@hasar.com
Visítenos en: www.hasar.com
<http://www.hasar.com>Información legal y política de confidencialidad: 
www.grupohasar.com/disclaimer <http://www.grupohasar.com/disclaimer>


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-04-08 19:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-08 20:15 [ECOS] printf and floating point emulation Eduardo Sabaj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).