It is looking for the endian library...which I have, but is still failing.

error: Unable to find file or target named
error:       '../libs/endian/'
error: referred to from project at
error:       '.'

I did a:
git checkout develop
git pull
git submodule update --init

on my repository, which caused the previously empty endian directory to be populated, but still getting the error.
Thoughts?

Tom