Lattice C 4.0 Error
19-Jul-88 03:57:01
Sb: #1192-Lattice C 4.0 Error
Fm: Doug Winger 71001,1335
To: CHIP MATTSON 72017,442
Chip,
Looks like you might have run into a bug. I use lc when I'm recompiling a
bunch of files all at once using wildcards, or when I've 'put the final
touches' on a file. Normally, I use lc1 as a checker to find out what I've
misspelled or forgotten to put in. In fact, I usually force an error by
referencing something that's not defined early in the code so I don't have to
wait for it to make the quad file. When all is neat and tidy, then the lc gets
used to churn out the finished product and allows me the sublime pleasure of
trying to figure out what I did wrong. 8) For short things, you might want to
use LC. I even use that for larger projects, as you're left with a link file
you can edit for later use.
Doug