This is a group for folks designing and programming embedded systems using the Rabbit Semiconductor C-programmable microcontroller. Rabbit Semi is a spin-off from Z-World who makes a variety of embedded modules and tools. This group is not affiliated with either Rabbit or Z-World, but is a user forum for sharing ideas, asking questions,
flaunting knowledge, and other typical user group stuff. The Rabbit is a powerful uC, supported by a full-featured C-compiler.
Hello! I'm working with R3000, and in my program I need to define 386 parameters. But when
I build a 2-dimensional array:
unsigned char tableParam[386][4];
When I insert the code for each parameter:
Example: strcpy (tableParam [0], "ITS");
So until the 386 parameters that need.
When compiling I get the following error:
Global symbol table overflow, increase symbol table size
Where can I get the size of the table and increase it?
Thank you very much.
I would appreciate any advice
------------------------------------

(You need to be a member of rabbit-semi -- send a blank email to rabbit-semi-subscribe@yahoogroups.com )