#1. 更新docker的版本到大于或等于19.03 1.1 x86下如何更新docker? $ sudo apt install -y apt-transport-https $ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | s ...
分类:
其他好文 时间:
2020-07-17 22:10:26
阅读次数:
252
原文网址:https://stackoverflow.com/questions/54515175/undefined-symbols-for-architecture-arm64-jsclasscreate Undefined symbols for architecture arm64:"_JS ...
分类:
Web程序 时间:
2020-07-02 13:34:20
阅读次数:
65
问题描述: 系统版本选择11.0,如下图: 指令集设置armv7 和 arm64 打包出来的app只支持arm64 ,如下图: 解决:修改适配系统版本到iOS10以下即可, 分析: 修改Architectures 为 arm64、armv7 支持的指令集是Architectures 和 Valid ...
分类:
移动开发 时间:
2020-07-01 20:43:00
阅读次数:
191
petalinux 2019.2里面不包含 aarch64-linux-gnu-gcc 从petalinux 2018.3 里拷贝过来 路径: /tools/linux-i386/aarch64-linux-gnu 或者也可以用gcc-linaro-7.5.0-2019.12-x86_64_aarc ...
分类:
其他好文 时间:
2020-07-01 20:42:20
阅读次数:
63
背景 Read the fucking source code! --By 鲁迅 A picture is worth a thousand words. --By 高尔基 说明: Kernel版本:4.14 ARM64处理器,Contex-A53,双核 使用工具:Source Insight 3. ...
分类:
系统相关 时间:
2020-06-24 00:18:13
阅读次数:
104
Platform:rk3399 Os:android7.1 Kernel:4.4 1.1 在内核中添加USB串口驱动和USB网卡驱动 通过指令make ARCH=arm64 menuconfig,配置内核: 添加 USB 串口驱动: device drivers--> usb support--> ...
分类:
其他好文 时间:
2020-06-09 18:40:30
阅读次数:
177
[root@bogon ~]# bash start_vm.sh + + + | Property | Value | + + + | OS-DCF:diskConfig | MANUAL | | OS-EXT-AZ:availability_zone | | | OS-EXT-SRV-ATTR:h ...
分类:
其他好文 时间:
2020-06-04 15:38:50
阅读次数:
78
背景 Read the fucking source code! --By 鲁迅 A picture is worth a thousand words. --By 高尔基 说明: Kernel版本:4.14 ARM64处理器,Contex-A53,双核 使用工具:Source Insight 3. ...
分类:
系统相关 时间:
2020-05-31 12:38:36
阅读次数:
126
相信大家在学习C语言的时候,malloc是最早遇到的几个方法之一,这里就来深入的了解下,macOS/iOS中用户空间的内存分配。 引言 首先,我们来看几个有意思的例子,以下几个在x86_64或者ARM64中的运行情况。 1 2 3 char *str = malloc(32); free(str); ...
分类:
其他好文 时间:
2020-05-28 19:35:03
阅读次数:
101
1. 安装Firda-server到Android https://github.com/frida/frida/releases 这里手机是Pixel2(arm64)所以安装:frida-server-12.9.4-android-arm64.xz ...
分类:
移动开发 时间:
2020-05-24 00:23:09
阅读次数:
223