Pues eso, en vista que psgroove han actualizado el exploit me he decidido a instalar el winavr y compilar, no tengo experiencia con estos compiladores asi que a lo mejor estoy obviando algo demasiado basico, el caso es que me instalo las herramientas necesarias, me bajo el source. y el make me da el siguiente error
Compiling C: psgroove.c
avr-gcc -c -mmcu=at90usb1287 -I. -gdwarf-2 -DF_CPU=UL -DF_CLOCK=UL -DBOARD=BOARD
_USBKEY -D USB_DEVICE_ONLY -D FIXED_CONTROL_ENDPOINT_SIZE=8 -D USE_FLASH_DESCRIP
TORS -D MEMSPACE_FLASH=0 -D MEMSPACE_EEPROM=1 -D USE_STATIC_OPTIONS="(USB_DEVICE
_OPT_FULLSPEED | USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)" -Os -funsigned-char -f
unsigned-bitfields -ffunction-sections -fno-inline-small-functions -fpack-struct
-fshort-enums -fno-strict-aliasing -Wall -Wstrict-prototypes -Wa,-adhlns=./psgr
oove.lst -Ilufa-lib/trunk/ -std=c99 -MMD -MP -MF .dep/psgroove.o.d psgroove.c -o
psgroove.o
In file included from psgroove.c:22:
x:/winavr/lib/gcc/../../avr/include/util/delay.h: In function '_delay_ms':
x:/winavr/lib/gcc/../../avr/include/util/delay.h:113: error: 'UL' undeclared (fi
rst use in this function)
x:/winavr/lib/gcc/../../avr/include/util/delay.h:113: error: (Each undeclared id
entifier is reported only once
x:/winavr/lib/gcc/../../avr/include/util/delay.h:113: error: for each function i
t appears in.)
x:/winavr/lib/gcc/../../avr/include/util/delay.h: In function '_delay_us':
x:/winavr/lib/gcc/../../avr/include/util/delay.h:151: error: 'UL' undeclared (fi
rst use in this function)
In file included from lufa-lib/trunk/LUFA/Drivers/USB/HighLevel/USBTask.h:49,
from lufa-lib/trunk/LUFA/Drivers/USB/USB.h:372,
from psgroove.c:28:
lufa-lib/trunk/LUFA/Drivers/USB/HighLevel/../LowLevel/USBController.h:121:5: err
or: #error No PLL prescale value available for chosen F_CPU value and AVR model.
In file included from lufa-lib/trunk/LUFA/Drivers/USB/HighLevel/USBTask.h:49,
from lufa-lib/trunk/LUFA/Drivers/USB/USB.h:372,
from psgroove.c:28:
lufa-lib/trunk/LUFA/Drivers/USB/HighLevel/../LowLevel/USBController.h: In functi
on 'USB_PLL_On':
lufa-lib/trunk/LUFA/Drivers/USB/HighLevel/../LowLevel/USBController.h:364: error
: 'USB_PLL_PSC' undeclared (first use in this function)
psgroove.c: In function '__vector_20':
psgroove.c:111: error: 'UL' undeclared (first use in this function)
make: *** [psgroove.o] Error 1