After connecting a usb key wait few seconds and run fdisk /dev/sda ( do not try to mount it) All fat32 partitions needs to be deleted and 2 linux partitions needs to be created, the 2nd one for swap with 256MB. Commands for fdisk: ? ; gives a list of commands p ; list of partittions d ; delete a partition n ; create a new partition - for the main partition the type is 83 for swap 82 - it wby Dan - Debian
ianw Wrote: ------------------------------------------------------- > To compile asterisk on dockstar, you need to > manually change makeopts before you type make. > > change PROC=armv5tel to PROC=arm, then run make Thanks a lot, that did the trick. I was thinking that string it's the problem but didn't know where to change it :)by Dan - Debian
Hi guys, I've installed debian squeeze following Jeff's guide. I was trying to install Asterisk 1.8 using this guide. When I'm running ./configure I'm getting an error (seems that doesn't have a C compiler or doesn't know where to find it): checking build system type... armv5tel-unknown-linux-gnueabi checking host system type... armv5tel-unknown-linux-gnueaby Dan - Debian