Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » 5 duplicate symbols for architecture x86_64(Error observed when building a C/C++ program)
5 duplicate symbols for architecture x86_64 [message #1779724] Thu, 11 January 2018 19:05 Go to next message
Mrinmay Kalita is currently offline Mrinmay KalitaFriend
Messages: 6
Registered: January 2018
Junior Member
Encountered when running a C/C++ program.
Re: 5 duplicate symbols for architecture x86_64 [message #1779726 is a reply to message #1779724] Thu, 11 January 2018 21:12 Go to previous messageGo to next message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
Sounds like a linking problem
https://stackoverflow.com/questions/37457313/xcode-7-simulator-error-duplicate-symbols-for-architecture-x86-64
You'll need to supply more detail.

This forum is for CDT related problems.
Why do you think it is a CDT problem?
Re: 5 duplicate symbols for architecture x86_64 [message #1779802 is a reply to message #1779726] Fri, 12 January 2018 21:39 Go to previous messageGo to next message
Mrinmay Kalita is currently offline Mrinmay KalitaFriend
Messages: 6
Registered: January 2018
Junior Member
Am running the Intel mkl-dnn library.
Re: 5 duplicate symbols for architecture x86_64 [message #1779806 is a reply to message #1779802] Fri, 12 January 2018 23:08 Go to previous messageGo to next message
Mrinmay Kalita is currently offline Mrinmay KalitaFriend
Messages: 6
Registered: January 2018
Junior Member
CDT stands for C/C++ development Tooling. I thought that my problem of code issues in C/C++ rightfully belongs here as I do not see any other forum for C/C++ discussions.
Re: 5 duplicate symbols for architecture x86_64 [message #1779822 is a reply to message #1779806] Sat, 13 January 2018 11:15 Go to previous message
Tauno Voipio is currently offline Tauno VoipioFriend
Messages: 742
Registered: August 2014
Senior Member
Please understand that Eclipse provides an user interface to the real C/C++ toolkit.

Your question does really ask if the toolkit you're using with Eclipse (GCC, maybe?) is compatible with the Intel-provided library. My guess is that the library (if it's binary) is compiled with some other compiler and, as such, not compatible with the toolkit you're attempting to use.

The answer to your real question is off-topic for Eclipse CDT.


--

Tauno Voipio
Previous Topic: Symbol 'mkldnn_f32' could not be resolved
Next Topic:EROR on Start
Goto Forum:
  


Current Time: Fri Apr 19 08:48:48 GMT 2024

Powered by FUDForum. Page generated in 0.02232 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top