undefined reference error while linking..help

Y

yeah

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
 
V

Victor Bazarov

yeah said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top