Page 1 of 1

CodeLimit problem with ZX-328n

Posted: 19 February 2009, 20:50 PM
by dkinzer
There is a configuration error in the compiler that causes it to believe that the code size limit for the ZX-328n is 14K rather than the actual limit of 30K. You can work around the problem by adding the option below to your .pjt file.

Code: Select all

--code-limit=30K
If you prefer, you can also use this:

Code: Select all

--code-limit=30720