Joe,
It sure looks like this particular example did not build at all. Those "package" subdirectories would have some content in them if it had built.
I don't know the DVSDK and its build procedure so I can't really comment about that. Perhaps you could show me the build steps that were performed (along with the build output), and I can check to see *what* was built.
For CE in general, the examples are a different build step than the one to build CE itself.
If the examples did build, you could use a "big hammer" approach to finding them:
% find / -name app_remote.xv5T -print
which will search for all files named app_remote.xv5T from the very top of your filesystem (and might take a looooong time, but maybe not).
Regards,
- Rob