cancel
Showing results for 
Search instead for 
Did you mean: 

config libreries missing

Daniele Mirri
Associate II
Posted on March 13, 2017 at 09:58

Hi all,

I'm new to the enviroment so I'm sorry to be so newbie.

Last Friday I was using a test application to get started and at the first attempt i could flash the program and everything was fine. Now I open SPC5Sudio and I find errors that there weren't 'Unresolved Inclusion 'components.h'' and the same with all the libraries that i'm using ('pwm_lld_cfg.h', 'spi_lld_cfg.h', 'pit_lld_cfg.h', 'can_lld_cfg.h').

I checked in the SPC5 settings to look for the libraries inclusion and there aren't so does someone know where I can find them???

Thanks a lot.

Daniele.

#pwm #can #spi #libreries
1 ACCEPTED SOLUTION

Accepted Solutions
Erwan YVIN
ST Employee
Posted on March 13, 2017 at 11:29

Hello Dianele ,

it is a just a Eclipse settings :

in

C/C++ general ==> Preprocesseur Include

you should add your cfg , include directories in the project settings

you can add the compilers include directories

https://community.st.com/0D50X00009XkibOSAR

Best regards

Erwan

View solution in original post

2 REPLIES 2
Erwan YVIN
ST Employee
Posted on March 13, 2017 at 11:29

Hello Dianele ,

it is a just a Eclipse settings :

in

C/C++ general ==> Preprocesseur Include

you should add your cfg , include directories in the project settings

you can add the compilers include directories

https://community.st.com/0D50X00009XkibOSAR

Best regards

Erwan

Posted on March 13, 2017 at 12:13

I tried to find similar topics but i didn't find them.

Many thanks by the way, Erwan.