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.

SDK 5.04 matrix-gui_install fails

I'm using SDK 5.04 for AM37xx.  When I run "make install" I get an error in matrix-gui_install.  Here's the error:

=============================
Installing Matrix GUI
=============================
make[1]: Entering directory `/home/brad/ti-sdk-am37x-evm-05.04.00.00/example-applications/matrix-gui-2.0'
make[1]: Makefile.build: No such file or directory
make[1]: *** No rule to make target `Makefile.build'.  Stop.
make[1]: Leaving directory `/home/brad/ti-sdk-am37x-evm-05.04.00.00/example-applications/matrix-gui-2.0'
make: *** [matrix-gui_install] Error 2

If I go to that directory I see that Makefile.build does not exist.  What's the proper way to install matrix-gui-2.0 into the file system?  If you could just give me a Makefile.build file that contains an "install" rule with the appropriate steps that would be ideal.  That way I can just put that file into the matrix-gui-2.0 directory and that should fix the error.