Languages

Menu
Sites
Language
Problem with static library project!

Hello,

I recently add a static library to my project, I add a new configuration: Debug-Tizen-Emulator to the library project!

Every thing worked fine (compilation and link), till I close the IDE and open it, I notice that I can't expand the library project! And when I try to build or do what ever in the right click menu I get the folowing error message: 

An internal error occurred during: "Build Project".

org.eclipse.cdt.managedbuilder.internal.core.ResourceConfiguration cannot be cast to org.eclipse.cdt.managedbuilder.core.IConfiguration
Any idea please?
 
Thanks in advance,
Salah
Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

2 Replies
Lakshmi Grandhi
Hi, Can you share your ide logs Thanks Lakshmi
Salaheddine Essediki
Hello, thanks for your replay! It's seems that the issue was related to a conflict with sdk versions, the library was created with 2.0 version of the sdk. Second thing: I updated to 2.1 over the previous version which causes a conflict in the ide!! The problem was solved when I removed completely the sdk (delete installation path), and start new installation! Thanks Salah