Skip to content

Release v1.1

Compare
Choose a tag to compare
@h4xxel h4xxel released this 23 Apr 19:37
· 103 commits to master since this release

Changes

  • Fixed a bug in the link script preventing the use of the .data area
  • Removed exception handler from crt0, allowing its use from user code

Installation

Linux

  • Install the packages bzip2, make and libftdi1 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