Hello,<br><br>I've successfully build asterisk 1.8.20.1 on my Raspberry Pi but having a problem with 'make config'.<br><br>Could you please fix configure for OSARCH = linux-gnueabihf ?<br>I see in configure:<br>
...<br> linux-gnueabi)<br> OSARCH=linux-gnu<br>...<br>but there is no support for high float.<br><br>After a temporary fix of Makefile:<br>config:<br>- @if [ "${OSARCH}" = "linux-gnu" ]; then \<br>
+ @if [ "${OSARCH}" = "linux-gnu" -o "${OSARCH}" = "linux-gnueabihf" ]; then \<br>I see that my init.d config was successfully created.<br><br>raspberrypi*CLI> core show version<br>
Asterisk 1.8.20.1 built by root @ raspberrypi on a armv6l running Linux on 2013-03-16 01:26:20 UTC<br>
<br>Thanks!<br>