new compiler

Forum for problems or queries regarding the Flowcode application and compiler usage.

Moderators: Benj, Mods

Post Reply
MIKE_31
Posts: 15
Joined: Wed Aug 08, 2007 12:11 pm
Location: FRANCE
Contact:

new compiler

Post by MIKE_31 »

Hi,

I just want to know if it is possible in flowcode to compil a new project not with sourceboost but with CCS compiler ?

MIKE_31

User avatar
Steve
Matrix Staff
Posts: 3421
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times
Contact:

Re: new compiler

Post by Steve »

This should be possible, but we have not tried it and you will need to do some work:
  • You will need to work out what the parameters are for the compiler and linker (the CCS documentation should list these), and set these us in the "compiler options" window of Flowcode.
  • The "components" directory of Flowcode contains "C" code files that have the code for the components. You will probably need to change the code in these.
  • You may also need to change some of the code within the "code" section of the FCD files you are using.
I suggest that you back up all C and FCD files within Flowcode before you begin.

If you do try to convert Flowcode to CCS, we will try to help and support you where we can (but remember that we do not use the CCS compiler). Please let us know how you get on if you do try.

Post Reply