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.

AM335x Matrix GUI



我下载了am335x的linux SDK.linux启动之后,看到启动了matrix gui.我想自己修改matrix gui,不知道哪里可以下载到这个应用的源码,

我有访问http://processors.wiki.ti.com/index.php/Matrix_Users_Guide,但是上面的gforge网站不允许下载.

谢谢!

  • 这个直接包含在SDK中了吧

  • 试试git clone git://git.ti.com/matrix-gui-v2/matrix-gui-v2.git
           git clone git://git.ti.com/matrix-gui-v2/matrix_browser.git
           git clone git://git.ti.com/matrix-gui-v2/matrix-gui-v2-apps.git

  • 您好,我编译sdk出现这样的错误,我单独编译u-boot和linux就没有事,但是编译matrix-gui,arm-benchmarks那些就有会发生如图所示的错误。能帮我解决一下吗?

    Building ARM Benchmarks
    =============================
    make[1]: Entering directory `/home/goembed/ti-processor-sdk-linux-am335x-evm-04.03.00.05/example-applications/arm-benchmarks-1.3'
    for dir in dhrystone whetstone linpack; do \
                    make -C $dir debug; \
    	done
    make[2]: Entering directory `/home/goembed/ti-processor-sdk-linux-am335x-evm-04.03.00.05/example-applications/arm-benchmarks-1.3/dhrystone'
    /home/goembed/ti-processor-sdk-linux-am335x-evm-04.03.00.05/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-gcc -g3 -gdwarf-2 -DTIME  -c -march=armv7-a -marm -mfpu=neon  -mfloat-abi=hard -oDebug/dhry_1.o dhry_1.c
    In file included from dhry_1.c:56:0:
    dhry.h:432:19: fatal error: stdio.h: No such file or directory
     #include <stdio.h>
                       ^
    compilation terminated.
    make[2]: *** [Debug/dhry_1.o] Error 1
    make[2]: Leaving directory `/home/goembed/ti-processor-sdk-linux-am335x-evm-04.03.00.05/example-applications/arm-benchmarks-1.3/dhrystone'
    make[2]: Entering directory `/home/goembed/ti-processor-sdk-linux-am335x-evm-04.03.00.05/example-applications/arm-benchmarks-1.3/whetstone'
    /home/goembed/ti-processor-sdk-linux-am335x-evm-04.03.00.05/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-gcc -g3 -gdwarf-2   -fmessage-length=0 -Wall -c -march=armv7-a -marm -mfpu=neon  -mfloat-abi=hard -oDebug/whetstone.o whetstone.c
    whetstone.c:93:20: fatal error: stdlib.h: No such file or directory
     #include <stdlib.h>
                        ^
    compilation terminated.
    make[2]: *** [Debug/whetstone.o] Error 1
    make[2]: Leaving directory `/home/goembed/ti-processor-sdk-linux-am335x-evm-04.03.00.05/example-applications/arm-benchmarks-1.3/whetstone'
    make[2]: Entering directory `/home/goembed/ti-processor-sdk-linux-am335x-evm-04.03.00.05/example-applications/arm-benchmarks-1.3/linpack'
    /home/goembed/ti-processor-sdk-linux-am335x-evm-04.03.00.05/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-gcc -g3 -gdwarf-2 -DUNROLL -DSP  -fmessage-length=0 -c -march=armv7-a -marm -mfpu=neon  -mfloat-abi=hard -oDebug/linpack.o linpack.c
    linpack.c:89:19: fatal error: stdio.h: No such file or directory
     #include <stdio.h>
                       ^
    compilation terminated.
    make[2]: *** [Debug/linpack.o] Error 1
    make[2]: Leaving directory `/home/goembed/ti-processor-sdk-linux-am335x-evm-04.03.00.05/example-applications/arm-benchmarks-1.3/linpack'
    make[1]: *** [debug] Error 2
    make[1]: Leaving directory `/home/goembed/ti-processor-sdk-linux-am335x-evm-04.03.00.05/example-applications/arm-benchmarks-1.3'
    make: *** [arm-benchmarks] Error 2