This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/PROCESSOR-SDK-AM57X: Working with the IVA-HD subsystem

Part Number: PROCESSOR-SDK-AM57X
Other Parts Discussed in Thread: AM5728

Tool/software: Linux

Hello,

I have been trying to install the necessary tools to develop for the IVA-HD on my EVM.  Preferably, I would like to be able to build and debug the codec application on a host PC running Code Composer.  As to building and running the IPUMM software on the host machine, I have been following the wiki page's guide:

However, I have noticed several things that have prevented my compilation:

1) The available build target platforms do not mention the AM series.  I have been operating under the assumption that this does not matter, considering that the OMAP54XX is likely a reference to the SGX54XX GPU in the AM5728.  Is this correct?

2) I may already be incorrect in assuming that the IVA-HD software is not pre-installed with the Linux Software SDK. Is it included with the standard install?

3) If it is not, then I have some issues building the IPC system on the host machine.  Attempting to install the Linux and BIOS side is resulting in some build errors relating to the compiler call in the makefile.  it is attempting to find pthread.h and failing, due to several errors about missing pthread.h-related functions.  However, as my machine is running Ubuntu 14.04 LTS, I know for a fact that I have pthread.h available due to POSIX (semi) compliance.

If these questions do not make any sense, then I would appreciate some kind of informal guide on how to develop a codec application for the AM57x EVM on an Ubuntu host machine with the Processor SDK installed.