Dynamic C 10.7 + RCM6710 - Lib.Dir

I’m using the Dynamic C compiler 10.70, with RCM6710 CPU, when I used a library function causes this error, I have not configured the Lib.dir! How do I fix? It is necessary to use the lib.dir standards for libraries?

line 20 : ERROR Rabbitbios.c : ‘SYSIODEFS.LIB’ cannot be found.
line 21 : ERROR Rabbitbios.c : ‘SYSCONFIG.LIB’ cannot be found.
line 22 : ERROR Rabbitbios.c : ‘BOARDTYPES.LIB’ cannot be found.
line 25 : ERROR Rabbitbios.c : Constant expression expected.
line 25 : ERROR Rabbitbios.c : R4000 is out of scope/ not declared.
line 25 : ERROR Rabbitbios.c : Must define at least one #rcodorg origin directive.
line 25 : WARNING Rabbitbios.c : Reference to ‘CPU_ID_MASK’ has no corresponding prototype.
line 48 : ERROR Rabbitbios.c : ‘STDBIOS.C’ cannot be found.
line 61 : ERROR Rabbitbios.c : Out of root code space. Please refer to the Dynamic C User’s Manual for more information.

Tks

Hello , which library function did you use in your application? Did you try to run any of the default sample application that comes with the dynamic c?

Thanks.