
Originally Posted by
evilsperm
At the current time this will not compile...
I have been trying to get it to compile under windows and linux with 0 success...
I have also patched it to work with the backup manager just like pack I released for 1.1
As soon as I am able to compile this I will release another pack with backup manager enabled.
~evil
i am also unable to compile it. both on ubuntu and windows. windows i seem to get the closest:
Code:
make[1]: Entering directory `Z:/psgroove'
gcc -Wall -O3 raw2payload.c -o raw2payload
process_begin: CreateProcess(NULL, gcc -Wall -O3 raw2payload.c -o raw2payload, .
..) failed.
make (e=2): The system cannot find the file specified.
make[1]: *** [raw2payload] Error 2
in ubuntu im getting nowhere:
Code:
lufa-lib/trunk/LUFA/Drivers/USB/LowLevel/Device.h:209: error: âLSMâ undeclared (first use in this function)
lufa-lib/trunk/LUFA/Drivers/USB/LowLevel/Device.c: In function âUSB_Device_SendRemoteWakeupâ:
lufa-lib/trunk/LUFA/Drivers/USB/LowLevel/Device.c:48: error: âUDCONâ undeclared (first use in this function)
lufa-lib/trunk/LUFA/Drivers/USB/LowLevel/Device.c:48: error: âRMWKUPâ undeclared (first use in this function)
make[1]: *** [lufa-lib/trunk/LUFA/Drivers/USB/LowLevel/Device.o] Error 1
make[1]: Leaving directory `/home/server/psgroove'
make: *** [all] Error 2
server@server-basement:~/psgroove$ make[1]: Entering directory `Z:/psgroove'
> gcc -Wall -O3 raw2payload.c -o raw2payload
> process_begin: CreateProcess(NULL, gcc -Wall -O3 raw2payload.c -o raw2payload, .
> ..) failed.
> make (e=2): The system cannot find the file specified.
this is the first time compiling for my teensy though...