Page 1 of 1

Compiling Error

Posted: Mon Aug 31, 2020 1:12 pm
by jollybv
Hi Guys

I have a strange problem and not sure what to do when I compile i get an error which does not make sense see the picture below
Error.JPG
Error.JPG (30.26 KiB) Viewed 4345 times
If i disabel the text that has been circled below it compiles without error, what could be the problem?
Message.JPG
Message.JPG (24.23 KiB) Viewed 4345 times

Re: Compiling Error

Posted: Mon Aug 31, 2020 2:24 pm
by medelec35
Hi Brian,
That error message is just stating that your target device did not have enough memory to allow successful compiling.
As you have not included your flowchart wont be able to help any further,
What able reducing sizes of strings you have to a minimum value, instead of leaving at the default size of 20?
Or choose a device that has more ROM memory?

Re: Compiling Error

Posted: Mon Aug 31, 2020 3:41 pm
by jollybv
Hi Martin

Thanks for that i reduced the size of some of the String variables and problem sorted.

Re: Compiling Error

Posted: Mon Aug 31, 2020 5:11 pm
by medelec35
That's great!
Thank you for the update. :)