Skip to main content
Daniele Mirri
Associate II
March 13, 2017
Solved

config libreries missing

  • March 13, 2017
  • 1 reply
  • 1338 views
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
This topic has been closed for replies.
Best answer by Erwan YVIN
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

1 reply

Erwan YVIN
Erwan YVINBest answer
ST Technical Moderator
March 13, 2017
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

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question.
Daniele Mirri
Associate II
March 13, 2017
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.