编译好的交叉编译工具,gcc版本为4.9.1,支持64位 编译好的交叉编译工具,gcc版本为4.9.1,支持64位
2022-04-17 21:05:41 67.73MB arm linux gcc 4.9.1
1
Ubuntu-arm 交叉编译器 目的:在ubuntu下编译 在arm开发板上运行 第一步:将arm-linux-gcc-4.3.2.bz2拷贝到虚拟机的任意目录 第二步:查看当前系统是否支持arm-linux-gcc 如果不存在 则继续如下步骤: 第三步:在/usr/local创建一个文件夹为arm mkdir /usr/local/arm 第四步:将arm-linux-gcc-4.3.2.bz2解压到/usr/local/arm目录下 sudo tar xvf arm-linux-gcc-4.3.2.bz2 -C /usr/local/arm 第五步:进入到 /usr/local/arm cd /usr/local/arm cd 4.3.2 cd bin pwd得到arm-linux-gcc的路径为:/usr/local/arm/4.3.2/bin 第六步:将上面得到的目录添加到环境变量PATH中 sudo vim ~/.bashrc 在文件的末尾添加: export PATH=/usr/local/arm/4.3.2/bin:$PATH 第七步:重启.bashrc脚本 source ~/.bashrc 如果再去which arm-linux-gcc就会发现存在
2022-04-17 18:24:02 74.69MB 交叉编译器
1
openmotif22-2.2.3-18.i386.rpm及gcc相关32位rpm包 包括以下rpm包: compat-gcc-34-3.4.6-4.i386.rpm
2022-04-16 14:01:17 31.34MB linux centos 运维 服务器
GCC编译器,TDM-GCC,4位MinGW,v10.3.0-tdm64-2,tdm64-gcc-10.3.0-2.exe
2022-04-15 16:03:45 76.75MB 开发工具
1
基于gcc-9.3.0的arm交叉编译工具链,可运行于ubuntu-x86系统下交叉编译arm程序
2022-04-15 15:00:32 247.16MB arm ubuntu 嵌入式硬件 linux
1
内网环境安装nginx的所需所有rpm依赖和tar包,安装方式直接见这篇博客:https://cuichongxin.blog.csdn.net/article/details/123629078 先看博客,确定需要再下载。
2022-04-14 16:30:40 49.91MB gcc-c++ pcre-tar包 libtool-tar包 nginx-tar包
1
* Dr. Evil Incorporated (the PERPETRATOR) hereby grants you (the * VICTIM) explicit permission to use this bomb (the BOMB). This is a * time limited license, which expires on the death of the VICTIM. * The PERPETRATOR takes no responsibility for damage, frustration, * insanity, bug-eyes, carpal-tunnel syndrome, loss of sleep, or other * harm to the VICTIM. Unless the PERPETRATOR wants to take credit, * that is. The VICTIM may not distribute this bomb source code to * any enemies of the PERPETRATOR. No VICTIM may debug, * reverse-engineer, run "strings" on, decompile, decrypt, or use any * other technique to gain knowledge of and defuse the BOMB. BOMB * proof clothing may not be worn when handling this program. The * PERPETRATOR will not apologize for the PERPETRATOR's poor sense of * humor. This license is null and void where the BOMB is prohibited * by law.
2022-04-13 21:16:06 1023KB bomblab ubuntu gcc
1
编译micro-ecc,32位和64位机Windows平台都支持,gcc-arm-none-eabi-5_4-2016q3-20160926-win32.zip
2022-04-13 15:11:33 117.74MB nRF52832 Nordic gcc-arm-none-eab
1
参考了部分文章,整理的完整版。对初学者应该会有帮助。
2022-04-13 11:30:42 193KB linux win7 gcc
1
gcc,典型同步问题,哲学家问题,消费者问题,读者写者问题
2022-04-12 20:00:30 4KB 操作系统
1