undefined reference error while linking..help

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • yeah

    undefined reference error while linking..help

    hi friends

    I tried to link c++ object files using "bfin-elf-ld" and got some
    undefined reference errors
    Errors:::::
    (.text+0x2ee8): undefined reference to `operator delete(void*)'
    (.text+0x2ef4): undefined reference to `_Unwind_Resume '
    (.text+0x2efa): undefined reference to `operator new(unsigned long)'
    (.text+0x25f6): undefined reference to `__muldf3'
    (.text+0x2620): undefined reference to `__floatsidf'

    I dont know why its giving these errors..
    Plz help me to fix this

    thanks in advance
  • Victor Bazarov

    #2
    Re: undefined reference error while linking..help

    yeah wrote:
    I tried to link c++ object files using "bfin-elf-ld" and got some
    undefined reference errors
    Errors:::::
    (.text+0x2ee8): undefined reference to `operator delete(void*)'
    (.text+0x2ef4): undefined reference to `_Unwind_Resume '
    (.text+0x2efa): undefined reference to `operator new(unsigned long)'
    (.text+0x25f6): undefined reference to `__muldf3'
    (.text+0x2620): undefined reference to `__floatsidf'
    >
    I dont know why its giving these errors..
    Not enough information to even redirect you to the right place to
    ask your question. 'bfin-elf-ld' is not defined in C++ language.
    It must be something specific to your compiler. Try the newsgroup
    dedicated to your compiler or to your platform.

    V
    --
    Please remove capital 'A's when replying by e-mail
    I do not respond to top-posted replies, please don't ask


    Comment

    Working...