User Tools

Site Tools


stryd_one_codeblocks

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
stryd_one_codeblocks [2007/09/30 05:32]
jimp
stryd_one_codeblocks [2007/10/05 23:29] (current)
stryd_one
Line 1: Line 1:
 +:!: :!: :!: :!: :!: 
 +====== This document has been superseded and is kept for archival purposes only!!! Please see the new version! ======
 +
 +
 +    * Part 1 - [[windows_toolchain_core|Setup the core software toolchain for MIOS application development on Windows]] - These are the minimal Windows applications you need, to write a MIOS Application in C for your MIDIbox.
 +    * Part 2 - [[windows_toolchain_ASM_ACSim|Extend your toolchain with MinGW to build the AC-Sim DOS C Simulator, or MPASM for ASM coding]] - These lesser-used options are both still important in certain situations. You will need MPASM if you would like to write applications in PIC ASM, or if you want to edit TK's ASM apps. MinGW is used to build the AC-Sim simulator, which is helpful for testing complex algorithms within your applications,​ without the need to upload to your MIDIbox. If you are likely to use this, it is recommended that you install MinGW prior to Code::​Blocks.
 +    * Part 3 - [[windows_toolchain_codeblocks|Extend your toolchain with Code::​Blocks and GDB]] - Code::​Blocks is an IDE which has several helpful features when developing applications,​ such as code highlighting,​ code completion, and debugging.
 +\\
 +:!: :!: :!: :!: :!: 
 +
 +
 ====== Developing MIOS Applications with Code::​Blocks ====== ====== Developing MIOS Applications with Code::​Blocks ======
  
Line 58: Line 69:
   * Install, taking the '​Download and Install'​ option, and select the '​Candidate'​ package (use '​Current'​ if you have problems) and the '​Minimal'​ install type. It may be best to accept the default install path as MinGW doesn'​t like paths with spaces.   * Install, taking the '​Download and Install'​ option, and select the '​Candidate'​ package (use '​Current'​ if you have problems) and the '​Minimal'​ install type. It may be best to accept the default install path as MinGW doesn'​t like paths with spaces.
   * If the installer crashes while downloading just keep repeating the above until it completes.   * If the installer crashes while downloading just keep repeating the above until it completes.
 +
  
 ===== GDB (GNU DeBugger) ===== ===== GDB (GNU DeBugger) =====
 GDB is used to debug apps and is a must-have for MIOS development. GDB is used to debug apps and is a must-have for MIOS development.
  
-  * [[http://​sourceforge.net/​project/​showfiles.php?​group_id=2435&​package_id=82724&​release_id=190586|Download the installer]] ​+  * [[http://​sourceforge.net/​project/​showfiles.php?​group_id=2435&​package_id=20507|Download the installer]] ​
   * Install, taking the same default install path as MinGW (above).   * Install, taking the same default install path as MinGW (above).
  
stryd_one_codeblocks.1191130356.txt.gz ยท Last modified: 2007/09/30 05:34 (external edit)