Yves Chevallier - 2008-12-16

Hi,

When I try to compile this little simple code:

float a, b=0, c=0;
void main() {a = b+c;}

with sdcc --model-large foo.c

I've got this error message:

?ASlink-Warning-Undefined Global '___fsadd' referenced by module 'foo'

But, when I use --model-medium everything works fine.

Is it a bug?

Thank you in advance....