111
TIDE and Tibbo BASIC User Manual
©2000-2008 Tibbo Technology Inc.
L1003
Description:
During linking, one or more addresses remained unresolved. That means that
these addresses are referenced from one or more compilation units but are never
defined.
See Also
L1004
Description:
This error means that when linking two object files, the linker encountered a
situation where the import is a data address and the export is a code address or
vice versa.
L1005
Description:
Since all memory allocation is static, recursion is not supported. This error occurs
whenever the linker encounters recursion (direct or indirect).
See Also
L1006
Description:
The TiOS Virtual Machine may hold up to 255 stack locations. This error occurs
when the linker needs to reserve more stack locations. That does not necessarily
mean that the direct call chain in program is 255 calls long. Each independent
doevents statement approximately doubles the required needed stack locations.
79
62
4