Export to GitHub

cube64-dx - Compiling.wiki


Compiling from source.

Stuff needed

Retrieving source code from SVN repository

  1. First install TortoiseSVN on your machine and then reboot.
  2. Create a folder named "cube64-dx" somewhere on your computer.
  3. Right click on the folder and select "SVN Checkout..."
  4. Put "http://cube64-dx.googlecode.com/svn/" as URL and click OK.
  5. You should now download content of the whole repository.

Installing compilation environment

  1. Install MinGW
  2. On the "Select Components" section of the installer select at the bottom both MSYS Basic system and MinGW Developper toolkit.
  3. Install gputils with default setting.
  4. You should be ready to compile now.

Compiling the program

  1. Open MinGW terminal.
  2. Your C:\ is avaialble under /c/
  3. So do "cd /c/path_to_your_folder/cube64-dx/firmware/"
  4. Type "make" and the .hex file for programming the PIC will be build for each supported micro-controllers.