Forum Index
HomeZBasic Home   Forum RulesForum Rules   Forum FAQForum FAQ   MemberlistMemberlist   UsergroupsUsergroups   RSS FeedRSS Feed
Site SearchSite Search   LinksLinks   DownloadDownload   Digests and SubscriptionsDigests and Subscriptions
ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in   RegisterRegister
CodeLimit problem with ZX-328n

 
Post new topic   Reply to topic    Forum Index -> ZBasic Native Mode
Author Message
dkinzer
Site Admin


Joined: 03 Sep 2005
Posts: 2493
Location: Portland, OR

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

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:   
Post new topic   Reply to topic    Forum Index -> ZBasic Native Mode Time synchro. with the server - Timezone/DST with your computer
Page 1 of 1

 


All content Copyright © 2005-2012 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