|
【Linux】
RK3308 SDK按指导到buildroot下make时出错
发表于 2021-1-9 19:14:48
浏览:9594
|
回复:4
打印
只看该作者
[复制链接]
楼主
freadahead.c: In function 'freadahead':
CC vasprintf.o
CC vasnprintf.o
GEN ref-add.sed
GEN charset.alias
GEN ref-del.sed
CC glthread/lock.o
freadahead.c:92:3: error: #error "Please port gnulib freadahead.c to your platform! Look at the definition of fflush, fread, ungetc on your system, then report this to bug-gnulib."
92 | #error "Please port gnulib freadahead.c to your platform! Look at the definition of fflush, fread, ungetc on your system, then report this to bug-gnulib."
| ^~~~~
make[4]: *** [Makefile:1915: freadahead.o] Error 1
make[4]: *** Waiting for unfinished jobs....
fseeko.c: In function 'rpl_fseeko':
fseeko.c:110:4: error: #error "Please port gnulib fseeko.c to your platform! Look at the code in fseeko.c, then report this to bug-gnulib."
110 | #error "Please port gnulib fseeko.c to your platform! Look at the code in fseeko.c, then report this to bug-gnulib."
| ^~~~~
make[4]: *** [Makefile:1915: fseeko.o] Error 1
make[4]: Leaving directory '/home/mqy/prj/rk3308/rk3308-linux/buildroot/output/firefly_rk3308_release/build/host-m4-1.4.18/lib'
make[3]: *** [Makefile:1674: all] Error 2
make[3]: Leaving directory '/home/mqy/prj/rk3308/rk3308-linux/buildroot/output/firefly_rk3308_release/build/host-m4-1.4.18/lib'
make[2]: *** [Makefile:1572: all-recursive] Error 1
make[2]: Leaving directory '/home/mqy/prj/rk3308/rk3308-linux/buildroot/output/firefly_rk3308_release/build/host-m4-1.4.18'
make[1]: *** [Makefile:1528: all] Error 2
make[1]: Leaving directory '/home/mqy/prj/rk3308/rk3308-linux/buildroot/output/firefly_rk3308_release/build/host-m4-1.4.18'
make: *** [package/pkg-generic.mk:250: /home/mqy/prj/rk3308/rk3308-linux/buildroot/output/firefly_rk3308_release/build/host-m4-1.4.18/.stamp_built] Error 2
root@mqy-VirtualBox:/home/mqy/prj/rk3308/rk3308-linux/buildroot# git log
commit 0a5901fcb6e58c0e063d71d45b67aa10350722fe (HEAD -> firefly, origin/firefly, origin/HEAD)
Author: zhongw <zw@t-chip.com.cn>
Date: Fri Oct 30 11:35:47 2020 +0800
support EC20 hot plug
commit 4e293d4976b3fc9c363faeca963d604413bbac8e
Author: zhongw <zw@t-chip.com.cn>
Date: Thu Oct 15 16:33:35 2020 +0800
1. support EC20
2. set rootfs to ext2 |
|