Maybe I'll first grep "^include 18f" in sample file in order to know if it needs -no-variable-reuse. If a 18F sample fails to compile, it'll try without -no-variable-reuse, and takes long to compile. "grep" should do the trick.
Cheers, Seb 2010/4/5 mattschinkel <[email protected]> > Here's an idea seb... > > compile all samples with -no-variable-reuse, if any fail to compile > (due to lack of ram/program space), do a second compile attempt on the > failed samples without -no-variable-reuse > > Matt. > > -- > You received this message because you are subscribed to the Google Groups > "jallib" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<jallib%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/jallib?hl=en. > > -- Sébastien Lelong http://www.sirloon.net http://sirbot.org -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
