error code

Coding and general discussion relating to the compiler

Moderators: David Barker, Jerry Messina

Post Reply
richardb
Posts: 307
Joined: Tue Oct 03, 2006 8:54 pm

error code

Post by richardb » Tue Aug 26, 2008 9:52 am

Hi, Guy's

Does anyone know exactly what "too many Variables" means?in the error message of the compiler.
after this message i get a list of errors eg.
[error](8403):`M305_u08`not found

if i comment out this line from a sub

tGLCD.WriteAt(1,1,"XXXXXX " + DecToStr(gmodel))

it compiles fine and i get
27550 program bytes and 812 variable bytes.

I'm using usbcdc on an 18f4550
Hmmm..

Post Reply