2021-08-23 08:37 AM
Hi all,
I'm trying to implement manually the ST EEPROM emulation package.
But I got stuck at a undefined reference:
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?
Solved! Go to Solution.
2021-08-25 01:28 PM
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
2021-08-25 01:33 PM
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.
2021-08-25 01:49 PM
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.
2021-08-26 01:17 PM
Thanks, that solved my problem.
Probably better to just select the project parent folder.