Skip to content

Develope Tool Chain

Latest
Compare
Choose a tag to compare
@ZhuYanzhen1 ZhuYanzhen1 released this 20 Jun 14:10
· 2 commits to main since this release

Introduction 简介

    This is based on the 2.0.2 version of the miniFOC development tool chain, which mainly includes the compilation tool chain and the OpenOCD download tool. In this Release, we will provide the GCC compilation tool and OpenOCD download tool for developing CH32V series products separated from MounRiver development tools, supporting Windows, Linux and MacOS Three commonly used operating systems. Among them, the GCC tool chain under Windows system has been updated to version 12.2.0, and other systems are still 8.2.0.
    这是基于2.0.2版本的miniFOC开发工具链,主要包含的是编译工具链和OpenOCD下载工具。在此Release中我们将提供从MounRiver开发工具中分离出来的用于开发CH32V系列产品的GCC编译工具和OpenOCD下载工具,支持Windows、Linux和MacOS三种常用的操作系统。其中,Windows系统下的GCC工具链已更新为12.2.0版本,其它系统仍为8.2.0。

Files Description 文件说明

  • OpenOCD_Linux_x64.7z : The compiled OpenOCD binary program file is used for Linux OS with x86 architecture. 编译好的OpenOCD二进制程序文件,用于x86架构的Linux系统。
  • OpenOCD_Windows_x64.7z : The compiled OpenOCD binary program file is used for Windows OS with x86 architecture. 编译好的OpenOCD二进制程序文件,用于x86架构的Windows系统。
  • OpenOCD_Mac_x64.7z : The compiled OpenOCD binary program file is used for Mac OS with x86 architecture. 编译好的OpenOCD二进制程序文件,用于x86架构的Mac系统。
  • OpenOCD_Mac_arm64.7z : The compiled OpenOCD binary program file is used for Mac OS with arm64 architecture. 编译好的OpenOCD二进制程序文件,用于arm64架构的Mac系统。
  • GCC_Linux_x64.7z: The compiled GCC binary program file is used for Linux OS with x86 architecture. 编译好的GCC二进制程序文件,用于x86架构的Linux系统。
  • GCC_Windows_x64.7z: The compiled GCC binary program file is used for Windows OS with x86 architecture. 编译好的GCC二进制程序文件,用于x86架构的Windows系统。
  • GCC_Mac.7z: The compiled GCC binary program file is used for Mac OS. 编译好的GCC二进制程序文件,用于Mac系统。