Next Previous Contents

10. Appendix i386

10.1 PXA Kernel preparation

You might have problems during "make dep" with a pxa kernel for XSCALE Processors (H5400, IPAQ3970).

In this case either your gcc and or your binutils / glibc is maybe old.

You can download an actual version from ftp://ftp.gnu.org/gnu/.

You should create your own i386gcc3xx dir and place the downloads there. Load (this is actual on 19.04.2003)

  1. gcc\gcc3.2.2\gcc-3.2.2.tar.bz2
  2. glibc\glibc-2.3.2.tar.bz2
  3. glibc\glibc-linuxthreads-2.3.2.tar.bz2
  4. binutils\binutils.2.13.2.1.tar.bz2

This contains all necessary parts of the pxa required gcc. Unpack it, where you have space enough (you may want to name the subdir gcc32i386).

Next you have to configure/make the different parts. Therefore create xxx-build dirs on the same dir level where you unpacked the tars and configure/make the parts.


Next Previous Contents