在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → mipsel-linux-android-4.9

mipsel-linux-android-4.9

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:65.39M
  • 下载次数:3
  • 浏览次数:65
  • 发布时间:2021-03-14
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
android-ndk-r16b-windows-x86_64包里toolchains目录下的mips64el-linux-android-4.9和mipsel-linux-android-4.9,可以解决NDK17版本以上编译出现的No toolchains found in the NDK
【实例截图】
【核心代码】
c3a34339-748c-4be9-a320-1642830275a2
├── mips64el-linux-android-4.9
│   └── prebuilt
│   └── windows-x86_64
│   ├── bin
│   │   ├── mips64el-linux-android-addr2line.exe
│   │   ├── mips64el-linux-android-ar.exe
│   │   ├── mips64el-linux-android-as.exe
│   │   ├── mips64el-linux-android-c++.exe
│   │   ├── mips64el-linux-android-c++filt.exe
│   │   ├── mips64el-linux-android-cpp.exe
│   │   ├── mips64el-linux-android-elfedit.exe
│   │   ├── mips64el-linux-android-gcc-4.9.exe
│   │   ├── mips64el-linux-android-gcc-4.9.x.exe
│   │   ├── mips64el-linux-android-gcc-ar.exe
│   │   ├── mips64el-linux-android-gcc.exe
│   │   ├── mips64el-linux-android-gcc-nm.exe
│   │   ├── mips64el-linux-android-gcc-ranlib.exe
│   │   ├── mips64el-linux-android-gcov.exe
│   │   ├── mips64el-linux-android-gcov-tool.exe
│   │   ├── mips64el-linux-android-g++.exe
│   │   ├── mips64el-linux-android-gprof.exe
│   │   ├── mips64el-linux-android-ld.bfd.exe
│   │   ├── mips64el-linux-android-ld.exe
│   │   ├── mips64el-linux-android-nm.exe
│   │   ├── mips64el-linux-android-objcopy.exe
│   │   ├── mips64el-linux-android-objdump.exe
│   │   ├── mips64el-linux-android-ranlib.exe
│   │   ├── mips64el-linux-android-readelf.exe
│   │   ├── mips64el-linux-android-size.exe
│   │   ├── mips64el-linux-android-strings.exe
│   │   └── mips64el-linux-android-strip.exe
│   ├── COPYING
│   ├── COPYING3
│   ├── COPYING3.LIB
│   ├── COPYING.LIB
│   ├── COPYING.RUNTIME
│   ├── lib
│   │   └── gcc
│   │   └── mips64el-linux-android
│   │   └── 4.9.x
│   │   ├── 32
│   │   │   ├── mips-r1
│   │   │   │   ├── crtbegin.o
│   │   │   │   ├── crtbeginS.o
│   │   │   │   ├── crtbeginT.o
│   │   │   │   ├── crtend.o
│   │   │   │   ├── crtendS.o
│   │   │   │   ├── crtfastmath.o
│   │   │   │   ├── libgcc.a
│   │   │   │   └── libgcov.a
│   │   │   ├── mips-r2
│   │   │   │   ├── crtbegin.o
│   │   │   │   ├── crtbeginS.o
│   │   │   │   ├── crtbeginT.o
│   │   │   │   ├── crtend.o
│   │   │   │   ├── crtendS.o
│   │   │   │   ├── crtfastmath.o
│   │   │   │   ├── libgcc.a
│   │   │   │   └── libgcov.a
│   │   │   └── mips-r6
│   │   │   ├── crtbegin.o
│   │   │   ├── crtbeginS.o
│   │   │   ├── crtbeginT.o
│   │   │   ├── crtend.o
│   │   │   ├── crtendS.o
│   │   │   ├── crtfastmath.o
│   │   │   ├── libgcc.a
│   │   │   └── libgcov.a
│   │   ├── crtbegin.o
│   │   ├── crtbeginS.o
│   │   ├── crtbeginT.o
│   │   ├── crtend.o
│   │   ├── crtendS.o
│   │   ├── crtfastmath.o
│   │   ├── gcov-src
│   │   │   ├── gcov-counter.def
│   │   │   ├── gcov-io.c
│   │   │   ├── gcov-io.h
│   │   │   ├── gcov-iov.h
│   │   │   ├── libgcov-driver.c
│   │   │   ├── libgcov-driver-kernel.c
│   │   │   ├── libgcov.h
│   │   │   ├── libgcov-kernel.h
│   │   │   ├── libgcov-merge.c
│   │   │   └── libgcov-profiler.c
│   │   ├── include
│   │   │   ├── float.h
│   │   │   ├── iso646.h
│   │   │   ├── loongson.h
│   │   │   ├── msa.h
│   │   │   ├── omp.h
│   │   │   ├── stdalign.h
│   │   │   ├── stdarg.h
│   │   │   ├── stdatomic.h
│   │   │   ├── stdbool.h
│   │   │   ├── stddef.h
│   │   │   ├── stdfix.h
│   │   │   ├── stdint-gcc.h
│   │   │   ├── stdint.h
│   │   │   ├── stdnoreturn.h
│   │   │   ├── unwind.h
│   │   │   └── varargs.h
│   │   ├── include-fixed
│   │   │   ├── arpa
│   │   │   │   └── nameser_compat.h
│   │   │   ├── limits.h
│   │   │   ├── linux
│   │   │   │   └── a.out.h
│   │   │   ├── README
│   │   │   └── syslimits.h
│   │   ├── libgcc.a
│   │   └── libgcov.a
│   ├── libexec
│   │   └── gcc
│   │   └── mips64el-linux-android
│   │   └── 4.9.x
│   │   ├── cc1.exe
│   │   ├── cc1plus.exe
│   │   ├── collect2.exe
│   │   ├── libfunction_reordering_plugin-0.dll
│   │   ├── libfunction_reordering_plugin.dll.a
│   │   ├── liblto_plugin-0.dll
│   │   ├── liblto_plugin.dll.a
│   │   ├── lto1.exe
│   │   └── lto-wrapper.exe
│   ├── mips64el-linux-android
│   │   ├── bin
│   │   │   ├── ar.exe
│   │   │   ├── as.exe
│   │   │   ├── ld.bfd.exe
│   │   │   ├── ld.exe
│   │   │   ├── nm.exe
│   │   │   ├── objcopy.exe
│   │   │   ├── objdump.exe
│   │   │   ├── ranlib.exe
│   │   │   └── strip.exe
│   │   ├── lib
│   │   │   ├── ldscripts
│   │   │   │   ├── elf32btsmipn32.x
│   │   │   │   ├── elf32btsmipn32.xbn
│   │   │   │   ├── elf32btsmipn32.xc
│   │   │   │   ├── elf32btsmipn32.xd
│   │   │   │   ├── elf32btsmipn32.xdc
│   │   │   │   ├── elf32btsmipn32.xdw
│   │   │   │   ├── elf32btsmipn32.xn
│   │   │   │   ├── elf32btsmipn32.xr
│   │   │   │   ├── elf32btsmipn32.xs
│   │   │   │   ├── elf32btsmipn32.xsc
│   │   │   │   ├── elf32btsmipn32.xsw
│   │   │   │   ├── elf32btsmipn32.xu
│   │   │   │   ├── elf32btsmipn32.xw
│   │   │   │   ├── elf32btsmip.x
│   │   │   │   ├── elf32btsmip.xbn
│   │   │   │   ├── elf32btsmip.xc
│   │   │   │   ├── elf32btsmip.xd
│   │   │   │   ├── elf32btsmip.xdc
│   │   │   │   ├── elf32btsmip.xdw
│   │   │   │   ├── elf32btsmip.xn
│   │   │   │   ├── elf32btsmip.xr
│   │   │   │   ├── elf32btsmip.xs
│   │   │   │   ├── elf32btsmip.xsc
│   │   │   │   ├── elf32btsmip.xsw
│   │   │   │   ├── elf32btsmip.xu
│   │   │   │   ├── elf32btsmip.xw
│   │   │   │   ├── elf32ltsmipn32.x
│   │   │   │   ├── elf32ltsmipn32.xbn
│   │   │   │   ├── elf32ltsmipn32.xc
│   │   │   │   ├── elf32ltsmipn32.xd
│   │   │   │   ├── elf32ltsmipn32.xdc
│   │   │   │   ├── elf32ltsmipn32.xdw
│   │   │   │   ├── elf32ltsmipn32.xn
│   │   │   │   ├── elf32ltsmipn32.xr
│   │   │   │   ├── elf32ltsmipn32.xs
│   │   │   │   ├── elf32ltsmipn32.xsc
│   │   │   │   ├── elf32ltsmipn32.xsw
│   │   │   │   ├── elf32ltsmipn32.xu
│   │   │   │   ├── elf32ltsmipn32.xw
│   │   │   │   ├── elf32ltsmip.x
│   │   │   │   ├── elf32ltsmip.xbn
│   │   │   │   ├── elf32ltsmip.xc
│   │   │   │   ├── elf32ltsmip.xd
│   │   │   │   ├── elf32ltsmip.xdc
│   │   │   │   ├── elf32ltsmip.xdw
│   │   │   │   ├── elf32ltsmip.xn
│   │   │   │   ├── elf32ltsmip.xr
│   │   │   │   ├── elf32ltsmip.xs
│   │   │   │   ├── elf32ltsmip.xsc
│   │   │   │   ├── elf32ltsmip.xsw
│   │   │   │   ├── elf32ltsmip.xu
│   │   │   │   ├── elf32ltsmip.xw
│   │   │   │   ├── elf64btsmip.x
│   │   │   │   ├── elf64btsmip.xbn
│   │   │   │   ├── elf64btsmip.xc
│   │   │   │   ├── elf64btsmip.xd
│   │   │   │   ├── elf64btsmip.xdc
│   │   │   │   ├── elf64btsmip.xdw
│   │   │   │   ├── elf64btsmip.xn
│   │   │   │   ├── elf64btsmip.xr
│   │   │   │   ├── elf64btsmip.xs
│   │   │   │   ├── elf64btsmip.xsc
│   │   │   │   ├── elf64btsmip.xsw
│   │   │   │   ├── elf64btsmip.xu
│   │   │   │   ├── elf64btsmip.xw
│   │   │   │   ├── elf64ltsmip.x
│   │   │   │   ├── elf64ltsmip.xbn
│   │   │   │   ├── elf64ltsmip.xc
│   │   │   │   ├── elf64ltsmip.xd
│   │   │   │   ├── elf64ltsmip.xdc
│   │   │   │   ├── elf64ltsmip.xdw
│   │   │   │   ├── elf64ltsmip.xn
│   │   │   │   ├── elf64ltsmip.xr
│   │   │   │   ├── elf64ltsmip.xs
│   │   │   │   ├── elf64ltsmip.xsc
│   │   │   │   ├── elf64ltsmip.xsw
│   │   │   │   ├── elf64ltsmip.xu
│   │   │   │   └── elf64ltsmip.xw
│   │   │   ├── libatomic.a
│   │   │   ├── libgomp.a
│   │   │   └── libgomp.spec
│   │   └── lib64
│   │   ├── libatomic.a
│   │   ├── libgomp.a
│   │   └── libgomp.spec
│   ├── MODULE_LICENSE_GPL
│   ├── NOTICE
│   └── repo.prop
└── mipsel-linux-android-4.9
└── prebuilt
└── windows-x86_64
├── bin
│   ├── mipsel-linux-android-addr2line.exe
│   ├── mipsel-linux-android-ar.exe
│   ├── mipsel-linux-android-as.exe
│   ├── mipsel-linux-android-c++.exe
│   ├── mipsel-linux-android-c++filt.exe
│   ├── mipsel-linux-android-cpp.exe
│   ├── mipsel-linux-android-elfedit.exe
│   ├── mipsel-linux-android-gcc-4.9.exe
│   ├── mipsel-linux-android-gcc-4.9.x.exe
│   ├── mipsel-linux-android-gcc-ar.exe
│   ├── mipsel-linux-android-gcc.exe
│   ├── mipsel-linux-android-gcc-nm.exe
│   ├── mipsel-linux-android-gcc-ranlib.exe
│   ├── mipsel-linux-android-gcov.exe
│   ├── mipsel-linux-android-gcov-tool.exe
│   ├── mipsel-linux-android-g++.exe
│   ├── mipsel-linux-android-gprof.exe
│   ├── mipsel-linux-android-ld.bfd.exe
│   ├── mipsel-linux-android-ld.exe
│   ├── mipsel-linux-android-nm.exe
│   ├── mipsel-linux-android-objcopy.exe
│   ├── mipsel-linux-android-objdump.exe
│   ├── mipsel-linux-android-ranlib.exe
│   ├── mipsel-linux-android-readelf.exe
│   ├── mipsel-linux-android-size.exe
│   ├── mipsel-linux-android-strings.exe
│   └── mipsel-linux-android-strip.exe
├── COPYING
├── COPYING3
├── COPYING3.LIB
├── COPYING.LIB
├── COPYING.RUNTIME
├── lib
│   └── gcc
│   └── mipsel-linux-android
│   └── 4.9.x
│   ├── crtbegin.o
│   ├── crtbeginS.o
│   ├── crtbeginT.o
│   ├── crtend.o
│   ├── crtendS.o
│   ├── crtfastmath.o
│   ├── gcov-src
│   │   ├── gcov-counter.def
│   │   ├── gcov-io.c
│   │   ├── gcov-io.h
│   │   ├── gcov-iov.h
│   │   ├── libgcov-driver.c
│   │   ├── libgcov-driver-kernel.c
│   │   ├── libgcov.h
│   │   ├── libgcov-kernel.h
│   │   ├── libgcov-merge.c
│   │   └── libgcov-profiler.c
│   ├── include
│   │   ├── float.h
│   │   ├── iso646.h
│   │   ├── loongson.h
│   │   ├── msa.h
│   │   ├── omp.h
│   │   ├── stdalign.h
│   │   ├── stdarg.h
│   │   ├── stdatomic.h
│   │   ├── stdbool.h
│   │   ├── stddef.h
│   │   ├── stdfix.h
│   │   ├── stdint-gcc.h
│   │   ├── stdint.h
│   │   ├── stdnoreturn.h
│   │   ├── unwind.h
│   │   └── varargs.h
│   ├── include-fixed
│   │   ├── limits.h
│   │   ├── linux
│   │   │   └── a.out.h
│   │   ├── README
│   │   └── syslimits.h
│   ├── libgcc.a
│   ├── libgcov.a
│   ├── mips-r2
│   │   ├── crtbegin.o
│   │   ├── crtbeginS.o
│   │   ├── crtbeginT.o
│   │   ├── crtend.o
│   │   ├── crtendS.o
│   │   ├── crtfastmath.o
│   │   ├── libgcc.a
│   │   └── libgcov.a
│   └── mips-r6
│   ├── crtbegin.o
│   ├── crtbeginS.o
│   ├── crtbeginT.o
│   ├── crtend.o
│   ├── crtendS.o
│   ├── crtfastmath.o
│   ├── libgcc.a
│   └── libgcov.a
├── libexec
│   └── gcc
│   └── mipsel-linux-android
│   └── 4.9.x
│   ├── cc1.exe
│   ├── cc1plus.exe
│   ├── collect2.exe
│   ├── libfunction_reordering_plugin-0.dll
│   ├── libfunction_reordering_plugin.dll.a
│   ├── liblto_plugin-0.dll
│   ├── liblto_plugin.dll.a
│   ├── lto1.exe
│   └── lto-wrapper.exe
├── mipsel-linux-android
│   ├── bin
│   │   ├── ar.exe
│   │   ├── as.exe
│   │   ├── ld.bfd.exe
│   │   ├── ld.exe
│   │   ├── nm.exe
│   │   ├── objcopy.exe
│   │   ├── objdump.exe
│   │   ├── ranlib.exe
│   │   └── strip.exe
│   └── lib
│   ├── ldscripts
│   │   ├── elf32btsmipn32.x
│   │   ├── elf32btsmipn32.xbn
│   │   ├── elf32btsmipn32.xc
│   │   ├── elf32btsmipn32.xd
│   │   ├── elf32btsmipn32.xdc
│   │   ├── elf32btsmipn32.xdw
│   │   ├── elf32btsmipn32.xn
│   │   ├── elf32btsmipn32.xr
│   │   ├── elf32btsmipn32.xs
│   │   ├── elf32btsmipn32.xsc
│   │   ├── elf32btsmipn32.xsw
│   │   ├── elf32btsmipn32.xu
│   │   ├── elf32btsmipn32.xw
│   │   ├── elf32btsmip.x
│   │   ├── elf32btsmip.xbn
│   │   ├── elf32btsmip.xc
│   │   ├── elf32btsmip.xd
│   │   ├── elf32btsmip.xdc
│   │   ├── elf32btsmip.xdw
│   │   ├── elf32btsmip.xn
│   │   ├── elf32btsmip.xr
│   │   ├── elf32btsmip.xs
│   │   ├── elf32btsmip.xsc
│   │   ├── elf32btsmip.xsw
│   │   ├── elf32btsmip.xu
│   │   ├── elf32btsmip.xw
│   │   ├── elf32ltsmipn32.x
│   │   ├── elf32ltsmipn32.xbn
│   │   ├── elf32ltsmipn32.xc
│   │   ├── elf32ltsmipn32.xd
│   │   ├── elf32ltsmipn32.xdc
│   │   ├── elf32ltsmipn32.xdw
│   │   ├── elf32ltsmipn32.xn
│   │   ├── elf32ltsmipn32.xr
│   │   ├── elf32ltsmipn32.xs
│   │   ├── elf32ltsmipn32.xsc
│   │   ├── elf32ltsmipn32.xsw
│   │   ├── elf32ltsmipn32.xu
│   │   ├── elf32ltsmipn32.xw
│   │   ├── elf32ltsmip.x
│   │   ├── elf32ltsmip.xbn
│   │   ├── elf32ltsmip.xc
│   │   ├── elf32ltsmip.xd
│   │   ├── elf32ltsmip.xdc
│   │   ├── elf32ltsmip.xdw
│   │   ├── elf32ltsmip.xn
│   │   ├── elf32ltsmip.xr
│   │   ├── elf32ltsmip.xs
│   │   ├── elf32ltsmip.xsc
│   │   ├── elf32ltsmip.xsw
│   │   ├── elf32ltsmip.xu
│   │   ├── elf32ltsmip.xw
│   │   ├── elf64btsmip.x
│   │   ├── elf64btsmip.xbn
│   │   ├── elf64btsmip.xc
│   │   ├── elf64btsmip.xd
│   │   ├── elf64btsmip.xdc
│   │   ├── elf64btsmip.xdw
│   │   ├── elf64btsmip.xn
│   │   ├── elf64btsmip.xr
│   │   ├── elf64btsmip.xs
│   │   ├── elf64btsmip.xsc
│   │   ├── elf64btsmip.xsw
│   │   ├── elf64btsmip.xu
│   │   ├── elf64btsmip.xw
│   │   ├── elf64ltsmip.x
│   │   ├── elf64ltsmip.xbn
│   │   ├── elf64ltsmip.xc
│   │   ├── elf64ltsmip.xd
│   │   ├── elf64ltsmip.xdc
│   │   ├── elf64ltsmip.xdw
│   │   ├── elf64ltsmip.xn
│   │   ├── elf64ltsmip.xr
│   │   ├── elf64ltsmip.xs
│   │   ├── elf64ltsmip.xsc
│   │   ├── elf64ltsmip.xsw
│   │   ├── elf64ltsmip.xu
│   │   └── elf64ltsmip.xw
│   ├── libatomic.a
│   ├── libgomp.a
│   └── libgomp.spec
├── MODULE_LICENSE_GPL
├── NOTICE
└── repo.prop

48 directories, 388 files

标签:

实例下载地址

mipsel-linux-android-4.9

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警