
Start des Compilers...
C:\Flowcode\Programm_V7\compilers\pic16\batchfiles\pic16_C30_comp.bat  "V8" "C:\###TES~1\" "24FV32KA304"
Launching compiler...

C:\###TES~1>xc16-gcc -c -mcpu="24FV32KA304" -omf=coff -funsigned-char -fno-short-double -Os -I"C:\Flowcode\PROGRA~2\COMPIL~1\pic16\BATCHF~1\..\support\h" -I"C:\Flowcode\PROGRA~2\COMPIL~1\pic16\BATCHF~1\" -std=gnu99 "V8".c -o "V8".o 
Options have been disabled due to restricted license
Visit http://www.microchip.com/ to purchase a new key.
V8.c: In function '_T1Interrupt':
coff-cc1.exe: warning: _T1Interrupt PSV model not specified for '_T1Interrupt';
assuming 'auto_psv' this may affect latency
V8.c: At top level:
V8.c:6235:2: warning: '_FBS' definition has been deprecated: consider migrating to #pragma config
V8.c:6235:2: warning: '_FGS' definition has been deprecated: consider migrating to #pragma config
V8.c:6235:2: warning: '_FOSCSEL' definition has been deprecated: consider migrating to #pragma config
V8.c:6235:2: warning: '_FOSC' definition has been deprecated: consider migrating to #pragma config
V8.c:6235:2: warning: '_FWDT' definition has been deprecated: consider migrating to #pragma config
V8.c:6235:2: warning: '_FPOR' definition has been deprecated: consider migrating to #pragma config
V8.c:6235:2: warning: '_FICD' definition has been deprecated: consider migrating to #pragma config
V8.c:6235:2: warning: '_FDS' definition has been deprecated: consider migrating to #pragma config

Compilation successful!
Completed compilation, return = 0

Start von Linker/Assembler...
C:\Flowcode\Programm_V7\compilers\pic16\batchfiles\pic16_C30_link.bat  "C:\###TES~1\V8" 24FV32KA304 24F


xc16-ld 1.26 (A)

Program Memory  [Origin = 0x200, Length = 0x5600]

section                    address   length (PC units)   length (bytes) (dec)
-------                    -------   -----------------   --------------------
.text                       0x2c00               0x6e6           0xa59  (2649)
.const                      0x32e6                0x24            0x36  (54)
.text                       0x330a              0x1a68          0x279c  (10140)
.dinit                      0x4d72                0x1a            0x27  (39)

                 Total program memory used (bytes):         0x3252  (12882) 39%


Ivt Memory  [Origin = 0x4, Length = 0xfc]

section                    address   length (PC units)   length (bytes) (dec)
-------                    -------   -----------------   --------------------
.ivt._T1Interrupt             0x1a                 0x2             0x3  (3)


Data Memory  [Origin = 0x800, Length = 0x800]

section                    address      alignment gaps    total length  (dec)
-------                    -------      --------------    -------------------
.nbss                        0x800                   0            0xa4  (164)
.ndata                       0x8a4                   0            0x10  (16)

                 Total data memory used (bytes):           0xb4  (180) 8%


Dynamic Memory Usage

region                     address                      maximum length  (dec)
------                     -------                      ---------------------
heap                             0                                   0  (0)
stack                        0x8b4                               0x74c  (1868)

                 Maximum dynamic memory (bytes):          0x74c  (1868)

Generating HEX file

C:\###TES~1>xc16-bin2hex -omf=coff "C:\###TES~1\V8".cof 
. .

Generating Assembler file

C:\###TES~1>xc16-objdump -omf=coff -S "C:\###TES~1\V8".cof  1>"C:\###TES~1\V8".asm 

HEX file creation successful!


BEENDET
