Hi,
I need some help understanding the build process better.
I tried to compile a cloned platform directory with the PRIMARY.BIN of the ixus220hs and get, as expected, some errors.
finsig reports a list of unresolved symbols:
Close
Fgets_Fut
Fread_Fut
Fwrite_Fut
GetCurrentAvValue
GetParameterData
...
I looked a bit inside of finsig, it does obviously a pattern matching search on the PRIMARY.BIN!
Can anyone give me a short overview, how this is done to understand why the function stubs are not found.
There seems to be a threshold percentage which is treated as fault. I'm not sure what the process is to fix the problem.
I understand, that the signatures as defined in signatures_dryos.h are defined are searched. What does it mean if the functions are not found in PRIMARY.BIN!?
Thx for your help in advance...
Michi