avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-dev] [bug #19771] multiple definition of `__fixsfsi'


From: Joerg Wunsch
Subject: [avr-libc-dev] [bug #19771] multiple definition of `__fixsfsi'
Date: Wed, 02 May 2007 07:52:06 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060417

Update of bug #19771 (project avr-libc):

                  Status:                    None => Duplicate              
             Assigned to:                    None => joerg_wunsch           
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

This is essentially a duplicate for bug #3485.

In your particular case, your fault was to add -lm *before*
forcing the undefined reference to the floating-point version
of vfprintf.  Reorder that to

LDFLAGS = -Wl,-u,vfprintf -lprintf_flt -lm

and it should work.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?19771>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]