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
errors occurred in the back-end build process, what next?

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


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

Posted: 25 June 2010, 21:45 PM    Post subject: errors occurred in the back-end build process, what next? Reply with quote

The back-end build process is the final stage of converting the ZBasic code to AVR executable code for native mode ZX devices. Normally, this phase will complete without error but there are a number of things that can go awry. To determine why it's happening we need more information.

One way to get the additional information is to add the --verbose option to your project file. You do this by selecting the "Open Project File" entry from the Options menu of the IDE. Your project file will appear in one of the tabbed windows. Add the following line near the the top of the project file:
Code:
--verbose
Now, when you press F7 to compile the project you'll get a stream of command lines and other information appearing in the Output window of the IDE. If an error does occur in the back-end build process, it will be visible in that message stream. The entire block of text can be selected in the Output window using the mouse and copied to the clipboard using ctrl-C. Then, you can paste it in the edit box (surrounded by "code" tags) in a forum post or email it to us for analysis. The --verbose option can be left in the project file but commented out by inserting a pound sign as the first character of the line.

Depending on what is discovered in the verbose output, we may ask you to add other options to the project file so that the intermediate files are saved and then can be examined.
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