Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 808 Bytes

toolchain-setup-scratch.rst

File metadata and controls

26 lines (18 loc) · 808 Bytes

工具链的自定义设置

:link_to_translation:`en:[English]`

除了从乐鑫官网(请见 :ref:`get-started-set-up-tools`)下载二进制工具链外,您还可以自行编译工具链。

如无特殊需求,建议直接使用我们提供的预编译二进制工具链。不过,您可以在以下情况考虑自行编译工具链:

  • 需要定制工具链编译配置
  • 需要使用其他 GCC 版本(如 4.8.5)
  • 需要破解 gcc、newlib 或 libstdc++
  • 有相关兴趣或时间充裕
  • 不信任从网站下载的 bin 文件

如需自行编译工具链,请查看以下文档:

.. toctree::
        :maxdepth: 1

        windows-setup-scratch
        linux-setup-scratch
        macos-setup-scratch