CodeLimit problem with ZX-328n
Posted: 19 February 2009, 20:50 PM
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.
If you prefer, you can also use this:
Code: Select all
--code-limit=30K
Code: Select all
--code-limit=30720