SW500009 Microchip Technology, SW500009 Datasheet - Page 36

HI-TECH FOR DSPIC/PIC24

SW500009

Manufacturer Part Number
SW500009
Description
HI-TECH FOR DSPIC/PIC24
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC24 & DsPICr
Datasheet

Specifications of SW500009

Supported Families
PIC24
Core Architecture
PIC, DsPIC
Software Edition
Standard
Kit Contents
Software And Docs
Tool Type
Compiler
Mcu Supported Families
PIC24 MCUs And DsPIC DSCs
Lead Free Status / RoHS Status
Not applicable / RoHS Compliant
For Use With/related Products
DSPIC3X/PIC24
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
025
778-1003
778-1003
PICC Compiler Options
the same base name as the corresponding source file. Prototype files contain both ANSI C-style
prototypes and old-style C function declarations within conditional compilation blocks.
included in all the source files comprising a project. The .pro files may also contain static decla-
rations for functions which are local to a source file. These static declarations should be edited into
the start of the source file. To demonstrate the operation of the --PROTO option, enter the following
source code as file test.c:
If compiled with the command:
22
The extern declarations from each .pro file should be edited into a global header file which is
#include <stdio.h>
add(arg1, arg2)
int *
int *
{
}
void printlist(int * list, int count)
{
}
arg1;
arg2;
return *arg1 + *arg2;
while (count--)
putchar(’\n’);
Option name
lib
intel
tek
aahex
mot
ubrof
bin
mcof
cof
cod
elf
printf("%d ", *list++);
Table 2.9: Output file formats
Library File
Intel HEX
Tektronic
American Automation symbolic HEX file
Motorola S19 HEX file
UBROF format
Binary file
Microchip PIC COFF
Common Object File Format
Bytecraft COD file format
ELF/DWARF file format
File format
PICC Command-line Driver

Related parts for SW500009