Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » resolving imports from an ECOS library(Juno shows problems to resolve imports in a C++ module)
resolving imports from an ECOS library [message #912457] Thu, 13 September 2012 16:06
Robert Brusa is currently offline Robert BrusaFriend
Messages: 55
Registered: July 2009
Member
Hi,
when migrating my ecos project from helios to juno, all of my code was cluttered with error flags. Using the index menue I was able to change that - for almost all of them. But some error flags in a c++ file remain:
https://dl.dropbox.com/u/13412634/Screenshot%20-%2013.09.jpg
memcpy, strncpy and other string handling calls. I should add that my project is a mixture of c and c++ modules - for historical reasons.

When selecting memcpy or strcpy and pressing F3 juno correctly finds the corresponding h-file from the library. When hoovering with the cursor over e. g. memcpy, I read:
Invalid arguments '
Candidates are:
void * memcpy(void *, const void *, ?)
'
The project builds. Obviously, these errors are no errors for the compiler. Any advice how to get rid of them? Thanks and best regards - Bob

[Updated on: Thu, 13 September 2012 16:11]

Report message to a moderator

Previous Topic:Eclipse-PATH-g++...
Next Topic:Eclipse using wrong version of g++
Goto Forum:
  


Current Time: Fri Apr 26 17:57:57 GMT 2024

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

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

Back to the top