• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Embedded Software » Linux » Linux forum » SDK 5.04 matrix-gui_install fails
Share
Linux
  • Forum
Options
  • Subscribe via RSS

SDK 5.04 matrix-gui_install fails

SDK 5.04 matrix-gui_install fails

This question is answered
Brad Griffis
Posted by Brad Griffis
on Apr 13 2012 17:00 PM
Guru57350 points

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.

---------------------------------------------------------------------------------------------------------

Please click the Verify Answer button on this post if it answers your question.
--------------------------------------------------------------------------------------------------------- 

Report Abuse
  • Reply
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
All Replies
  • Chase Maupin
    Posted by Chase Maupin
    on Apr 13 2012 17:12 PM
    Expert4890 points

    Brad,

    This is a know issue in the release notes:  http://processors.wiki.ti.com/index.php/Sitara_SDK_5.04.00_Release_Notes


    There is no real need to do an install.  Just copy the files.

    Chase

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Brad Griffis
    Posted by Brad Griffis
    on Apr 13 2012 17:24 PM
    Guru57350 points

    Which files?  The whole directory?  Is there a place in the file system where it's expected to reside, i.e. are other scripts going to fail if I don't put it in a specific place?

    ---------------------------------------------------------------------------------------------------------

    Please click the Verify Answer button on this post if it answers your question.
    --------------------------------------------------------------------------------------------------------- 

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Chase Maupin
    Posted by Chase Maupin
    on Apr 16 2012 06:47 AM
    Verified Answer
    Verified by Brad Griffis
    Expert4890 points

    Brad,

    You should be able to copy everything to /usr/share/matrix-gui-2.0/

    Chase

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Chase Maupin
    Posted by Chase Maupin
    on Apr 16 2012 07:31 AM
    Expert4890 points

    Brad,


    Also, please check the recently released 05.04.01.00 SDK as this issue should be fixed there.

    Chase

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Brad Griffis
    Posted by Brad Griffis
    on Apr 16 2012 12:20 PM
    Verified Answer
    Verified by Brad Griffis
    Guru57350 points

    For now I just put in a very simple hack:

    matrix-gui_install:
        @echo =============================
        @echo     Installing Matrix GUI
        @echo =============================
        @cd example-applications; cd `find . -name "*matrix-gui*"`; cp -R * $(DESTDIR)/usr/share/matrix-gui*;

    Thanks.

    ---------------------------------------------------------------------------------------------------------

    Please click the Verify Answer button on this post if it answers your question.
    --------------------------------------------------------------------------------------------------------- 

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Chase Maupin
    Posted by Chase Maupin
    on Apr 16 2012 13:17 PM
    Expert4890 points

    Brad,


    Only other change is that you may wand to change the find to use *matrix-gui-2.0* so that you don't get the matrix-gui-browser project by accident.

    Chase

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Brad Griffis
    Posted by Brad Griffis
    on Apr 16 2012 13:32 PM
    Guru57350 points

    I was attempting to be version independent, though I guess that wouldn't matter because this will be fixed in future SDKs...

    It was ok because matrix_browser gets installed in usr/bin.  Here's a snippet from its Makefile.build:

    install: release
     @install -d ${DESTDIR}/usr/bin
     @install matrix_browser ${DESTDIR}/usr/bin/matrix_browser; \
     echo "matrix_browser release version installed."

     

    ---------------------------------------------------------------------------------------------------------

    Please click the Verify Answer button on this post if it answers your question.
    --------------------------------------------------------------------------------------------------------- 

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Chase Maupin
    Posted by Chase Maupin
    on Apr 16 2012 13:35 PM
    Expert4890 points

    Just FYI we have no plan to change the version number from 2.0.  The reason we didn't just call this matrix-gui was to prevent confusion with original matrix.

    Chase

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use