当前位置:网站首页>Compiling OpenSSL of arm64 on M1 chip
Compiling OpenSSL of arm64 on M1 chip
2022-04-22 06:05:00 【Q446512799】
Configuration only darwin64-x86_64-cc, Need to add darwin64-arm64-cc.
stay Configurations/10-main.conf Found... In the configuration file darwin64-x86_64-cc Configuration part
Add configuration under it
"darwin64-arm64-cc" => {
inherit_from => [ "darwin-common", asm("aarch64_asm") ],
CFLAGS => add("-Wall"),
cflags => add("-arch arm64"),
lib_cppflags => add("-DL_ENDIAN"),
bn_ops => "SIXTY_FOUR_BIT_LONG",
perlasm_scheme => "macosx",
},
Then configure and compile
./Configure darwin64-arm64-cc
make
版权声明
本文为[Q446512799]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204220540172293.html
边栏推荐
猜你喜欢

蓝桥杯嵌入式省赛第七届:模拟液位检测告警系统”

Photoresist for learning of Blue Bridge Cup embedded expansion board

Ad embedded learning blue bridge

CAN 数据帧,远程帧,错误帧,以及出错重连

Introduction to machine learning -- comparison and fancy indexing in numpy

16 - Container Comprehensive Training

Blue Bridge Cup embedded expansion board learning nixie tube

RTL8367学习笔记1——基础知识

PCA in scikit learn

第74篇 LeetCode题目练习(七) 7.整数反转
随机推荐
蓝桥杯嵌入式扩展板学习之光敏电阻
CAN 数据帧,远程帧,错误帧,以及出错重连
Blue Bridge Cup 31 day sprint Day7
08 - program input and output
AD5724 双极性ADC
Blue Bridge Cup embedded expansion board learning DHT11
汇编 dos中断功能
PyQT5总结
Part 84 leetcode sword refers to offer dynamic programming (I) Fibonacci sequence
第72篇 LeetCode题目练习(五) 5.最长回文子串
基于51单片机和霍尔传感器的测速
ADC
ubuntu20.0.4下在终端安装数据库
通用定时器
Introduction to machine learning -- Arg operation in numpy
Apple CMS sets the local player ckplayer (version: ckplayerx)
cmd
二分查找及其经典应用(左边界,右边界等)
Record the pit of ad software learning
Pytorch environment preparation