# Eclipse use minGW entry Debug mode --- 參考資料 [https://help.aliyun.com/zh/iot/developer-reference/install-the-eclipse-development-environment](https://) [https://packages.msys2.org/package/mingw-w64-x86_64-arm-none-eabi-gcc](https://) [https://packages.msys2.org/package/mingw-w64-x86_64-qemu?repo=mingw64](https://) --- ## Install MSYS2 https://www.msys2.org/ ## updata MSYS2  ``` pacman -Syu 更新所有 ``` ## select compilers/toolchains MSYS2 支援的開發環境  選擇要安裝的開發工具  ``` pacman -Syu pacman -S mingw-w64-x86_64-toolchain 安裝toolcaain pacman -S make 安裝make pacman -S mingw-w64-x86_64-arm-none-eabi-gcc 安裝ARM toolchain pacman -S mingw-w64-x86_64-autotools pacman -S mingw-w64-x86_64-qemu pacman -S mingw-w64-x86_64-ninja pacman -S mingw-w64-x86_64-python-sphinx pacman -S mingw-w64-x86_64-tools-git pacman -S git ```  其他toolchain的安裝方式  ## make檔名修改 將 mingw32-make.exe 更名為make。因eclipse僅支援make名稱。  ## 修改環境變數 說明  本機修改  ## Eclopse Creat Projecy  ### Eclipse Project Properties #### Environment 確認PATH路徑  ##### Tool Chain Editor 確認toolchain、builder  ### Debug Configurations #### Debugger 確認GDB Debugger是否鏈接到MSYS內minGW的GDB執行檔 C:\msys64\mingw64\bin\gdb.exe 
×
Sign in
Email
Password
Forgot password
or
Sign in via Google
Sign in via Facebook
Sign in via X(Twitter)
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
Continue with a different method
New to HackMD?
Sign up
By signing in, you agree to our
terms of service
.