TI中文支持网
TI专业的中文技术问题搜集分享网站

AM335x Matrix GUI

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

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

谢谢!

yongqing wang:

这个直接包含在SDK中了吧

user5086616:

回复 Shine:

您好,我编译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

赞(0)
未经允许不得转载:TI中文支持网 » AM335x Matrix GUI
分享到: 更多 (0)