uname -r = 4.19.90-23.8.v2101.ky10.aarch64
uname -s = Linux
uname -v = #1 SMP Mon May 17 17:07:38 CST 2021
/usr/bin/uname -p = aarch64
/bin/uname -X =
hostinfo =
/bin/universe =
/usr/bin/arch -k =
/bin/arch = aarch64
/usr/bin/oslevel =
/usr/convex/getsysinfo =
UNAME_MACHINE = aarch64
UNAME_RELEASE = 4.19.90-23.8.v2101.ky10.aarch64
UNAME_SYSTEM = Linux
UNAME_VERSION = #1 SMP Mon May 17 17:07:38 CST 2021
configure: error: cannot guess build type; you must specify one
./configure --build=aarch64-unknown-linux
checking whether to include histogram support... no
checking whether to include dirty support... no
checking whether to include demo support... no
checking whether to include Unix-domain socket tests... no
checking whether to include DLPI tests... no
checking whether to include DCCP tests... no
checking whether to include OMNI tests... yes
checking whether to include XTI tests... no
checking whether to include SDP tests... no
checking whether to include ICSC-EXS tests... no
checking whether to include SCTP tests... no
checking whether to include paced send (intervals) support... no
checking whether paced sends should spin... no
checking whether to include initial burst support in _RR tests... yes
checking which CPU utilization measurement type to use... "procstat - auto"
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/netperf_version.h
config.status: creating src/Makefile
config.status: creating src/missing/Makefile
config.status: creating src/missing/m4/Makefile
config.status: creating doc/Makefile
config.status: creating doc/examples/Makefile
config.status: creating netperf.spec
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
错误uname -m = aarch64uname -r = 4.19.90-23.8.v2101.ky10.aarch64uname -s = Linuxuname -v = #1 SMP Mon May 17 17:07:38 CST 2021/usr/bin/uname -p = aarch64/bin/uname -X = hostinfo = /bin/universe = /usr/bin/arch -k
1.修改gradle配置(缓存jar包存放位置)
2.
build
.gradle文件添加国内镜像 http://maven.aliyun.com/nexus/content/groups/public/ (注意其他的镜像要注释掉)
怎么看这个配置成功了 是用的阿里云镜像下载呢
你找工具监控java.exe下载速度就好 起初几k每秒 之后慢慢的快起来了最快的有2M每秒 所以耐心等待一下(我总的下载时间是4分钟左右)
另外你还可以通过gradle的安装目录下的caches目录存储空间大小变化进行判断
如果idea的Exte
上篇文章中博主提供的部分内容可能有误、也可能格式不对、也可能不容易找到,需要的四个文件我放在网盘了
链接:https://pan.baidu.com/s/1c02ADEcYOIzr5LCFw99BOQ
提取码:9948
注意我这里用的时
银河麒麟
v10版本的,如果你使用的时更高版本或者测试版本。根据这个博主所说的重新下载
请进!!ffmpeg4..
configure
:
error
: cannot
guess
build
type
; you must
specify
one解决方法:不能匹配到我的机器类型,需要手动指定一下,在后面添加" --
build
=i686-pc-
linux
"
--
build
=编译该软件所使用的平台
--host=该软件将运行的平台
--target=该软件所处理的目标平台
前几天看完了深入理解 Java 虚拟机-JVM 高级特性与最佳实践(第2版) 这本书突发奇想想研究一下jdk的源码,所以在csdn上把自己的搭建过程记录一下,避免下次踩坑(虽然我也看不懂 卑微 有需要的小伙伴可以加我QQ:3097124743, 还有其他关于多线程,react,设计模式等也可以提供)
1. 首先下载openjdk11源码 ,我的环境是ubuntu18
我这里使用的docker下载,docker环境搭建可以参考我的另一篇博文
SpringCloud-基础设施即服务day3-Docker上
拷贝这段代码进入虚拟机(ps:注意文件路径)
docker run --rm -i
工作需要,要在 arm 板子上使用 snmp ,没有现成的安装包,在 GitHub 找了 net-snmp 的项目代码,自己移植到 arm 板子。
在配置
configure
脚本的时候报错了:
configure
:
error
: cannot
guess
build
type
: you must
specify
one
意思是无法猜测构建类型,需要指定一个。
这是因为 config.
guess
获取不到系统类型,配置失败。可以 更新 config.
guess
或者手动指定。
更新 config.
嵌入式arm架构的
Linux
192-168-210-188 4.19.90-23.20.v2101.
ky10
.
aar
ch64
#1 SMP Fri Feb 18 14:29:46 CST 2022
aar
ch64
aar
ch64
aar
ch64
GNU/
Linux
1.为
银河麒麟
系统配置阿里云的yum源
cat CentOS-Base.repo
[base]
name=CentOS-7 - Base
baseurl=https://m
2、安装nasm
nasm下载链接如下:
https://www.
linux
fromscratch.org/blfs/view/8.2/general/mercurial.html
进入网址后,界面如下
先点击右上角Next,到nasm-2.13.03的页面,再选择红框选中区域,下载nasm
下载完成后进入到下载目录执行下面的操作:
tar -xvf nasm-2.13.03.tar.gz
cd nasm-2.13.03/
./
configure
make –j8
make install
执行上述过程中make时可能会报错,错误结果如下
./include/nasmlib.h:194:1:
error
: ‘pure’ attribute on function returning ‘void’ [-W
error
=attributes] 194 | void pure_func seg_init(void);
这是由于gcc版本过新,解决方案如下
vim ./inclu
运行sudo npm install -g webpack@4.35.2 安装指定版本的webpack出现如下错误:
gyp ERR!
configure
error
gyp ERR! stack
Error
: EACCES: permission denied, mkdir ‘/Users/mac-pro/.nvm/versions/node/v10.16.0/lib/node_modules/webpack/node_modules/fsevents/
build
’
gyp ERR! System Darwin 19.3.0
gyp ERR! command “/Users/mac-pro/