如何在windows环境下编译T

一, 安装MYSYS2

  1. https://www.msys2.org下载 msys2-x86_64-xxxxx.exe;

  2. 按照msys2.org主页提示的步骤安装;

3.安装完默认起来的是 UCRT的, 可以根据环境的需要选择, 我选择的MSYS2 MINGW64

  1. 搭建编译环境, 安装对应的软件包

4.1 更新包数据和核心数据包

pacman -Syu

4.2 安装工具链

pacman -S mingw-w64-x86_64-gcc

4.3 安装其他软件和工具

pacman -S base-devel

pacman -S git

4.4 测试是否征程

gcc -v

4.5 安装cmake

pacman -S mingw-w64-x86_64-cmake mingw-w64-x86_64-extra-cmake-modules

  1. 编译TR31 with the code in github

#Windows

rm -Rf build &&

cmake -B build -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" -DCMAKE_BUILD_TYPE="RelWithDebInfo" -DFETCH_MBEDTLS=YES -DFETCH_ARGP=YES &&

cmake --build build

  1. 验证结果

结果OK!

$ ./tr31-tool --import B0128B1TX00N0300KS18FFFF00A0200001E00000KC0C000169E3KP0C00ECAD626F9F1A826814AA066D86C8C18BD0E14033E1EBEC75BEDF586E6E325F3AA8C0E5 --kbpk AB2E09DB3EF0BA71E0CE6CD755C23A3B

Key block format version: B

Key block length: 128 bytes

Key usage: [B1] Initial DUKPT Key (IK/IPEK)

Key algorithm: [T] TDES

Key mode of use: [X] Key Derivation

Key version: Unused

Key exportability: [N] Not exportable

Optional blocks [3]:

KS\] Initial Key Serial Number (KSN): FFFF00A0200001E00000 \[KC\] Key Check Value (KCV) of wrapped key: 0169E3 (Legacy KCV algorithm) \[KP\] Key Check Value (KCV) of KBPK: ECAD62 (Legacy KCV algorithm) Key length: 16 Key value: BF82DAC6A33DF92CE66E15B70E5DCEB6 (KCV: 0169E3)

Get submodule with git command from some project with submoudles

git -clone --recursive <project URL >

三:Reference:

1.https://www.msys2.org/

相关推荐
深瞳智检9 分钟前
学习应用 第001期-Windows 10 用 CMD 安装 MySQL 全流程解析(免安装版)
数据库·windows·mysql·压缩包·环境安装
q***448120 分钟前
从零开始在Windows系统上搭建一个node.js后端服务项目
windows·node.js
u***45752 小时前
Node.JS 版本管理工具 Fnm 安装及配置(Windows)
windows·node.js
xcntime4 小时前
Windows 7 安装 openssh 服务 (微软集成版本)
windows
e***0964 小时前
MySQL-递归查询
数据库·windows·mysql
x.Jessica4 小时前
关于Flutter在Windows上开发的基本配置时遇到的问题及解决方法
windows·flutter
PfCoder5 小时前
WinForm真入门(20)——StatusStrip控件解析
开发语言·windows·c#·winform·statusstrip
食品一少年6 小时前
【Day1-3】(Windows版)Open Harmony PC 命令行适配指南环境准备篇(1)
windows
j***49569 小时前
Windows操作系统部署Tomcat详细讲解
java·windows·tomcat
luyun02020218 小时前
牛批了,某音录播神器
java·windows·figma