import KDS1.1 .1 project issue

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

import KDS1.1 .1 project issue

跳至解决方案
2,235 次查看
felixzhu
Contributor I

By using latest KDS V3.2.0 to import existing projects (earlier KDS V1.1.1), it shows warnings as below:

DescriptionResourcePathLocationType
Invalid project path: Include path not found (C:\Freescale\KDS_v3\eclipse\ProcessorExpert\lib\Kinetis\pdd2\MK64FN1M0LL12\peripherals).MicroDriverDBC002pathentryPath Entry Problem
DescriptionResourcePathLocationType
Invalid project path: Include path not found (C:\Freescale\KDS_v3\eclipse\ProcessorExpert\lib\Kinetis\pdd2\MK64FN1M0LL12\system).MicroDriverDBC002pathentryPath Entry Problem

Is there any add-on for it?

And when building this project, it indicates one errors as below:

DescriptionResourcePathLocationType
cannot find -lMicroDriverDBC002ThreeButtonDemoC/C++ Problem

"MicroDriverDBC002" is one of the importing projects.

标签 (1)
0 项奖励
回复
1 解答
2,104 次查看
TICS_Fiona
NXP Employee
NXP Employee

Hello Felix

 

The paths are different in KDS 3.2. These two paths are changed into:

C:\Freescale\KDS_v3\eclipse\ProcessorExpert\Repositories\Kinetis_Repository\lib\Kinetis\pdd2\MK64FN1M0LL12\peripherals

C:\Freescale\KDS_v3\eclipse\ProcessorExpert\Repositories\Kinetis_Repository\lib\Kinetis\pdd2\MK64FN1M0LL12\system

Could you please check the compiler settings for include path as Erich relied?

Best Regards

Fiona Kuang

TIC - Technical Information Center

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Mark Correct button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
3 回复数
2,104 次查看
felixzhu
Contributor I

Thanks!

It fixes the issues about  include path.

And now I am looking on -l command line issue.

0 项奖励
回复
2,105 次查看
TICS_Fiona
NXP Employee
NXP Employee

Hello Felix

 

The paths are different in KDS 3.2. These two paths are changed into:

C:\Freescale\KDS_v3\eclipse\ProcessorExpert\Repositories\Kinetis_Repository\lib\Kinetis\pdd2\MK64FN1M0LL12\peripherals

C:\Freescale\KDS_v3\eclipse\ProcessorExpert\Repositories\Kinetis_Repository\lib\Kinetis\pdd2\MK64FN1M0LL12\system

Could you please check the compiler settings for include path as Erich relied?

Best Regards

Fiona Kuang

TIC - Technical Information Center

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Mark Correct button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复
2,104 次查看
BlackNight
NXP Employee
NXP Employee

Hi Felix,

If I remember correctly, some directory/folder name have been chagned. You can remove these include paths from the projects settings.

Right click on the project > Properties > C/C++ Buld > Settings > Tool settings > Cross ARM C Compiler > Includes.

The second thinig with the build failing looks like somehow your command line  (-I option) is wrong?

Erich

0 项奖励
回复