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
嘎嘎好用。 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
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
gcc-buildroot
2022-07-30 09:00:58 191.27MB gcc/gdb编译调试
1
gdb的详细使用方法,在linux系统下,包括最基础的gdb单步调试,以及高级的使用方法
2022-07-27 17:20:45 858KB gdb
1
SEGGER Embedded Studio (SES)安装文件 , FREE IDE FOR ARM 由于众所周知的原因,下载墙外文件速度太慢;故将下载好的该文件共享以方便大家下载。 SEGGER Embedded Studio is the all-in-one solution for managing, building, testing and deploying embedded applications. - All-in-one solution - Visual Studio-like appearance - Free for non-commercial use - Free for commercial use with licensed partner devices - Multi-platform: Windows, Linux or Mac - Clang/LLVM & GCC & SEGGER C/C++ tool-chains included - Multi-threaded build minimizes build times
2022-07-26 18:01:29 743.51MB arm ide gcc/gdb编译调试 llvm
1
打包的GDB&GCC&G++&AUTOMAKE&MAKEFILE教程,一站式一条龙
2022-07-24 14:35:22 808KB GDB GCC G++ automake
1
gdb教程
2022-07-22 09:04:45 191KB gdb教程
1