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…?