Specifications

SHARP CORPORATION
Sharp SL-series Zaurus “Qtopia” Development Start-up Guide
Ver 1.11, February 28, 2003, 16/63
1.2.2. Check compiler setup for ARM
Alternatively, you may want to build an ARM version to run on the SL-series Zaurus.First, run the ARM
environment script in your home directory from a shell session.
$ ./dev-arm-qpe.sh
If you are building an ARM version right after x86 build, you should have a Make file in the example directory. If
there is a Makefile, you need to remove it. It is essential that you do this, or make sure you do not have Makefile
before you execute tmake. Also, make sure to run “make clean” within /opt/Qtopia/example to clean out the old
temporary files from the x86 configuration.
$ cd /opt/Qtopia/example
$ make clean
$ rm Makefile
Run tmake again to create the Makefiles for ARM compiling.
$ tmake –o Makefile example.pro
To build the ARM binary, run make from within that directory.
$ make
Once it has built to run (you should have “example” file in the same directory), it will need to be copied over to the
Zaurus (e.g. /home/QtPalmtop/bin) and execute it from the console.