Forum Index
CodeLimit problem with ZX-328n

 
Author Message
dkinzer
Site Admin


Joined: 03 Sep 2005
Location: Portland, OR

Posted: 20 February 2009, 4:50 AM    Post subject: CodeLimit problem with ZX-328n

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:
--code-limit=30K

If you prefer, you can also use this:
Code:
--code-limit=30720
Back to top
Display posts from previous:   
Page 1 of 1

 



ZBasic Microcontrollers Home
All content Copyright © 2005, 2006, 2007, 2008, 2009, 2010 Elba Corp. All Rights Reserved.
Opinions expressed in posts are those of the author and not necessarily those of Elba Corp.
Powered by phpBB © 2001, 2005 phpBB Group