Re: [Sdcc-user] Bug report on SDCC math function (expf)

2006-11-30 Thread Maarten Brock
Hello Maurizio, > The c compiler options: > -c --debug --use-stdout -V --model-large > > The linker options: > --debug --use-stdout -V --model-large --no-xinit-opt > > the assembler options: > -plosgff --model-large --xdata-loc Why do you use --no-xinit-opt? It is meant for optimization on small

Re: [Sdcc-user] Bug report on SDCC math function (expf)

2006-11-29 Thread Jesus Calvino-Fraga
Have you tried the latest snapshot? What version are you using? To find the version you are using, please try: sdcc -v I had the same problem last week, but I think I fixed the bug (revision 4475 and up). You can check the bug report here: https://sourceforge.net/tracker/?func=detail&atid=10

[Sdcc-user] Bug report on SDCC math function (expf)

2006-11-29 Thread Tognolini Maurizio
Hello, My name is Maurizio Tognolini and I work in the Geneva Engineering School (Switzerland). In my group we testing now the SDCC free c compiler on our micro controller based control system, and we encounter some difficulties. We use as debugger en code loader the IDE free development envi