gparmer / cFE2cos

0 stars 1 forks source link

We shouldn't have to mock `__isoc99_sscanf` #1

Open Others opened 8 years ago

Others commented 8 years ago

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.