cancel
Showing results for 
Search instead for 
Did you mean: 

Undefined reference in EEPROM emulation package

WSpar.1
Associate III

Hi all,

I'm trying to implement manually the ST EEPROM emulation package.

But I got stuck at a undefined reference:

0693W00000Dq7pRQAR.png 

I included in the right build paths and in the IDE I can perfectly jump to the EE_Init() function.

So the IDE does know where to look, but my compiler doesn't

What can be the problem here?

This discussion is locked. Please start a new topic to ask your question.
13 REPLIES 13
TDK
Guru

You need to add all directories with source files in them to the source folders.

Project properties -> C/C++ General -> Paths and Symbols -> Source Location

If you feel a post has answered your question, please click "Accept as Solution".

Go to the folder right above and right-click on that. By default the stuff shows in the tree but it not part of the build process.

Go to a folder above. Do it on Middlewares. Then you may have to refresh (F5) until you see the change. The Middlewares folder then gets the blue thing I think.

WSpar.1
Associate III

Thanks, that solved my problem.

Probably better to just select the project parent folder.