How to build GNU Tools on Windows

Asked by Sung Ho Park

Hello,

I have to modify and rebuild GNU Tools for Windows.
But I could not found information to do it.
Could you please let me know how to build "GNU Tools for ARM Embedded Processors win32 package" (gcc-arm-none-eabi-4_9-2014q4-20141203-win32.zip).

Regards,
Sung Ho Park

Question information

Language:
English Edit question
Status:
Solved
For:
GNU Arm Embedded Toolchain Edit question
Assignee:
No assignee Edit question
Solved by:
Sung Ho Park
Solved:
Last query:
Last reply:
Revision history for this message
Terry Guo (terry.guo) said :
#1

The windows tool chain package is actually built on Ubuntu using mingw gcc. Please find detailed instructions from https://launchpad.net/gcc-arm-embedded/4.9/4.9-2014-q4-major/+download/How-to-build-toolchain.pdf. The zip file has same content with the exe file.

Revision history for this message
Sung Ho Park (slblue) said :
#2

Thanks you.
I have succeeded in building the windows toolchain with the instructions form the How-to-build-toolchain.pdf, and the toolchain works well.