Undefined reference in EEPROM emulation package
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?
