顯示具有 toolchain 標籤的文章。 顯示所有文章
顯示具有 toolchain 標籤的文章。 顯示所有文章

2018年1月6日 星期六

[Toolchain] Portal


  • build
    • configure scripts
      • configure --prefix -android
      • configure --prefix -gnu-eabi
  • Compiler
    • naming convention
      • arch-vendor(or CPU)-kernel-system
        • e.g. arm-cortex_a8-linux-gnueabi
    • arch
      • arm, mips, x86_64, ppc(power pc), ...etc.
    • kernel
      • linux, bare-metal, ...etc.
    • system
      • glibc, eglibc, uclibc
      • oabi, eabi
      • gnueabi (glibc+eabi)
  • Binutilities
  • Reference

2017年7月1日 星期六

[Raspberry Pi] toolchain


  • Compiler
    • compile option
      • -Ofast -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s