regarding the installing of avr32 and gcc, i have initially gotten the file from atmel site, but the installer was a unzipped folder of the avr-gnu-toolchain and i have no idea which is the correct directory to put in.
After that then i tried the atmel studio 7 installer which has all the files installed into my c drive program files, within the atmel folder.
I am lost on this part from the monome linavr32 github site,
"Let’s build it, we need to make sure that avr32-gcc and company are available on our path. Assuming they are installed in ~/avr32-tools:
export PATH="$HOME/avr32-tools/bin:$PATH"
cd module
make
"
is the above a critical part of the building process?