全志T3将BSP包中buildroot的编译器自定义为gcc-linaro-7.5.0-2019.12-x86_64_arm-linux-gnueabihf 后清除重新编译,之后制作的img固件启动的时候卡住了,没有任何提示,不知道是哪个环节有问题。
请问有人遇到过吗,或者说有人试过将T3默认的2016的gcc5.3换成2019的gcc7.5吗?
L
lijinlin001 发布的最新帖子
-
T3更换编译器后进不去系统
-
回复: 能在uboot阶段初始化pwm么?
@cruise33 请问你的uboot的dts关于pwm如何配置的呢,我有一个问题,我使用的T113-S3,我要配置PE13引脚功能为pwm5输出,但是驱动文件在下图位置就出错了,我查看sun8iw20p1-soc-system.dts文件里面是存在pwm这个节点的,请教这个uboot开启PE13引脚的pwm5功能改如何配置呢
-
回复: T113-s3 CAN linux 下已调通
@liukia 你好,我是按照你方法配置can的,ifconfig里面有can0和can1,但是使用ifconfig can0 up就会报错,似乎跟波特率相关,难道我还有其他的配置要做吗
-
回复: 求助T113 Linux 合入CAN 补丁包,编译不通过
@xiaowenge 你好,我用了最新的SDK,但是ifconfig查看没有can设备,dmesg关于can的消息是如下的,请问是哪里配置有问题吗
-
R11的uboot编译报错问题
在tina目录下执行source build/envsetup.sh && lunch 19,然后执行muboot进行uboot编译,但是直接报错了,如下是报错信息:
banjo_R11_pref1 banjo banjo-R11_pref1 awk '(NF && $1 !~ /^#/) { print $1 ": " $1 "_config; $(MAKE)" }' boards.cfg > .boards.depend Configuring for sun8iw8p1 board... Generating include/autoconf.mk /home/work/R11/tina/lichee/brandy/gcc-linaro/bin/../libexec/gcc/arm-linux-gnueabi/4.6.3/cc1: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory Generating include/autoconf.mk.dep /home/work/R11/tina/lichee/brandy/gcc-linaro/bin/../libexec/gcc/arm-linux-gnueabi/4.6.3/cc1: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory /home/work/R11/tina/lichee/brandy/u-boot-2011.09/../gcc-linaro/bin/arm-linux-gnueabi-ld: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory /home/work/R11/tina/lichee/brandy/u-boot-2011.09/../gcc-linaro/bin/arm-linux-gnueabi-gcc -DDO_DEPS_ONLY \ -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -I/home/work/R11/tina/lichee/brandy/u-boot-2011.09/include -I/home/work/R11/tina/lichee/brandy/u-boot-2011.09/include/openssl -fno-builtin -ffreestanding -nostdinc -isystem /home/work/R11/tina/lichee/brandy/gcc-linaro/bin/../lib/gcc/arm-linux-gnueabi/4.6.3/include -pipe -DCONFIG_ARM -D__ARM__ -mfpu=neon -D__NEON_SIMD__ -mcpu=cortex-a7 -Werror -Wall -Wstrict-prototypes \ -o lib/asm-offsets.s lib/asm-offsets.c -c -S /home/work/R11/tina/lichee/brandy/gcc-linaro/bin/../libexec/gcc/arm-linux-gnueabi/4.6.3/cc1: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory Makefile:677: recipe for target 'lib/asm-offsets.s' failed make: *** [lib/asm-offsets.s] Error 1 muboot stop for build error in brandy, Please check!
有人遇到过吗,不知道怎么解决。
-
回复: 全志R11文件系统挂载问题
@chengwei_peng
你好,感谢回复。我的tina目录下搜索early.c文件只有在kernel里面才有哦。请问这个方法可行吗?