[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[avr-libc-dev] Idea: fplib crash problem
From: |
Peeter Vois |
Subject: |
[avr-libc-dev] Idea: fplib crash problem |
Date: |
Thu, 17 Nov 2005 07:38:25 +0200 |
Hi,
I do not remeber the bug id, but there is lots of them and I know
something must be about the nan + const problems, that the avr device
will crash/reboot if it performs this operation. It has seen for large
projects ( I have seen it too and I think that I still can reproduce it
).
I remember that no long time ago it was a discussion here that the
memory section can become too large and memory jump range will be too
big for the device to handle.
I looked into linker scripts and saw that there is a line that closest
matches with section .text.fplib, and it is .text.*. I think we should
make extra notification of .text.fplib so that fplib will not be mixed
with .text.something if there will be any such sections.
Regards ...
Peeter
- [avr-libc-dev] Idea: fplib crash problem,
Peeter Vois <=