----- Original Message ----- From: "Harris Mark Hatzopoulos" <h.hatzopoulos@xxxxxxxxxxxxxxxxxxxx>
. .
However when I compile I am told efs.h no such file... I have included the directory of the libefsl.a file in the compiler but cannot get my program to compile.
You also need to specify the location of efs.h .eg, in the command line, specify -I/home/me/headers (assuming efs.h is in /home/me/headers).
Cheers,Rob