Skip to content

Pre-release v1.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@h4xxel h4xxel released this 05 Aug 14:46
· 9 commits to master since this release

Changes

  • Renamed the toolchain to avoid using trademarks
  • Includes new header to remove the need for external symbols file

This is a pre-release because of some minor cosmetic flaws on Mac OS X. The toolchain is however feature-complete with v2.0.

Installation

Linux

  • Install the packages bzip2 and make from your distribution repository.
  • Download the .run file for linux
  • Make the .run-file executable with chmod +x.
  • Run the file as root or with sudo
  • Enter the cross compiler by sourcing the environment
    . /opt/mcb32tools/environment

Windows

  • Windows binaries yet to be built *
    • Install msys2 (http://msys2.github.io)
    • Follow the guide to update your msys2 installation
    • Install required packages
      pacman -S make bzip2 tar
    • Download the .run-file for windows
    • Run the .run-file inside the MSYS2 environment
    • Enter the cross compiler by sourcing the environment
      . /opt/mcb32tools/environment

Mac OS X

  • Download the .dmg-file for mac
  • Open the .dmg-file
  • Drag mcb32tools to your Applications folder
  • Open your applications folder and launch mcb32tools