Changes between Version 3 and Version 4 of Docs/Prog/Manual/Development/Setup
- Timestamp:
- 11/30/09 15:16:04 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/Development/Setup
v3 v4 1 = Setup =1 = Setup for Software Development = 2 2 3 3 == Setup 825 Weight Indicator == … … 8 8 9 9 [[Top]] 10 == Setup Build Environment == 11 * Free: 12 * GCC compiler – use command line tools – Must use Linux host, or Cygwin. GDB debugger, DDD graphical debugger. 13 * Purchase: 14 * !CodeWarrior – !MetroTrk debugger 15 * Sourcery G++ Coldfire uClinux version 10 == Setup Development Software == 16 11 17 Use Hyperterminal, Minicom or some other communications program for serial port debugging. 18 19 ''USB – BDM !CodeWarrior or CF-Flasher is needed to flash boot-loader for new board.'' 20 21 [[Top]] 22 23 [[PageOutline]] 24 25 = Environment Setup = 26 27 == About == 12 === About === 28 13 This document will discuss in detail how to setup your environment to program the Cardinal 825 Digital Weight Indicator. 29 14 30 == Features of the Cardinal 825 Programming Environment==15 === Features of the Cardinal 825 Programming Environment === 31 16 * Subversion integration for instant access to the latest source code. 32 17 * Full featured Eclipse IDE which is quickly becoming the standard for developers everywhere. … … 34 19 * Full debugging capabilities (coming soon). 35 20 36 == Required Files==21 === Required Files === 37 22 The following files should be included on the 8GB USB flash drive that was sent with your order. 38 23 39 24 * [http://www.vmware.com/products/player/ VMware Player] - Required to run the Cardinal Fedora 825 Programming Environment. 40 * Cardinal Fedora 11825 programming package25 * Cardinal Fedora 825 programming package 41 26 42 == Installing the Environment==27 === Installing the Environment === 43 28 1. Insert the 8GB USB flash drive into your computer. 44 29 2. Install VMware Player by double clicking on the icon in the directory of the flash drive. … … 58 43 5. Copy the Cardinal 825 Programming Environment package to your computer in any directory you wish. 59 44 60 == Starting the Environment==45 === Starting the Environment === 61 46 1. Start VMware Player by going to Start -> Programs -> VMware and choosing VMware Player 62 47 … … 93 78 [[Image(screenshot.18.jpg)]] 94 79 95 == Using the Environment==80 === Using the Environment === 96 81 97 === Welcome Screen===82 ==== Welcome Screen ==== 98 83 The welcome screen gives you basic information about the Eclipse IDE. You can choose to view the information by clicking on the individual images or simply close it by pressing the X button in the corner. 99 84 100 85 [[Image(screenshot.29.jpg)]] 101 86 102 === Project Explorer===87 ==== Project Explorer ==== 103 88 The project explorer gives you an overview of projects that are in your workspace. The Cardinal 825 Programming Environment is set to use /home/user/Workspace as the default workspace. You can change this by selecting File > Switch Workspace. 104 89 … … 115 100 * mscale - Multi-scale 116 101 117 === Task Repositories===102 ==== Task Repositories ==== 118 103 Task repositories list the available bug tracking repositories. The Cardinal 825 Trac repository has been setup for you but you will need to enter your individual username and password for the Trac site (the one you used to login to the Wiki). 119 104 … … 131 116 3. If you receive no errors you can press the "Save Password" checkbox and press Finish to save the settings. 132 117 133 === Task Queries===118 ==== Task Queries ==== 134 119 Task queries allows you to generate custom queries to view tickets for the Cardinal 825. 135 120 … … 163 148 [[Image(screenshot.32.jpg)]] 164 149 165 === Subversion===150 ==== Subversion ==== 166 151 Every project distributed with the Cardinal 825 Programming Environment comes ''attached'' to a Subversion repository. Subversion repositories allow you to get the most up to date source code with the click of a button. 167 152 1. Right-click on the HelloWorld project and choose Team -> Update.