Citation Envoyé par benasse Voir le message
Ca devrait marcher en modifiant ton configure.ac comme ça :

Code:
# tested on raspberry Pi, may be not valid for other ARM devices

case "${host}" in

armv7l-*-linux-gnueabihf*)

cflags="-mcpu=arm1176jzf-s -mfloat-abi=hard -mfpu=vfp -O3 -Wall"

march="armv7-a"
;;
http://www.adeleda.com/compiling-g72...bcg729-en.html
Merci pour ton aide, j'ai une erreur au moment de l'autogen:

---------------
root@ipbx:/tmp/tmpfs/asterisk-g72x-1.2# ./autogen.sh
./autogen.sh: 3: ./autogen.sh: autoreconf: not found
--------------
il me manque un truc ....