0% found this document useful (0 votes)
56 views

Flowcode1 MSG

The document describes the compilation process of a Flowcode program. It shows the compiler, preprocessor, and linker being run on the file with various warnings and messages displayed. It concludes by giving memory usage statistics for the compiled program.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
56 views

Flowcode1 MSG

The document describes the compilation process of a Flowcode program. It shows the compiler, preprocessor, and linker being run on the file with various warnings and messages displayed. It concludes by giving memory usage statistics for the compiled program.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

File name: C:\Users\Client\Desktop\emna arnout\Flowcode1.

c
Generated by: Flowcode v4.3.7.63
Date: Sunday, April 03, 2022 10:54:12
Licence: Demo

***DEMO VERSION***

POUR UN USAGE NON COMMERCIAL

http://www.matrixmultimedia.com

Launching the compiler...


C:\Program Files (x86)\Matrix Multimedia\Flowcode V4\BoostC\
boostc.pic16.flowcode.exe -v -t PIC16F84A "Flowcode1.c"
BoostC Optimizing C Compiler Version 6.95 (for PIC16 architecture)
http://www.sourceboost.com
Copyright(C) 2004-2009 Pavel Baranov
Copyright(C) 2004-2009 David Hobday

Single user Lite License (Unregistered) for 0 node(s)


Limitations: PIC12,PIC16 max code size:2048 words, max RAM banks:2, Non commercial
use only

Flowcode1.c
Starting preprocessor: C:\PROGRA~2\MATRIX~1\FLOWCO~1\BoostC\pp.exe "C:\Users\
Client\Desktop\emna arnout\Flowcode1.c" -i C:\PROGRA~2\MATRIX~1\FLOWCO~1\BoostC\
include -d _PIC16F84A -la -c2 -o "C:\Users\Client\Desktop\emna arnout\Flowcode1.pp"
-v -d _BOOSTC -d _PIC16

........................................

Flowcode1.c success

success

Return code = 0

Launching the linker/assembler...


C:\Program Files (x86)\Matrix Multimedia\Flowcode V4\BoostC\boostlink.pic.exe -ld
"C:\Program Files (x86)\Matrix Multimedia\Flowcode V4\BoostC\lib" libc.pic16.lib
flowcode.pic16.lib rand.pic16.lib float.pic16.lib "Flowcode1.obj" -t PIC16F84A -d
"C:\Users\Client\Desktop\emna arnout" -p "Flowcode1"
BoostLink Optimizing Linker Version 6.95
http://www.sourceboost.com
Copyright(C) 2004-2009 Pavel Baranov
Copyright(C) 2004-2009 David Hobday

Warning unreferenced functions removed:


FCI_FLOAT_TO_STRING in: C:\Program Files (x86)\Matrix Multimedia\
Flowcode V4\FCD\internals.h
FCI_NUMBER_TO_HEX in: C:\Program Files (x86)\Matrix Multimedia\
Flowcode V4\FCD\internals.h
FCI_STRING_TO_INT in: C:\Program Files (x86)\Matrix Multimedia\
Flowcode V4\FCD\internals.h
FCI_STRING_TO_FLOAT in: C:\Program Files (x86)\Matrix Multimedia\
Flowcode V4\FCD\internals.h
Wdt_msDelay in: C:\Program Files (x86)\Matrix Multimedia\Flowcode V4\
FCD\internals.h
Wdt_Delay_S in: C:\Program Files (x86)\Matrix Multimedia\Flowcode V4\
FCD\internals.h
Wdt_Delay_Ms in: C:\Program Files (x86)\Matrix Multimedia\Flowcode V4\
FCD\internals.h
isinf in: C:\Program Files (x86)\Matrix Multimedia\Flowcode V4\FCD\
internals.h

Building CASM file


Memory Usage Report
===================
RAM available:68 bytes, used:39 bytes (57.4%), free:29 bytes (42.6%),
Heap size:29 bytes, Heap max single alloc:28 bytes
ROM available:1024 words, used:130 words (12.7%), free:894 words (87.3%)

success

Return code = 0

FINISHED

You might also like