Renesas TM V.3.20A Especificaciones Pagina 231

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 762
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 230
Renesas Technology, Tools FAQs
Last Updated: December 20, 2002
Document Number: 02120503_e
Q.
When I execute a compile, the following error occurs: "internal error: object table overflow".
A.
The object table overflow error often occurs when too many symbols (function names, variable names, etc.) are described within
one C language file.
In this case, either reduce the number of symbols or specify the -XX option at the compile. A maximum of number of 10,000
symbols are acceptable without specifying the -XX option.
-XX option specification example: set the max. number of symbols to 20,000.
--------------------------------------
% cc32R -c -XX=20000 file.c
--------------------------------------
[Note]
Be careful not to set an excessively large number as -XX. An excessive number of symbols may cause an "out of memory,
cannot allocate object table" error to occur.
For more details, please refer to Section 3.2.1 Command Options in the M3T-CC32R User's Manual (C Compiler).
Top of Page | Back to Previous Page
Terms of Use Privacy Policy
(C)2004 Renesas Technology Corp., All Rights Reserved.
Vista de pagina 230
1 2 ... 226 227 228 229 230 231 232 233 234 235 236 ... 761 762

Comentarios a estos manuales

Sin comentarios