
linux
kevin.chase
合肥
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
新装ubuntu系统之后
1 2原创 2020-08-28 18:51:38 · 161 阅读 · 0 评论 -
u-boot嵌入报错
# # 报错memtester.c赋值前后类型不匹配 # :~/amlogic/odroid-c4/u-boot$ make CC common/memtester.o ../common/memtester.c: In function ‘do_memtester’: ../common/memtester.c:86:7: error: assignment makes pointer from integer without a cast [-Werror] bufa = (ulv)s.原创 2020-08-25 11:27:56 · 590 阅读 · 0 评论 -
使用Git包从github上同步代码,处理报错
https://wiki.odroid.com/odroid-c4/software/building_u-boot # 报错 No such file or directory kevincai@vostro-3660:~$ aarch64-none-elf-gcc -v bash: /opt/toolchains/gcc-linaro-aarch64-none-elf-4.8-2013.11_linux/bin/aarch64-none-elf-gcc: No such file or direct原创 2020-08-20 16:12:08 · 914 阅读 · 0 评论 -
REPO工具下载同步(AOSP)
kevincai@vostro-3660:~$ echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin原创 2020-08-20 11:08:03 · 1134 阅读 · 0 评论