c-compiler

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 2 and 3.

Moderators: Benj, Mods

Post Reply
saschech@gmx.de
Posts: 714
Joined: Wed Jan 31, 2007 12:41 pm
Has thanked: 1 time
Been thanked: 26 times
Contact:

c-compiler

Post by saschech@gmx.de »

Hallo

Is there a way to compile the Flowcode diagramm with Microchip c18 Toolsuite?
I have read,the hex-code is more productive for the pik`s.

Regards wolfgang

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Post by Benj »

Hello Wolfgang

At the moment the code generated by Flowcode V3 is all designed to work with the BoostC compiler. This compiler is also meant to be highly efficient with code space, stack organisation etc.

You can port the code generated by Flowcode into C18 or any other PIC C language by taking the C file and then altering the functions so that they are compatible with your own compiler. This however would need to be done every time you recompiled the program from Flowcode.

Post Reply