Home

Compiler Installation

image

Contents

1. 19 3 3 2 Compiler Update 20 3 3 3 Extended Support Option 20 3 3 4 Minor Updates 20 3 3 5 Contacting Technical Support 21 3 4 Ordering Parts 21 3 5 HI TECH Software Resellers Worldwide 21 4 Getting Started 25 4 1 Sample Program 25 4 2 Using HPDPIC 26 4 3 Using PICC 27 PICC Quick Start Guide 1 4 3 1 Output File Format Selection 4 4 Running your program YOU SHOULD CAREFULLY READ THE FOLLOWING BEFORE INSTALLING OR USING THIS SOFTWARE PACK AGE IF YOU DO NOT ACCEPT THE TERMS AND CONDI TIONS BELOW YOU SHOULD IMMEDIATELY RETURN THE ENTIRE PACKAGE TO YOUR SUPPLIER AND YOUR MONEY WILL BE REFUNDED USE OF THE SOFTWARE INDICATES YOUR ACCEPTANCE OF THESE CONDITIONS To ensure that you receive the benefit of the warranty described below you should complete and sign the accompanying registration card and return it to HI TECH Software immediately or register your product online via our web site SINGLE USER SOFTWARE LICENSE AGREEMENT HI TECH Software a division of Gretetoy Pty Ltd of 33 South Pine Road Alderley QLD 4051 Australia provides this software package for use on the following terms and cond
2. Quick Start Guide HI TECH PICC Quick Start Guide Copyright 02002 HI TECH Software All Rights Reserved Printed in Australia Fifth Printing May 2002 HI TECH Software A division of Gretetoy Pty Ltd ACN 002 724 549 PO Box 103 Alderly QLD 4051 Australia Email hitech htsoft com Web http www htsoft com FTP ftp htsoft com 1 Introduction 7 1 1 What s On the CD ROM 8 1 2 Using This Guide 8 1 3 System Requirements 9 2 Compiler Installation 11 2 1 Windows Installation 11 2 1 1 Compiler Install Program 12 2 1 2 Installing Additional Applications 13 2 1 3 Accessing the Compiler 13 2 2 UNIX Linux Installation 13 2 2 1 Accessing the Compiler 15 2 3 Registration and Security Information 15 2 3 1 Overview 15 2 3 2 Activating the Compiler under Windows 16 2 3 3 Activating the Compiler under Linux UNIX 17 3 Getting Information 19 3 1 Online Help 19 3 2 Online Manuals 19 3 3 Technical Support 19 3 3 1 Registration and Free Technical Support
3. and for ensuring the correct operation of your application software and hardware HI TECH Software s sole and maximum liability for any defects in this package is limited to the amount you have paid for the licence to use this software HI TECH Software will not be liable for any consequential damages under any circumstances unless such exclusion is forbidden by law Trade Marks The following are trademarks of HI TECH Software Pacific C HI TECH C Lucifer PPD HPD and HI TIDE The following are trademarks of Microchip Technology Inc licensed exclusively to HI TECH Software PICC PICC Lite and PICC 18 Other trade marks and registered trademarks used in this document are the property of their respective owners HI TECH PICC Quick Start Guide 5 Introduction Welcome to HI TECH PICC for Windows 9x Windows NT 2000 XP Linux and UNIX PICC is more than a compiler it is complete development system for and assembler With features like an integrated development environment assembler free programming and an intelligent optimizer you can develop exceptionally tight and fast code with ease NOTE By default this package runs in time limited 21 days demo mode After purchasing a license you will need to register the compiler in order to receive an activation key Then using the received activation key you can activate the compiler to take advantage of all the compiler s features and to remove the time limitation
4. If you change your contact details please let HI TECH Software know 3 3 2 Compiler Update A compiler update may be purchased at any time to update your compiler to the current version Please note that when purchasing a compiler update it comes with no added technical support and is a one off compiler update only 3 3 3 Extended Support Option An Extended Support Option can be purchased at any time and offers the customer the following items g 12 months unlimited technical support g The current version of the compiler for those customers who require it g All compiler specific updates released during the extended support period via our web site The Extended Support Option may be ordered via our online ordering page on our web site If you choose not to take out the Extended Support Option you may still send technical support requests but considerable delays may be experienced 3 3 4 Minor Updates From time to time minor updates of the compiler will be made available on the HI TECH Software web and ftp servers www http www htsoft com 20 fip ftp htsoft com These updates may be downloaded free of charge Please note that updates will not upgrade from one major version to another Upgrades may be purchased individually as stated above 3 3 5 Contacting Technical Support Technical support may be contacted in one of the following ways email support htsoft com Using the on line support request form on our web site
5. and Command Line Compiler Driver in the user s guide One thing should be made clear with embedded programming there really is no such thing as a quick start There are several variables e g the hardware memory I O devices and the software all of which must be exactly right or the program will simply not work There are no error messages when your embedded program crashes itis a black box Be prepared to check everything carefully and if possible start with known working hardware Debugging hardware and software at the same time squares the degree of difficulty 4 1 A Sample Program include lt pic h gt Demo program flashes LEDs on Port B responds to switch press x on RA1 Usable on PICDEM board define PORTBIT adr bit unsigned amp adr 8 bit static bit button 8 PORTBIT PORTA 1 main void unsigned i unsigned char j TRISB 0 all bits output 1 0 for PORTB 0x00 Euro all om y for i 16000 i PICC Quick Start Guide 25 Getting Started continue PORTB j output value of j for i 16000 i continue if button 0 if switch pressed increment j The small sample program shown is written for the PIC16C84 processor running on the Microchip PICDEM 1 demo board which has 8 LEDs attached to Port B It loops forever flashing the LEDs If your hardware is different as it almost certainly is
6. are bound by this agreement if you use the software 12 The install program will inform you if the installation was not successful If the compiler does not install and you are unable to resolve the problem yourself contact technical support Section 3 3 5 on page 21 has contact details 2 1 2 Installing Additional Applications The CD ROM contains a version of the Abode Acrobat PDF reader This program allows you to view the PDF version of the user s guide If you wish to install it first quit any web browser running run the self extracting archive in the manual acrowin directory of the CD ROM drive and follow the instructions on the screen The CD ROM also contains a version of Microchip s MPLAB IDE This program is not necessary to run the compiler but it can be used to perform simulation or emulation if you have the appropriate hardware of compiled code If you wish to install this program onto your system run the self extracting archive in the mplab directory on the CD ROM MPLAB documentation is also provided in this directory 2 1 3 Accessing the Compiler command line compiler driver is PICC picc exe This is normally the only command you need to access the compiler but you may also want to run other applications such as the assembler or linker directly See the user s manual for more information on the compiler s applications 2 2 UNIX Linux Installation As Linux and specific UNIX systems are simi
7. the installed compiler Activation must be performed by a user with write permissions to the distribution directory The registration information sent to you or which you obtained on line will have the appropriate command line to execute After running the command the compiler should be activated The demo mode disclaimer should not be displayed when subsequently running the compiler PICC Quick Start Guide 17 Compiler Installation 18 Getting Information 3 1 Online Help A limited amount of online help is available via the HI TECH Professional Development HPD environment or via the command line In HPD help may be accessed via the Help menu option help button will also appear at various times e g during compilation when an error occurs which provides context sensitive help The command line compiler will give a list of available options via the help option 3 2 Online Manuals The online manual is comprehensive guide to using the compiler It is provided on the CD ROM under the manual directory but is also copied to your distribution directory by the installer The manual is provided in both Acrobat format manual pdf and HTML format htmlVindex htm printed version of the manual can also be purchased through either HI TECH Software directly or any of our resellers The PDF version of the manual may be viewed using any PDF display program Acrobat Reader is supplied on the CD ROM for viewing t
8. you should write a similar program tailored for your particular hardware Flashing LEDs is however a good place to start as it provides a visual indication of program function If you don t have LEDs attached then you could monitor an output port line with an oscilloscope or logic probe Alternatively you could even monitor address lines with an oscilloscope or logic analyser The idea is to be able to determine that the program is running correctly using a minimum of resources so as to remove as many variables as possible from the problem Once the first program is running it is easier to progress from that point than to try and run a complex program from the beginning To get this program running you will need to compile it either using HPDPIC the integrated development environment or PICC the command line compiler driver 4 2 Using HPDPIC To enter this program simply follow these steps O Start HPDPIC open a Command Prompt DOS box then type hpdpic then press enter If you have installed HPDPIC properly it will be in your search path You should have on screen menu bar large edit window and smaller message window O Start typing the program text in the edit window The editor command keys allow either the standard PC keys arrow keys etc or WordStar compatible keystrokes O After typing the complete program with any modifications necessary for your hardware save the file by pressing alt s A dialog box wil
9. 9 6291 416 741 Email info reichmann me de COMSOL GmbH Phone 49 0 7253 278 178 Fax 49 0 7253 278 177 Email info comsol gmbh de Embedded Systems Solutions Pvt Ltd Phone 91 80 342 3027 Fax 91 80 332 5615 Email esaindia Qvsnl com Ashling Microsystems Ltd Phone 353 61 33 4466 Fax 353 61 33 4477 Email Grainne Barry Qashling com Elina Micro Ltd Phone 972 3 649 8544 Fax 972 3 649 8745 Email zion elina micro co il ITALY ITALY JAPAN KOREA NETHERLANDS NEW ZEALAND NORWAY SOUTH AFRICA SPAIN SWEDEN SWITZERLAND Grifo SNC Phone 39 051 892 052 Fax 39 051 893 661 Email sales grifo com Inware Phone 39 2 665 04794 Fax 39 2 665 08225 Email A Cirella Qinware it UNIDUX INC Phone 81 422 32 4111 Fax 81 422 32 0331 Email yamato Qunidux co jp Comfile Technology Phone 82 271 12592 Fax 82 271 12593 Email comfile comfile co kr Tritec Benelux BV Phone 31 184 414131 Fax 31 184 423611 Email development tools tritec nl Brent Brown Phone 64 7 849 0069 Fax 64 7 849 0069 Email brent brown clear net nz Component 74 Eidsvold A S C74 Phone 47 63 95 60 10 Fax 47 63 95 10 19 Email kjell c74 no Avnet Kopp Pty Ltd Phone 27 11 444 2333 Fax 27 11 444 1706 Email Noel avnetkopp co za Sprint Tronica System SL Phone 34 1 319 46 97 Fax 34 1 308 47 70 Email franlp iies es Nohau Elektronik AB Phone 46 40 592200 Fax 46 40 592229
10. Email info nohau se COMSOL Schweiz AG Phone 41 31 998 44 11 Fax 41 31 998 44 18 Email bergstroem comsol ch HI TECH PICC Quick Start Guide 23 Getting Information TAIWAN UK UK UK USA USA USA USA 24 Microtime Computer Inc Phone 886 2 2881 1791 Fax 886 2 2882 0836 Email bright microtime com tw GREY MATTER LTD Phone 44 8703 66 55 66 Fax 44 8703 66 55 77 Email maildesk greymatter com Nohau UK Ltd Phone 44 196 273 3140 Fax 44 196 273 5408 Email cliffm Nohau co uk Computer Solutions Ltd COMSOL Phone 44 I 932 829 460 Fax 44 I 932 829 460 Email sales computer solutions co uk CMX Company Phone 1 904 880 1840 Fax 1904 880 1632 Email cmx cmx com Software LLC Phone 1 800 735 5715 Fax 1 408 848 5784 Email sales Qhtsoft com Copeland Electronics Inc Phone 1 614 475 1690 Fax 1 614 882 6062 Email info copelandelectronics com Taylor River Real Time Phone 1 603 929 6435 Fax 1 603 696 6353 Email info taylorriver com Getting Started For new users of the PICC compiler the following section provides a step by step guide to getting your first program running in a target system You ll need working PIC system and some means of programming the PIC Of course you ll need to have installed the compiler as described in the previous chapter You will find complete guide to using HPDPIC and PICC in the chapters Using HPDPIC
11. Environment PICC can be run entirely from the HI TECH Professional Development environment This environment allows you to manage all of your PIC projects You can compile assemble and link your embedded application with single step Features PICC is an ANSI C compiler supporting all standard data types including floating point Features of the compiler include O Unlimited number of source files Multiple optimization levels Comprehensive library with source code Floating point support 24 bit and 32 bit IEEE Mixed C and assembler programming Optimizing assembler 020000 Full linker with overlaying of local variables to minimize RAM usage 1 The HI TECH Professional Development environment HPD is not available under Linux or UNIX systems HI TECH PICC Quick Start Guide 7 Introduction 1 1 What s On the CD ROM PICC has everything you need to develop applications for Microchip s extensive range of low power 12 14 16 17 series PIC microcontrollers This package includes O The Windows and Linux versions of the PICC Compiler O PICC comprising HI TECH Professional Development environment ANSI C Compiler Intelligent optimizer Optimizing assembler Full relocating linker Comprehensive library including floating point and full source I PICC manual in PDF format HTML format I This Quick Start Guide in PDF format O Adobe Acrobat reader O Third Party Development Tools su
12. ROM drive 2 1 1 Compiler Install Program The install program performs several tasks O It installs onto your system the full version of the compiler including all applications header files libraries and sample and library source code to the specified distribution directory O It adds to the PATH variable the BIN directory of the distribution O It sets the HTC PIC environment variable to be the distribution directory I It also installs the PDF and HTML versions of the user s guide The installer does NOT register the software Registration can be performed anytime after you receive a serial number and registration key These are supplied with the software CD and printed material shipped after you purchase a compiler license They are located on the inside cover ofthe printed version ofthe Quick Start Guide See section 2 3 2 on page 16 for more information on the security and registration of this compiler After the install program is run you will see several preliminary dialog boxes displayed The main install window is entitled PICC Compiler Setup From this point the installation process is relatively standard Read the instructions presented in the dialog and follow the prompts It is required that the compiler is not installed into a directory whose path contains space characters as this will cause compiler components to read the wrong number of arguments Read the license agreement shown by the install program as you
13. a file containing the program You can use whatever text editor you are familiar with as long as it can create a plain ASCII file The MS DOS edit command is satisfactory Save the file as sample c To run PICC type sample c If you are compiling for the 16C84 for example you should add the 16C84 option e g picc 16c84 sample c This generates code for the 16C84 instruction set If you have correctly entered the sample program no error messages should result If you do get error messages edit the program to correct the errors and recompile with PICC as before Here is sample output from PICC C HT PIC SAMPLES gt pice sample c HI TECH COMPILER Microchip PIC V8 00PL2 Copyright C 1984 2002 HI TECH SOFTWARE Serial no HCPIC 12345 Licensed to PICC Quick Start Guide 27 Getting Started Joe Citizen HI TECH Software Select chip type from one of 12C508 12C509 14000 16C52 16C54 16C54A 16C55 16C554 168556 ms Type 16c84 Memory Usage Map Program ROM 50000 50005 0006 6 words Program ROM 03E0 03FF 0020 32 words 50026 38 words total Program ROM Bank 0 RAM 000C 000D 0002 2 bytes total Bank 0 RAM Program statistics Total ROM used 38 words 3 7 Total RAM used 2 bytes 5 6 Points to note O The processor was not specified so PICC prompted for the processor O PICC has printed a short summary of memory usage 4 3 1 Output F
14. an activation key via e mail which will fully activate the compiler and remove the time limited operation Keep your serial number registration key activation key and the exact user name you specified when registering in a safe place for future reference This way you do not need to contact us again if you need to re install the compiler 2 3 2 Activating the Compiler under Windows To activate your installed PICC compiler run from the Start Menu the following program Start Programs HI TECH Software Compiler Activation This program will activate your PICC compiler and remove all demo mode limitations 16 After the program is run select the compiler type you wish to activate from the list if more than one selection appears Proceed to the next window by selecting the next button In this window enter your serial number the serial number prefix has already been inserted Next enter the owner s first and last name as specified when registering the license then enter the activation key Select the activate button to complete the activation process window will tell you whether your activation has succeeded failed If the process failed try again making sure you have not entered spaces after any of the information inserted Once activated the demo mode disclaimer should not be displayed when subsequently running the compiler 2 3 3 Activating the Compiler under Linux UNIX Once you have your activation key you can activate
15. ch as e Microchip s MPLAB IDE e Phyton Project MC e Salvo RTOS Demo Version e TechTools Design Environment 1 2 Using This Guide This guide is an introduction to PICC It tells you How to install PICC How to register your copy of PICC How to activate your PICC compiler How to use the on line manual How to get started with your first program 00 How to get technical support 1 3 System Requirements PICC runs any Intel based PC and UNIX machines For use on PC PICC requires O Windows 9x or later or Windows NT 3 51 or later including 2000 and XP or any version of Linux O A personal computer with a Pentium processor or better O Hard disk with 15Mb of available disk space O CD ROM drive For use on UNIX machines PICC requires O Hard disk with 15Mb of available disk space PICC Quick Start Guide 9 Introduction 10 Compiler Installation The compiler installation procedure depends on the operating system which you are using however in all cases the procedure followed is I Optional installation of software downloaded from HI TECH s web site O Purchase of a license O Receipt of the physical software package via courier along with serial number and registration key O Registration of your compiler and customer details with HI TECH Soft ware after which we will send you the activation key and O Activation of your compiler using the activat
16. dd the line setenv HTC PIC home hitech Bourne shell user will require the following lines in profile HTC PIC home hitech export HTC PIC Again replace the directory name with whatever you have chosen Run the command setup as a user with write permissions to the distribution directory The compiler will then operate in demo mode and can be used immediately by an ordinary user Registration of the compiler will need to be performed to remove the demo mode restrictions See 2 3 3 on page 17 for more information on activating the compiler If you wish to install the acrobat reader this is located in the directory acrobat Uncompress and extract this package using the following gzip d filename gz tar xf filename tar where filename is the name of the file present in the directory Run the INSTALL program to install the package onto your system 14 2 2 1 Accessing the Compiler The UNIX Linux command line compiler driver is picc This is normally the only command you need to access the compiler but you may also want to run other applications such as the assembler or linker directly See the user s manual for more information on the compiler s applications The command line options are the same as for MS DOS just use the command as described later 2 3 Registration and Security Information 2 3 1 Overview Both the Windows and Linux version of this compiler have new in built security feature
17. he manual in this format The HTML version of the manual may be viewed using any HTML browser with support for HTML version 1 or greater 3 3 Technical Support This section provides details of technical support for product purchased directly from HI TECH Software If you did not purchase this product directly from HI TECH Software always contact your supplier first for technical support Please make sure when requesting technical support to always supply your serial number 3 3 1 Registration and Free Technical Support In order to receive free technical support you will need to register your copy of the compiler This can be done in one of the following ways O On our web site http www htsoft com Go to the registration page and HI TECH PICC Quick Start Guide 19 Getting Information submit your details recommended O mailto register htsoft com the completed regform txt file which is located in the top directory of your distribution O Fax to 61 7 3552 7778 either the regform pdf located in the top level of the compiler distribution directory or the completed registration card O You may use the registration card that was shipped with the package and send that to the address on the card Once you have registered you are then entitled to 90 days of free technical support starting from your first contact with us You are also entitled to one free update this can be found on our web site or sent out to you on request
18. ile Format Selection The compiler supports various output file formats The two most commonly used for input into a programmer are Intel HEX and binary The default output file formats for PICC are both Bytecraft COD and Intel HEX but can be changed with one of the following options to PICC motorola Produce Motorola S1 S9 HEX file bin Produce a binary output file ubrof Produce an IAR Ubrof file aahex Produce HEX records with symbols for American Automation emulators tek Produce Tektronix HEX file output 4 4 Running your program Once you have compiled the program you will have a file called sample cod and a file called sample hex in the current directory How you get this into your hardware will vary depending on just what you have to work with but generally speaking you will need a programmer to allow you to get the program into the memory of your 28 target system The exact procedures for doing so are beyond the scope of this manual HI TECH Quick Start Guide 29 Getting Started 30 Notes HI TECH PICC Quick Start Guide 31 Notes 32
19. ill need to re register Either use the registration page on our web site or mailto register htsoft com the regform txt file located in the distribution directory You will receive modified serial number registration key and installation key to allow you to fully activate this update Please supply your existing serial number but you can omit the registration key since that has not been shipped to you You have 21 days in which to complete this procedure however you can still activate the compiler even if it has expired If you have purchased this version of the compiler the serial number and registration key are supplied on the inside front cover of the Quick Start Guide which is shipped with the physical compiler package Once you have your new serial number and registration key you can register one of several ways I On our web site http www htsoft com Go to the registration page and submit your details recommended I mailto register htsoft com the completed regform txt file which is located in the top directory of your distribution O Fax to 61 7 3552 7778 either the regform pdf located in the top level of the compiler distribution directory or the completed registration card g You may use the registration card that was shipped with the package and send that to the address on the card In future an on line registration program will be supplied to simplify the registration process After registering you will receive
20. ion key If you have an internet connection you may be able to perform the last two steps on line 2 1 Windows Installation PICC is supplied on a CD ROM Insert the CD ROM into the CD ROM drive of your computer then an autorun program will start up If you have disabled the autorun feature you may start the program by running autorun exe on the CD ROM drive The window displayed by the autorun program has several buttons These are described below Exit Selecting this button quits the autorun program About Selecting this button opens a dialog displaying information regarding the install program Web Selecting this button will open your default internet browser to our web site providing you currently have an internet connection 1 This will be introduced in later versions of the compilers HI TECH PICC Quick Start Guide 11 Compiler Installation Install compiler This button runs separate install program which installs the PICC compiler onto your system The install program will prompt for information as it proceeds More information on the installer can be found in section 2 1 1 on page 12 Manual PDF Select this button to view the PDF version of the PICC user s guide on the installation CD ROM Manual HTML Select this button to view the HTML version of the PICC user s guide on the installation CD ROM If desired you may go straight to the compiler install program by running compiler setup exe on the CD
21. itions This software package is fully copyrighted by HI TECH Software and remains the property of HI TECH Software at all times You may 9 Use this software package on a single computer system by a single user You may transfer this package from one computer system to another provided you only use it on one computer system at any one time by a single user 9 Make copies of media supplied with the software package for backup purposes provided all copies are labelled with the name of the software package and carry Software s copyright notice I Use the software package to create your own software programs Provided such programs do not contain any part of this software package other than extracts from any object libraries included then these programs will remain HI TECH PICC Quick Start Guide 3 your property and will not be covered by this agreement I Transfer the software package and this licence to a third party provided that the third party agrees to the terms and conditions of this licence and that all copies of the software package are transferred to the third party or destroyed The third party must advise HI TECH Software that they have accepted the terms and conditions of this licence You may NOT I Sell lend give away or in any way transfer copies of this software package to any other person or entity except as provided above nor allow any other person to make copies of this software package I Inco
22. l appear asking you to enter a name to save the file to Type the name sample c and press return The file will be saved to disk O Press alt p to open the Options menu Use either the mouse or arrow keys to select the item Select processor This will open a dialog box enabling 26 you to select the processor you are using Press return to exit the dialog box O Press alt p again and select the Output file type item This will open a dialog box allowing you to select an output format for your executable file Choose a file format compatible with your programming process Bytecraft COD and Intel HEX are the most commonly used formats Press return to exit the dialog box O Press F3 to compile the program If you haven t saved the edit file you will be prompted to do so now Save it as sample c HPDPIC will compile the program Any errors found will stop the compilation and the errors will be listed in a window that appears at the bottom of the screen The cursor in the edit window will be positioned on the error line Correct the error then press F3 again HPD remembers the processor type and output type you selected previously so you will not have to re enter this information On completion of compilation an output file called sample cod or sam ple hex for Intel hex will be left in the current directory O Exit HPDPIC by pressing alt g 4 3 Using PICC To use PICC to compile your sample program you will first need to create
23. lar in their design the below can be followed for either a Linux OS or a UNIX based system Note that UNIX versions of the compiler are purchased separately To install the compiler you will first need to create a directory By default the directory the compiler driver willexpect is usr hitech butthis can be overridden by setting the HTC_PIC environment variable Ensure that you have the necessary permissions to create and modify the area of the file system in which you will be installing the compiler and to access the CD ROM drive of the computer To extract the compiler first create the directory into which you will install the compiler replacing the directory name with whatever you have chosen mkdir usr hitech HI TECH PICC Quick Start Guide 13 Compiler Installation Then change into the CD ROM directory and copy the directories from here to the installation directory you have made above The files on the CD ROM may be mounted different point in your file system use the appropriate path for your system cd mnt cdrom cp bin usr hitech Also copy the include libc lib and help directories to the same location The compiler will now be installed You should add to your PATH environment variable the bin directory for example usr hitech bin If the directory is anything other than usr hitech then you will need to set the environment variable in your cshrc or profile file For example in cshrc for the c shell a
24. may speed up your request fax voice mail 408 490 2885 USA only fax 61 7 3552 7778 phone 61 7 3552 7782 post HI TECH Software Technical Support PO Box 103 Alderley QLD 4051 Australia 3 4 Ordering Parts The following can be ordered either directly through HI TECH Software or from your original point of purchase g Additional licences g Printed copies of the manual g Extended Support Option g Additional Media 3 5 HI TECH Software Resellers Worldwide This is a list of HI TECH software resellers worldwide AUSTRALIA HI TECH Software Phone 61 7 3552 7777 Fax 61 7 3552 7778 Email sales htsoft com HI TECH PICC Quick Start Guide 21 Getting Information BRAZIL CANADA DENMARK FRANCE FRANCE FRANCE GERMANY GERMANY INDIA IRELAND ISRAEL 22 Anacom Software e Hardware Ltd Phone 55 11 4229 5588 Fax 55 11 4221 5177 Email vendas anacom com br Ximetrix Systems Phone 1 905 681 9600 Fax 1 905 681 3141 Email facts Qximetrix ca Nohau Danmark A S Phone 45 43 46 63 93 Fax 45 43 46 63 94 Email tot nohau dk Emulations Phone 33 1 69 41 28 01 Fax 33 1 60 19 29 50 Email dl emulations fr Programmation Phone 33 I 41 47 85 85 Fax 33 1 41 47 86 22 Email programmation ventes wanadoo fr ISIT FRANCE Phone 33 562 072 954 Fax 33 562 072 953 Email f maraval isit fr Reichmann Microcomputer GmbH Phone 49 6291 416 160 Fax 4
25. rporate any portion of this software package in your own programs except for the incorporation in executable form only of extracts from any object libraries O Use this package to develop life support applications or any application where failure ofthe application could result in death or injury to any person Should you use this software to develop any such application you agree to take all responsibility for any such failures and indemnify HI TECH Software against any and all claims arising from any such failures TERM This licence is effective until terminated You may terminate it by returning to HI TECH Software or destroying all copies of the software package It will also terminate if you fail to comply with any of the above conditions WARRANTY HI TECH Software warrants that it has the right to grant you this licence and that the software package 18 not subject to copyright to which HI TECH Software is not entitled Certain State and Federal laws may provide for warranties additional to the above LIMITATION OF LIABILITY This software package has been supplied in good faith and is believed to be of the highest quality Due to the nature of the software development process it is possible that there are hidden defects in the software which may affect its use or the operation of any software or device developed with this package You accept all responsibility for determining whether this package is suitable for your application
26. s The registration process is also different from earlier versions of the compiler A new on line registration program is currently being developed however registration of this product can be performed via our web site After installation this version of the compiler will run in demo mode Compilation of programs may take place in demo mode but the compilation process will be slower and certain command line options will be disabled in particular for map file generation Dmacro to predefine macro symbols PRE to preprocess only source modules L to specify libraries to be scanned by the linker L opt to allow specification of additional linker options RESROM to reserve ROM locations RESRAM to reserve RAM locations V for verbose compilation messages There are no code limitations in demo mode Since you can download this compiler from HI TECH Software s web site and use it immediately albeit in demo mode you do not need to wait for the physical compiler to be shipped before starting on urgent projects The compiler will continue to operate in demo mode for 21 days after which it will expire and cease to function If you have purchased and registered the software you may activate it to remove the time limited operation even if it has expired HI TECH PICC Quick Start Guide 15 Compiler Installation If you have purchased a version of the PICC compiler prior to version 8 00 and you are updating to this version you w

Download Pdf Manuals

image

Related Search

Related Contents

T。sm~^ 東芝投光器取扱説明書 保管用  the Delta User Manual  detalle del producto  Laser Tools Copyright Laser T ht Laser Tools Copyright Laser Tools  KRAFTWERK 4900K  PDF ダウンロード  XM-DVB3006 Betriebsanleitung  MERCURY  取扱説明書 - Panasonic  D8fi0di|® User Manual  

Copyright © All rights reserved.
Failed to retrieve file