SDKZSPF LSI, SDKZSPF Datasheet - Page 71

no-image

SDKZSPF

Manufacturer Part Number
SDKZSPF
Description
Manufacturer
LSI
Datasheet

Specifications of SDKZSPF

Lead Free Status / Rohs Status
Supplier Unconfirmed
without any changes. The compiler provides a debugging form of the
library, libg.a, which allows you to debug standard library functions.
Run-time libraries are specific to a particular target and their locations
are shown in
Table 3.8
The SDK compilers automatically link with the version of the library that
is appropriate for the intended target. Users who explicitly link in the run-
time libraries must be sure to select the library from the correct location.
The library functions are grouped into the following categories:
The *printf functions have been extended to allow printing of the q15
data type. A “%q” format specifier prints a 16-bit value in fixed-point
notation.
C Run Time Library Functions
Copyright © 1999-2003 by LSI Logic Corporation. All rights reserved.
Target
G1
G1G2
G2
String functions (string.h)
bcmp, bcopy, bzero, index, memchr, memcmp, memcpy, memmove,
memset, rindex, strcat, strchr, strcmp, strcpy, strcspn, strlen,
strncat, strncmp, strncpy, strpbrk, strrchr, strspn, strstr.
I/O functions (stdio.h)
fopen, fclose, fseek, rewind, fread, fwrite, fgetc, getc,
getchar, fgets, fputc, putc, putchar, fprintf, printf,
sprintf, vfprintf, vprintf, vsprintf
The filehandles stdin, stdout, and stderr are supported.
Pseudo-random number generation functions (stdlib.h)
rand, rand_r, srand, _lrand, _lrand_float
Memory allocation functions (stdlib.h)
calloc, free, malloc
Interprocedural control flow functions (setjmp.h)
Compiler
sdcc
zdxcc
zdcc
Run-time Library Location
Table
3.8.
Library Location
$SDSP_HOME/sdspI/lib
$SDSP_HOME/zspg2/libg1g2
$SDSP_HOME/zspg2/lib
3-17