linux系统gcc版本没有想要的?这里有 4.8、4.9、5.2版本
2022-03-02 15:11:33 176KB linux gcc yum gcc yum
1
Ubuntu 18.04安装arm-linux-gcc交叉编译器(超简单,附安装包下载地址)-附件资源
2022-02-13 16:43:53 23B
1
按照压缩包中的使用示例编译即可 支持文件类型: A: pdf文件 B: office word文件 ".doc", ".odt", ".docx", ".dotm", ".docm" C: wps文档 ".wps" D: office excel文件 ".xls", ".xlsx", ".xlsm", ".xltm" E: wps表格 ".et" F: office powerPoint文件 ".ppt", ".pptx", ".potm", ".pptm", ".ppsm" G: wps演示 ".dps" H: 开放文档格式 ".ofd", 注:常见于“电子发票版式文件” I: 富文本类型 ".rtf" J: HTML页面文件 ".html", ".htm", ".mht", ".mhtml" K: 邮件格式文件 ".eml", 注:默认提取前5个附件 L: 部分思维导图格式文件 ".emmx", "xmind", "gmind" M:UTF8编码, Unicode编码, Ansi编码的文本文件 N: 压缩文件 ".zip", 注:默认提取前5个文件
2022-01-21 19:12:08 7.96MB linux GCC OFFICE/PDF文件内容提取
1
我的工作最近需要用到linux下构建多目录下Makefile产生so动态库样例的知识,我将最新的学习心得,做一个记录分享,以便以后需要使用时可以做参考。
2022-01-19 01:24:15 11KB linux gcc Makefile 多文件目录
1
CMake is an open-source, cross-platform family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files, and generate native makefiles and workspaces that can be used in the compiler environment of your choice. The suite of CMake tools were created by Kitware in response to the need for a powerful, cross-platform build environment for open-source projects such as ITK and VTK. CMake is part of Kitware’s collection of commercially supported open-source platforms for software development.
2022-01-06 09:01:22 36.77MB linux gcc
1
arm-linux-gcc编译器,64位的4.8版本,还有4.6~4.9的版本的arm-linuxgcc编译器在我的资源中可以找到
2021-12-31 14:06:38 42.27MB arm-linux-gc
1
Ubuntu18.04LTS - arm-linux-gcc 交叉编译工具链文件和安装方式 64位机
2021-12-30 18:03:18 77.01MB arm Ubuntu18.04 arm-linux-gcc
1
arm-linux-gcc 交叉编译工具,包含4.5.1、5.4.0、7.2.1版本
2021-12-29 16:02:32 339.73MB arm linux 交叉编译工具
1
arm-linux-gcc交叉编译器7.2.1,适用 ARM -A9 等ARMV7-32的硬件,在Linaro官网下载,这里分数没办法设置为0
2021-12-21 19:32:49 103.36MB 交叉编译器
1
arm-linux-gcc交叉编译器,版本3.4.1,用于Linux下的ARM开发。 安装方法: 1. tar zxvf arm-linux-gcc-3.4.1.tgz -C/ 2. 编辑 ~/.bashrc ,加入 export PATH=$PATH:/usr/local/arm/3.4.1/bin 3. 验证安装 [root@xxxxx root]# arm-linux-gcc -v Reading specs from /usr/local/arm/3.4.1/bin/../lib/gcc/arm-linux/3.4.1/specs Configured with: /opt/crosstool/crosstool-0.28/build/arm-linux/gcc-3.4.1-glibc-2.3.2/gcc-3.4.1/configure --target=arm-linux --host=i686-host_pc-linux-gnu --prefix=/opt/crosstool/arm-linux/gcc-3.4.1-glibc-2.3.2 --with-float=soft --with-headers=/opt/crosstool/arm-linux/gcc-3.4.1-glibc-2.3.2/arm-linux/include --with-local-prefix=/opt/crosstool/arm-linux/gcc-3.4.1-glibc-2.3.2/arm-linux --disable-nls --enable-threads=posix --enable-symvers=gnu --enable-__cxa_atexit --enable-languages=c,c++ --enable-shared --enable-c99 --enable-long-long Thread model: posix gcc version 3.4.1
2021-12-21 02:08:29 50.39MB arm linux gcc 3.4.1
1