1
User Request for Applications / Alpine For Cacko
« on: May 22, 2008, 05:35:22 am »
Has someone tried/succeed to compile the Alpine mail client for cacko?
http://www.washington.edu/alpine/
http://www.washington.edu/alpine/
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
cd /mnt/card
mkdir debroot
tar -xvzpf zaurus-debian-*.tgz
chmod +x /usr/bin/startdebian.sh
chmod +x /usr/bin/stopdebian.sh
chmod +x /usr/bin/Crd
startdebian.sh
mkdir -p ${DEBROOT}/mnt/cf
mount --rbind /mnt/cf ${DEBROOT}/mnt/cf
umount ${DEBROOT}/mnt/cf
Crd aterm
# depmod -a
# modprobe mini_fo
# mkdir /mnt/card/zgcc
# mkdir /mnt/card/zgccrw
# mkdir -p /opt/native/arm/3.4.4-xscale-softvfp/
# mount -o loop /mnt/card/zgcc-3.4.4.img /mnt/card/zgcc
# mount -t mini_fo -o base=/mnt/card/zgcc,sto=/mnt/card/zgccrw /mnt/card/zgcc /opt/native/arm/3.4.4-xscale-softvfp/
# ls /opt/native/arm/3.4.4-xscale-softvfp/include/
FlexLexer.h bfd.h c++ symcat.h
ansidecl.h bfdlink.h dis-asm.h
# rm /opt/native/arm/3.4.4-xscale-softvfp/include/symcat.h
# ls /opt/native/arm/3.4.4-xscale-softvfp/include/
FlexLexer.h ansidecl.h bfd.h bfdlink.h c++ dis-asm.h
# touch /opt/native/arm/3.4.4-xscale-softvfp/include/myheader.h
# ls /opt/native/arm/3.4.4-xscale-softvfp/include/
FlexLexer.h bfd.h c++ myheader.h
ansidecl.h bfdlink.h dis-asm.h
#
error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory.
ln -s /opt/cross/arm/3.4.4-xscale-softvfp/armv5tel-cacko-linux/bin/armv5tel-linux-gcc /home/pgas/distcc/gcc
ln -s /opt/cross/arm/3.4.4-xscale-softvfp/armv5tel-cacko-linux/bin/armv5tel-linux-g++ /home/pgas/distcc/g++
ln -s /opt/cross/arm/3.4.4-xscale-softvfp/armv5tel-cacko-linux/bin/armv5tel-linux-c++ /home/pgas/distcc/c++
export PATH=/home/pgas/distcc:$PATH
- run distccd (I believe that distcc is included in the cross sdk, else install it) like that distccd --daemon -a 192.168.1.20mkdir -p /opt/native/arm/3.4.4-xscale-softvfp
mount -o loop zgcc-3.4.4.img /opt/native/arm/3.4.4-xscale-softvfp
- create links so that distcc is used instead of the actual gccmkdir /home/root/distcc
ln -s /opt/native/3.4.4-xscale-softvfp/armv5tel-cacko-linux/bin/distcc /home/root/distcc/gcc
ln -s /opt/native/3.4.4-xscale-softvfp/armv5tel-cacko-linux/bin/distcc /home/root/distcc/g++
ln -s /opt/native/3.4.4-xscale-softvfp/armv5tel-cacko-linux/bin/distcc /home/root/distcc/c++
export PATH=/home/root/distcc:$PATH
- indicate where the server isexport DISTCC_HOSTS=192.168.1.10