// HEL Library \\

 
Main Page | Modules | Related Pages

Installation

HEL Library comes in two forms. One for debug purposes, using Assertion Checking and one for the final release, which does not include ASSERT's and is faster and smaller.

Both libraries are called libhel.a and they are located in the lib directory from the HEL ZIP archive, which you probably just downloaded. You will see two subfolders in the lib directory, one is called debug and the other one is called release.

Copy libhel.a either from the debug or release directory into ham/gcc-arm/lib from your HAM installation.

Then you must also copy the HEL headerfile (hel.h) in order to get access to the functions. To do this, copy hel.h from HEL's src directory into the folder ham/include from your HAM installation.


Use one of the HEL demo projects, which come along with this archive, to test if HEL is working.

To link libhel.a to a project, you must add one line to the project makefile. Open the makefile from the project where you want to use HEL and add below OFILES this line:

ADD_LIBS += $(GCCARM)/lib/libhel.a


Now it's ready to compile!
Please keep in mind, you must have HAM installed and HAMlib linked as well, otherwise HEL doesn't work right and spites out errors.


Generated on Sun May 22 18:53:56 2005 by DoxyGen 1.3.9.1