1.. _get-started-customized-setup: 2 3************************************* 4Customized Setup of Toolchain 5************************************* 6 7:link_to_translation:`zh_CN:[中文]` 8 9Instead of downloading binary toolchain from Espressif website (see :ref:`get-started-set-up-tools`) you may build the toolchain yourself. 10 11If you can't think of a reason why you need to build it yourself, then probably it's better to stick with the binary version. However, here are some of the reasons why you might want to compile it from source: 12 13- if you want to customize toolchain build configuration 14- if you want to use a different GCC version (such as 4.8.5) 15- if you want to hack gcc or newlib or libstdc++ 16- if you are curious and/or have time to spare 17- if you don't trust binaries downloaded from the Internet 18 19In any case, here are the instructions to compile the toolchain yourself. 20 21.. toctree:: 22 :maxdepth: 1 23 24 windows-setup-scratch 25 linux-setup-scratch 26 macos-setup-scratch