06-24-2019 05:10 PM
Dear all,
I'm trying to include BSEC library in EWARM 7 from IAR.
The linker sends the following error :
Error[Li016]: size limit exceeded ##### > 4096
meaning that the object code (the BSEC library, not my application) has been compiled with a demo version.
Following the IAR website, there's no way to import libraries in demo version in a licensed Ewarm project.
Do you plan to release a usable library ?
Best Regards
Jluc
Solved! Go to Solution.
07-09-2019 01:41 PM
A newer BSEC version was released on our website last week. Could you please check whether you are still facing some issues compiling with IAR7 with the latest release?
07-18-2019 10:33 AM
Dear All,
well done, linker is happy now !
By the way, you put the same header files bsec_datatypes.h and bsec_interface.h in two different directories: algo\normal_version\inc and algo\normal_version\bin\IAR7\Cortex_Mx, it's a bit confusing.
Regards