构建lfs系统时需要的补丁,该补丁在lfs手册没有给出,在gcc安装过程中报错,可以尝试使用这个补丁。亲测有效。
2022-08-08 17:00:39 8KB Linux gcc patch
1
交叉编译工具链 gcc-linaro-7.5.0-2019.12-x86_64_arm-linux-gnueabihf
2022-08-08 09:21:00 89.18MB gcc/gdb编译调试 编译器
1
QT5.15.2的32bit MinGW静态编译库,编译命令“configure.bat -static -release -confirm-license -opensource -opengl desktop -platform win32-g++ -prefix "D:\Qt\5.15.2\mingw81_32_static" -sql-sqlite -sql-odbc -qt-zlib -qt-pcre -qt-libpng -qt-libjpeg -qt-freetype -make libs -nomake tools -nomake examples -nomake tests -skip qt3d -skip qtcanvas3d -skip qtdatavis3d -skip qtlocation -skip qtwayland -skip qtwebchannel -skip qtwebengine -skip qtwebsockets -skip qtwebview”,忽略了一些不常用的库,小的程序基本没问题。
2022-08-08 09:05:43 168.89MB qt qt5 编译器 gcc/gdb编译调试
1
gcc pcre-devel openssl-devel zlib-devel
2022-08-07 22:00:53 37.83MB gcc pcre
1
嘎嘎好用。 debugging_with_GDB中文版.pdf
2022-08-05 20:00:55 5.84MB gcc/gdb编译调试 gdb
1
gcc环境配置: #!/bin/bash export SYSROOT=/../../sysroot-glibc-linaro-2.25-2019.02-arm-linux-gnueabihf export TOOLCHAIN_HOME=/../../gcc-linaro-7.4.1-2019.02-x86_64_arm-linux-gnueabihf #export CC="arm-linux-androideabi-gcc --sysroot=$SYSROOT" export CC="arm-linux-gnueabihf-gcc --sysroot=$SYSROOT" export CXX="arm-linux-gnueabihf-g++ --sysroot=$SYSROOT" export PATH=$TOOLCHAIN_HOME/bin:$PATH
2022-08-05 20:00:40 163.81MB gcc/gdb编译调试
1
用于Cruise软件和SImulink通过MATLAB DLL方式联合仿真时编译dll文件的MATLAB编译器,是TDM-GCC-64版本。
2022-08-05 17:01:39 57.38MB matlab simulink Cruise DLL
1
本人费了一天的工服,终于搞明白安装过程了,把所有依赖安装包全放在上边了,下边是安装命令。附加的软件包有需要的自己安装 rpm -ivh kernel-headers-2.6.18-238.el5.i386.rpm rpm -ivh glibc-headers-2.5-58.i386.rpm --force --nodeps rpm -ivh glibc-devel-2.5-58.i386.rpm --force --nodeps rpm -ivh libgomp-4.4.4-13.el5.i386.rpm rpm -ivh gcc-4.1.2-50.el5.i386.rpm --force --nodeps
2022-08-04 22:58:17 22.9MB gcc glibc header
1
cpp-4.8.5-28.el7.x86_64.rpm gcc-4.8.5-28.el7.x86_64.rpm glibc-devel-2.17-222.el7.x86_64.rpm glibc-headers-2.17-222.el7.x86_64.rpm kernel-headers-3.10.0-862.el7.x86_64.rpm libmpc-1.0.1-3.el7.x86_64.rpm mpfr-3.1.1-4.el7.x86_64.rpm 免费下载。
2022-08-04 09:02:37 26.03MB gcc/gdb编译调试
1
2022-05-07生成 mingw-w64 10.0.0 gcc 12.1.0(mpfr-4.1.0 mpc-1.2.1 gmp-6.2.1 isl-0.24) gdb 12.1 make 4.3
2022-08-03 15:53:53 58.81MB gcc/gdb编译调试 mingw
1