宿主系统 | 目标系统 | glibc 版本 | 支持的编程语言 |
---|---|---|---|
Linux x86_64 | x86_64 Linux | glibc 2.30 | C, C++ |
Windows 10 | x86_64 Linux | glibc 2.30 | C, C++ |
特点和说明:
根据您的开发机系统,选择并下载相应的 GCC 工具链:
点击下载 Windows 工具链:x86_64-sinsegye-linux-gnu_windows_0.0.2.zip
点击下载 Linux 工具链:x86_64-sinsegye-linux-gnu_linux_0.0.2.zip
根据您的操作系统,按照以下步骤配置编译器:
@echo off
chcp 65001
set /p DirPath="请输入需要设置大小写敏感的路径: "
fsutil file setCaseSensitiveInfo "%DirPath%" enable
if %errorlevel% == 0 (
echo 大小写敏感已成功开启于: %DirPath%
) else (
echo 失败:无法为 %DirPath% 设置大小写敏感性。请确认路径正确且拥有管理员权限。
)
pause
保存该脚本为设置大小写敏感.bat
文件。
鼠标右键运行该脚本
输入x86_64-sinsegye-linux-gnu_windows_0.0.2.zip
要解压缩的目标路径
解压缩x86_64-sinsegye-linux-gnu_windows_0.0.2.zip
到设置了大小写敏感的路径
解压缩到指定目标路径
unzip x86_64-sinsegye-linux-gnu_windows_0.0.2.zip -d desired_path