import KDS1.1 .1 project issue

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

import KDS1.1 .1 project issue

Jump to solution
645 Views
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.

Labels (1)
0 Kudos
1 Solution
514 Views
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!

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

View solution in original post

0 Kudos
3 Replies
514 Views
felixzhu
Contributor I

Thanks!

It fixes the issues about  include path.

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

0 Kudos
515 Views
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 Kudos
514 Views
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 Kudos