前言
本人使用Ubuntu21.04,是在Ubuntu18.04 使用系统升级的方法升级,并非直接安装Ubuntu21.04 系统镜像。希望参考该帖开发者注意。
安装环境提醒
再Ubuntu更新软件包同时,个人不推荐使用清华源,可能会出现一些软件包安装找不到的问题(因为我之前就是),后面改为阿里源,然后就没有出现过软件包依赖的相关问题。切换软件源请自行百度参考帖子。
安装过程踩坑记录
参考全志官方文档:https://d1.docs.allwinnertech.com/study/study_2getsdk/
1、安装软件包问题
代码语言:javascript复制sudo apt-get install build-essential subversion git-core libncurses5-dev zlib1g-dev gawk flex quilt libssl-dev xsltproc libxml-parser-perl mercurial bzr ecj cvs unzip lib32z1 lib32z1-dev lib32stdc 6 libstdc 6 -y
在软件包安装的时候 建议取消后面-y
选项 ,先看一下有没有自动卸载一些包 如果有建议取消安装,然后一个一个包安装。
如果出现软件包找不到的情况,请自行使用Tab
补齐命令查看可以安装的包,并选择何时的包进行安装。
针对于32位的软件包
sudo apt-get install libc6:i386 libstdc 6:i386 lib32ncurses5 lib32z1
更有可能出现找不到的情况,依然使用Tab
补齐命令,查看当前可以安装的包,并选择何时的包进行安装。
2、编译问题
依然参考官方文档:https://d1.docs.allwinnertech.com/study/study_4compile/
source 环境变量如果有错,请检查文件夹权限,将文件夹权限由root用户更改为普通用户。
如果还有问题,请根据具体信息对照 envsetup.sh
文件中的 envsetup
函数。一一落实执行过程。
3、make过程中遇到的问题
问题一
报错提示没有记录,查看报错提示,可以定位到 两处文件,修改其源码为:
代码语言:javascript复制#gdbusmessage.c文件,路径为:./out/d1-nezha/compile_dir/target/host/glib-2.50.1/gio/gdbusmessage.c
gdbusmessage.c:2698:30:
if (signature_str)
tupled_signature_str = g_strdup_printf ("(%s)", signature_str);
#这个文件路径还请自行查找
dbusauth.c 1298
if (line == NULL)
goto out;
debug_print ("SERVER: WaitingForBegin, read '%s'", line);
问题二
代码语言:javascript复制rm: cannot remove '/home/jie/allwinner/tina-d1-open/tmp/info/.overrides-packageinfo-1859194': Permission denied
make[3]: *** No rule to make target '/home/jie/allwinner/tina-d1-open/tmp/info/.files-packageinfo-1861882'. Stop.
cat: /home/jie/allwinner/tina-d1-open/tmp/info/.files-packageinfo-1861882: No such file or directory
cat: /home/jie/allwinner/tina-d1-open/tmp/info/.overrides-packageinfo-1861882: No such file or directory
rm: cannot remove '/home/jie/allwinner/tina-d1-open/tmp/info/.files-packageinfo.stamp.4ecc855bd5022757c3b7544e2dfb29c7': Permission denied
touch: cannot touch '/home/jie/allwinner/tina-d1-open/tmp/info/.files-packageinfo.stamp.d41d8cd98f00b204e9800998ecf8427e': Permission denied
touch: cannot touch '/home/jie/allwinner/tina-d1-open/tmp/info/.files-packageinfo.stamp': Permission denied
make[2]: *** [build/scan.mk:84: /home/jie/allwinner/tina-d1-open/tmp/info/.files-packageinfo.stamp] Error 1
make[1]: *** [/home/jie/allwinner/tina-d1-open/build/toplevel.mk:84: prepare-tmpinfo] Error 2
make: *** [/home/jie/allwinner/tina-d1-open/build/toplevel.mk:304:world] 错误 2
[2] 已完成 $T/tools/build/buildserver --path $T
#### make failed to build some targets (1 seconds) ####
这个主要是文件夹及文件权限问题,给这几个文件及它的文件夹777权限。
基本是 tmp
文件夹的相关属性。
问题三
代码语言:javascript复制strerror-sym.c:47:9: error: 'errnos_msgstr' undeclared (first use in this function)
return errnos_msgstr errnos_msgidx[idx];
^~~~~~~~~~~~~
strerror-sym.c:47:9: note: each undeclared identifier is reported only once for eac h function it appears in
strerror-sym.c:47:25: error: 'errnos_msgidx' undeclared (first use in this function )
return errnos_msgstr errnos_msgidx[idx];
^~~~~~~~~~~~~
make[7]: *** [Makefile:946: gpg_error-strerror-sym.o] Error 1
通过查找文件定位
./out/d1-nezha/compile_dir/target/libgpg-error-1.27/src/errnos-sym.h
这个文件为空
编译不通过 , 相关变量没有定义
感谢全志官方群大佬的鼎力相助发了我一手头文件
这是缺少头文件中的内容
/* Output of mkstrtable.awk. DO NOT EDIT. */
/* errnos.in - List of system error values.
Copyright (C) 2003, 2004 g10 Code GmbH
This file is part of libgpg-error.
libgpg-error is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of
the License, or (at your option) any later version.
libgpg-error is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with libgpg-error; if not, write to the Free
Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
/* The purpose of this complex string table is to produce
optimal code with a minimum of relocations. */
static const char errnos_msgstr[] =
"GPG_ERR_E2BIG" "