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.

Building keystone-linux mpm-transport

I've spent a bit of time trying to get http://git.ti.com/keystone-linux/mpm-transport to build. instructions here http://processors.wiki.ti.com/index.php/MCSDK_UG_Chapter_Developing_Transports#Building_the_Library do not seem to be complete. I ended up needing to include -I<path to ti/edma3_lld_02_11_10_09/packages/> in the Makefile.

I've hit another roadblock though during compilation:

mpm-transport/src/utils/keystone_mmap/mpm_transport_keystone_mmap.h:50:34: fatal erro                                    r: ti/runtime/mmap/mmap.h: No such file or directory
 #include "ti/runtime/mmap/mmap.h"

I cannot find where mmap.h could be.