Clone this git repo avr32-toolchain.
If you run the default make command (CC=gcc-4.2 make install-cross) you’ll probably get errors regarding C99 errors, using the following command instead:
CC='gcc -std=gnu89' make install-cross
Clone this git repo avr32-toolchain.
If you run the default make command (CC=gcc-4.2 make install-cross) you’ll probably get errors regarding C99 errors, using the following command instead:
CC='gcc -std=gnu89' make install-cross