PocketPC Development

From ArchWiki

Jump to: navigation, search
Image:Tango-document-new.png This article is a stub.
This typically means the article is a placeholder for more content to come. Knowledgeable users are encouraged to help expand the article.

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.

Personal tools