Ciao a tutti,
Qualcuno mi sa dire come si usa irecovery, sto provando a compilarlo ma mi da sempre errore.
make macosx
gcc irecovery.c -o irecovery -lusb -framework CoreFoundation -framework IOKit -lreadline
irecovery.c:22:17: error: usb.h: No such file or directory
irecovery.c: In function ‘irecv_init’:
irecovery.c:48: warning: assignment makes pointer from integer without a cast
irecovery.c:48: error: dereferencing pointer to incomplete type
irecovery.c:49: error: dereferencing pointer to incomplete type
irecovery.c:49: error: dereferencing pointer to incomplete type
irecovery.c:50: error: dereferencing pointer to incomplete type
irecovery.c:50: error: dereferencing pointer to incomplete type
irecovery.c:51: warning: assignment makes pointer from integer without a cast
irecovery.c: In function ‘irecv_console’:
irecovery.c:253: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘int’
irecovery.c: In function ‘irecv_sendcmd’:
irecovery.c:280: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘int’
make: *** [macosx] Error 1
qualcuno mi da una mano???