Skip to content

Pre-release v0.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@h4xxel h4xxel released this 20 Apr 20:12
· 18 commits to master since this release

The is a pre-release.
Known bug: data/bss area does not work properly, binaries with a data area make avrdude crash

The sample projects hello-leds and hello-adc should work fine.

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/pic32-toolchain/environment

Windows

  • 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/pic32-toolchain/environment

Mac OS X

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