linux交叉编译工具3arm-linux-gcc3.4.1,项目实际在用的工具。
2021-07-13 10:49:49 47.61MB 编译工具 arm-linux-gc 交叉编译器
1
arm的交叉编译器 gcc-linaro-7.3.1-2018.05-i686_arm-linux-gnueabi,2018年最新版本
2021-06-27 07:32:16 100.84MB arm linux arm-linux-
1
arm-linux-gcc交叉编译器7.3.1,适用 ARM -A9 等ARMV7-32的硬件环境,在Linaro官网下载最新版。此编译器是GNU版,按照官网说法是跑应用程序,不是跑裸机,跑裸机的编译器我也上传到我的号了,可以下载
2021-06-22 18:15:32 102.07MB 交叉编译器
1
当前最新版本的linux环境下的交叉编译器,里面有一个setup.sh脚本,用root权限执行后自动配置完环境(加sudo执行)
2021-06-09 15:50:10 93.7MB toolchain 交叉编译器 arm-none-linux-g arm
1
ubuntu版本交叉编译器
2021-06-07 22:00:35 315.69MB linux 编译环境
1
arm-2014.05交叉编译器
2021-06-07 19:01:20 93.66MB arm交叉编译器
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 Rea ding 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-06-03 20:33:03 43.55MB linux-gcc
1
gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux.tar.xz解压版,不是源码包,解压之后将其路径添加加到环境变量,就是那个bin文件夹,只有这样编译器才可以连接到,才能正常使用
2021-06-02 17:47:52 48.76MB 交叉编译器
1
完整版的arm-none-linux-gnueabi-linux-4.8.1交叉编译器,不需要分包下载
2021-06-02 09:27:40 306.52MB arm-none-lin QT5 交叉编译器
1
在ubuntu上进行嵌入式的开发,我们大部分采用的是上位机进行交叉编译程序,移植到目标主机(下位机)进行运行,这时我们可以在qt上进行配置我们的交叉编译环境,然后在qt这个IDE上进行编写,编译,然后在下位机上运行,只需要一键式操作。高效,方便,快捷!
2021-05-26 11:34:35 1.1MB QtCreator IDE
1