patch sur Avrdude

jfsgeneva

Membre confirmé
12 Mars 2006
33
1
Bonjour,

J'aimerais patcher la version 5.3.1 d'avrdude que j'ai installé sur mon powerbook G4 tiger 10.5
.

Averdude 5.3.1 se trouve ici :

http://download.savannah.gnu.org/releases/avrdude/avrdude-5.3.1.tar.gz

et

Le patch se trouve ici :

https://savannah.nongnu.org/support/download.php?file_id=11627


et trois fichiers à rajouter :

https://savannah.nongnu.org/support/download.php?file_id=11628

https://savannah.nongnu.org/support/download.php?file_id=11629

https://savannah.nongnu.org/support/download.php?file_id=11630


une fois patché, lorsque je fais ./ configure, j'ai ça :

Bloc de code:
Last login: Sun Nov 23 11:15:11 on ttys001
powerbook:~ $ cd /Applications/Arduino/arduino-0012/bootloader-usb/avrdude-5.3.1 
powerbook:avrdude-5.3.1 $ ./configure
checking build system type... powerpc-apple-darwin9.5.0
checking host system type... powerpc-apple-darwin9.5.0
checking target system type... powerpc-apple-darwin9.5.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking for bison... bison -y
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for tputs in -ltermcap... yes
checking for tputs in -lncurses... yes
checking for readline in -lreadline... yes
checking for usb_get_string_simple in -lusb... no
checking for a Win32 HID libray... no
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for ddk/hidsdi.h... no
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc needs -traditional... rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for memset... yes
checking for select... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strtol... yes
checking for strtoul... yes
checking for gettimeofday... yes
./configure: line 5782: FTBB_FTDI: command not found
checking for parallel device... configure: parallel port access disabled for this system
checking for serial device... unknown
configure: creating ./config.status
config.status: creating windows/Makefile
config.status: WARNING:  windows/Makefile.in seems to ignore the --datarootdir setting
config.status: creating avrdude.spec
config.status: creating Makefile
config.status: WARNING:  Makefile.in seems to ignore the --datarootdir setting
config.status: creating avrdude.conf.tmp
config.status: creating ac_cfg.h
config.status: ac_cfg.h is unchanged
config.status: executing depfiles commands
powerbook:avrdude-5.3.1 $
Au make ça plante et j'ai ça :

Bloc de code:
powerbook:avrdude-5.3.1 $ make
make  all-recursive
Making all in @WINDOWS_DIRS@
/bin/sh: line 0: cd: @WINDOWS_DIRS@: No such file or directory
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
powerbook:avrdude-5.3.1 $
Est-ce possible de faire quelques chose pour réussir ce patchage... :)