All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hinko Kocevar <hinko.kocevar@cetrtapot.si>
To: buildroot@busybox.net
Subject: [Buildroot] C double type problem - at91sam9263
Date: Mon, 04 Aug 2008 14:43:58 +0200	[thread overview]
Message-ID: <4896F98E.1050203@cetrtapot.si> (raw)
In-Reply-To: <223E6519BDCAC74695BEE9D163F8E6592306E3@oakleaf10.oakleafconsultancy.com>

Richard Hardy wrote:
> Hi Everyone,
> 
> I am quite new to using buildroot and embedded linux systems in general.
> However, I have managed to use buildroot to get a (nearly) working
> system up and running for an at91sam9263 board. (kernel v 2.6.22, uClibc
> v 0.9.29)
> 
>  
> 
> I have one annoying problem though. One of the packages I am compiling
> from source uses C's "double" type, and this does not seem to be
> behaving as I need it to.
> 
>  
> 
> I have created a simple example program:
> 
>  
> 
> ...
> 
> int main (int argc, char *argv[])
> 
> {
> 
> double test;
> 
> test = 1;
> 
> fprintf(stderr, "Test double = %f.\n", test);
> 
> }
> 
>  
> 
> And the output that I see is:
> 
>  
> 
> Test double = 1000000.
> 
>  
> 
>  
> 
> I guess that this is due to one of the options, somewhere, in either the
> Linux Kernel, uClibc or something else, but I don't know how to find out
> which one. 
> 
>  
> 
> Can anyone point me in the right direction of where to look?

I see it too on cris architecture. I think it is uClibc related, at least 0.9.29. 
I'll try to reproduce on x86..
IMHO only printf is buggy, otherwise doubles and floats seem to have correct value.

Regards,
Hinko

-- 
?ETRTA POT, d.o.o., Kranj
Planina 3
4000 Kranj
Slovenia, Europe
Tel. +386 (0) 4 280 66 03
E-mail: hinko.kocevar at cetrtapot.si
Http: www.cetrtapot.si

  parent reply	other threads:[~2008-08-04 12:43 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-04 10:29 [Buildroot] C double type problem - at91sam9263 Richard Hardy
2008-08-04 12:41 ` John Voltz
2008-08-04 12:43 ` Hinko Kocevar [this message]
2008-08-05 10:20 ` Ulf Samuelsson
  -- strict thread matches above, loose matches on Subject: below --
2008-08-04 13:52 Richard Hardy
2008-08-04 13:58 Richard Hardy
2008-08-04 14:16 ` Hinko Kocevar
2008-08-04 21:27   ` Matthew Dombroski
2008-08-05  8:31     ` Hinko Kocevar
2008-08-05  9:15       ` Hinko Kocevar
2008-08-05 10:51 Richard Hardy
2008-08-05 16:37 ` Christopher Taylor
2008-08-06 13:16 Richard Hardy
2008-08-06 13:36 ` Hinko Kocevar
2008-08-06 16:37 ` Ulf Samuelsson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4896F98E.1050203@cetrtapot.si \
    --to=hinko.kocevar@cetrtapot.si \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.