|
An answer to the above error - probably widely known, but I didn't find it, so posting as a reference for anyone who trips over it in the future...
IDE V 5.3.1, Compiler 5.3.1
Symptoms - when compiling, the error
"Error: Could not get Memory Usage table" is produced At the end of the compile, in the Memory summary the total free is massively negative, and a further error:
"Error: Available Program Memory on Device exceeded" is produced
Cause - long path names, especially including spaces. I was working on a network drive in a deep path. Moving to a short path on a local drive fixed the issue.
|