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.

wvdial cross compile issue

Hi,

After configuration command i am giving sudo make install command for root permission, then i am getting below error.

raghava@raghava-HCL-Notebook:~/CodeSourcery/Sourcery_G++_Lite/wvdial-1.61$ ./configure --prefix=/home/workspace CC=arm-none-linux-gnueabi-gcc --host=arm-linux
raghava@raghava-HCL-Notebook:~/CodeSourcery/Sourcery_G++_Lite/wvdial-1.61$ make
* Generating CC
* Generating CXX
./CXX -c wvdialer   
linking wvdial.a...
ar: creating wvdial.a
./CXX -c wvdial   
linking wvdial...
./CXX -c wvdialconf   
linking wvdialconf...
linking pppmon...
linking papchaptest...
raghava@raghava-HCL-Notebook:~/CodeSourcery/Sourcery_G++_Lite/wvdial-1.61$ sudo make install
[sudo] password for raghava:
* Generating CC
* Generating CXX
[ -d /usr/local/bin      ] || install -d /usr/local/bin
[ -d /etc/ppp/peers      ] || install -d /etc/ppp/peers
install -m 0755 wvdial wvdialconf /usr/local/bin
cp ppp.provider /etc/ppp/peers/wvdial
cp ppp.provider-pipe /etc/ppp/peers/wvdial-pipe
[ -d /usr/local/share/man/man1 ] || install -d /usr/local/share/man/man1
[ -d /usr/local/share/man/man5 ] || install -d /usr/local/share/man/man5
install -m 0644 wvdial.1 wvdialconf.1 /usr/local/share/man/man1
install -m 0644 wvdial.conf.5 /usr/local/share/man/man5
raghava@raghava-HCL-Notebook:~/CodeSourcery/Sourcery_G++_Lite/wvdial-1.61$

pls help

rgds,

raghava