ST25RU3993 fw compilation fail "undefined references "addTlvExt"
I am trying to compile the original fw sources files provided in order to generate the same binary file before proceeding to fw changes. I have all the files using version 2.1.0.0
The only changes that I made are:
1) Add the preprocessor define EVAL=1 (I am using the ST25RU3993-EVAL board)
2) Add the preprocessor define STUHFL_HOST_COMMUNICATION=1 . I want to compile a project to use the GUI provided (for a toolchain validation)
The compilation fails due an undefined "addTlvExt" reference. But this one is included in the stuhfl_helpers.h file which is included in the project.
What it can be wrong in this case?
Thank you
