Skip to main content



      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 12:06
Eclipse UserFriend
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 12:11] by Moderator

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


Current Time: Wed Jun 18 08:47:38 EDT 2025

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

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

Back to the top