How do I install pppd & chat on AM335x Starter Kit?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
How do I install pppd & chat on AM335x Starter Kit?
you can download from here, it was working for me with this configuration
./configure --target=arm-linux --enable-arm --prefix=/usr/local/arm/3.3.2/arm-linux/ make CC=/usr/local/arm/3.3.2/bin/arm-linux-gcc make DESTDIR=`pwd`/../ppp_struct install
make CC=/usr/local/arm/3.3.2/bin/arm-linux-gcc
try to configure as per your setup, thy to look at: http://www.linuxfromscratch.org/blfs/view/6.3/basicnet/ppp.html
it is very helpful blog.
Best luck