Is there any way to fix all the "unresolved inclusion" errors in Eclipse when importing projects by make file?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Is there any way to fix all the "unresolved inclusion" errors in Eclipse when importing projects by make file?

3,103 次查看
tessurroundview
Contributor I

Eclipse doesn't seem to find any includes when a project was imported by make file.

标签 (3)
标记 (2)
0 项奖励
回复
3 回复数

2,947 次查看
jiri_kral
NXP Employee
NXP Employee

Hello, 

which version of S32DS you are using? It looks like that you are trying import Vision project example. The best way how to do it is on the main menu bar click on File -> New -> S32DS Project from Example. 

I also can't find in S32DS possibility import project by makefile. I find only Import Existing Code as Makefile project. In this case you need to specify include paths and so on.  

Jiri 

0 项奖励
回复

2,947 次查看
tessurroundview
Contributor I

We're using version 1.1 right now. The project was imported following "Import Existing Code as Makefile project" but was derived from an example project. It seems to me that the manual step of including paths is required in this case.

0 项奖励
回复

2,947 次查看
jiri_kral
NXP Employee
NXP Employee

You can try to import existing project into workspace (File -> Import -> General -> Existing Projects into Workspace) instead create makefile project. Importing existing project will also setup Include and library paths. 

Jiri 

0 项奖励
回复