Currently we're providing a mock implementation of __isoc99_sscanf in cFE_util.c, because otherwise the build fails.
This forum thread seems to have some information about this problem. I think it's most likely that we're compiling against two different versions of libc.
Since for now the stub isn't called, and no panic occurs, I'm putting this on the back burner. However, eventually either the cFE will call the stub or the root cause of the issue will pop up again, so we should probably figure out how to remove the stub.
Currently we're providing a mock implementation of
__isoc99_sscanf
incFE_util.c
, because otherwise the build fails.This forum thread seems to have some information about this problem. I think it's most likely that we're compiling against two different versions of
libc
.Since for now the stub isn't called, and no panic occurs, I'm putting this on the back burner. However, eventually either the cFE will call the stub or the root cause of the issue will pop up again, so we should probably figure out how to remove the stub.