JetPack 3.0 tegra-multimedia-api sample cross compile library issue

I am trying to cross compile the samples found within the tegra-multimedia-api package. I have followed the instructions provided within README and CROSS_PLATFORM_SUPPORT files that were found within the tegra-multimedia-api package.

Within the CROSS_PLATFORM_SUPPORT file instruction #5 asks to create some symbolic links

    $ sudo ln -sf tegra-egl/libEGL.so.1 libEGL.so
    $ sudo ln -sf tegra-egl/libGLESv2.so.2 libGLESv2.so
    $ sudo ln -sf tegra/libcuda.so.1.1 libcuda.so.1

However, the link source files are not present… Is there another arch other than the decompressed in step #3, which is missing…?

Please refer to [url]https://devtalk.nvidia.com/default/topic/1002876/jetson-tx2/jetpack-3-0-tegra-multimedia-api-sample-cross-compile-issue/post/5122299/#5122299[/url]