Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| en:uhsdr_dev:win10_toolchain [25.02.2018 10:04] – [Using Git with GNU-MCU-Eclipse] df9ts_user | en:uhsdr_dev:win10_toolchain [13.03.2018 09:34] (current) – [Using Git with GNU-MCU-Eclipse] corrected scrambled formatting df9ts_user | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| * Install and test | * Install and test | ||
| * Gnu Arm toolchain from here, Win32 exe  [[https:// | * Gnu Arm toolchain from here, Win32 exe  [[https:// | ||
| - | * Execute downloaded file. Tick "add to path" | + | * Execute downloaded file. Tick "add to path". | 
| * Installs in C:\Program Files (x86)\GNU Tools ARM Embedded\7 2017-q4-major | * Installs in C:\Program Files (x86)\GNU Tools ARM Embedded\7 2017-q4-major | ||
| * See [[https:// | * See [[https:// | ||
| Line 39: | Line 39: | ||
| * Will install in C:\Program Files\GNU ARM Eclipse\QEMU\2.8.0-201612271623-dev | * Will install in C:\Program Files\GNU ARM Eclipse\QEMU\2.8.0-201612271623-dev | ||
| * Get latest MCU Eclipse from here  [[https:// | * Get latest MCU Eclipse from here  [[https:// | ||
| - | * Extract downloaded zip file to c:\ (otherwise path names may become too long) | + | * Extract downloaded zip file to c: (otherwise path names may become too long) | 
| * Run GNU MCU Eclipse | * Run GNU MCU Eclipse | ||
| * Follow work space preferences " | * Follow work space preferences " | ||
| Line 67: | Line 67: | ||
| * For OVI40 with F7 MCU: Project → Properties → C/C++ Build → Settings → Devices → STM32F767ZI | * For OVI40 with F7 MCU: Project → Properties → C/C++ Build → Settings → Devices → STM32F767ZI | ||
| * For OVI40 with H7 MCU: Project → Properties → C/C++ Build → Settings → Devices → STM32H743ZI | * For OVI40 with H7 MCU: Project → Properties → C/C++ Build → Settings → Devices → STM32H743ZI | ||
| + | |||
| + | ==== Check for updates ==== | ||
| + | |||
| + | * in Eclipse Help→check for updates | ||
| ==== Using Git with GNU-MCU-Eclipse ==== | ==== Using Git with GNU-MCU-Eclipse ==== | ||
| + | |||
| === Option: Github Desktop === | === Option: Github Desktop === | ||
| * Download Github desktop from [[https:// | * Download Github desktop from [[https:// | ||
| - | * Start Github Desktop, enter your Githu username and password, clone repository " | + | * Start Github Desktop, enter your Githu username and password, clone repository " | 
| + |  | ||
| + |  | ||
| + |  | ||
| + |  | ||
| + |  | ||
| === Option: git commandline === | === Option: git commandline === | ||
| - | * create directory where UHSDR repository should reside, e.g. d:\uhsdr< | + | * create directory where UHSDR repository should reside, e.g. d:\uhsdr'' | 
| - | * | + | |
| + | === Import git UHSDR project into Eclipse installation === | ||
| + | * In Eclipse, choose “File→Import”. | ||
| + | * .. then choose “General→Existing Projects into Workspace”. | ||
| + | * Then choose the folder “mchf-eclipse in the path where you just downloaded the zip file as “root-directory” | ||
| + | * The project is now recognized and can be imported * Next: check Eclipse settings | ||