ARM SDK PATCHES

Name Collision Patch - Readme

Some compilers may have name collision problems with the type definitions in the 2.0 version of arm.h. If you are experiencing compile errors, you may want to download arm.h version 2.01. All of the type definitions in arm.h version 2.01 are prefixed with 'arm_' to prevent name collisions.

Note: The 2.0 sample programs will not compile with the version 2.01 arm.h without modification.

Downloading and Installing SDK Patches

Most browsers will download these files when you click on the file name. Netscape Navigator users can download a file by holding down the <shift> key while clicking the left mouse button on the file name.

For Unix users:
  1. Download the file arm201.h into your <armsdkdir>/include directory.

  2. Rename your current arm.h file to armh.bak or the name of your choice.

  3. Rename arm201.h to arm.h.

For Windows NT, Windows 95 and OS/2 users:
  1. Download the file arm201.h to your system placing the file your <armsdkdir>\include directory.

  2. Rename your current arm.h file to armh.bak or the name of your choice.

  3. Rename arm201.h to arm.h

Last updated 4 Dec 98.