PocketPC Development
Install CE GCC
Execute
pacman -S cegcc
to install CE GCC package group.
Configuring
Put following lines into /etc/profile.d/cegcc.sh
export PATH=/opt/cegcc/bin:$PATH export MANPATH=$MANPATH:/opt/cegcc/man:/opt/cegcc/share/man
Compiling applications
You may use tests/Cplusplus folder from cegcc-0.50-src.tar.gz source tarball as an example.