Please Help Me

For C and ASSEMBLY users to post questions and code snippets for programming in C and ASSEMBLY. And for any other C or ASM course related questions.

Moderators: Benj, Mods

Post Reply
aifazied
Posts: 1
Joined: Sun Jun 17, 2012 5:28 pm
Contact:

Please Help Me

Post by aifazied »

How to compile file flowcode.c in ccs Compiler(PICC)?????? :(

Spanish_dude
Posts: 594
Joined: Thu Sep 17, 2009 7:52 am
Location: Belgium
Has thanked: 63 times
Been thanked: 102 times
Contact:

Re: Please Help Me

Post by Spanish_dude »

I don't think you can compile it without modifying a lot of the Flowcode C code.
I'm not sure, but I think register names are defined differently in the CCS compiler than the boostC compiler.

Probably some other stuff too, but I never used CCS so I can't help you sorry.

Nicolas

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:

Re: Please Help Me

Post by Benj »

Hello,

I'm afraid I agree with Nicolas, it is possible but it's a huge job to do it.

What about the HiTech compiler instead? Flowcode's code is designed for BoostC but we have made effort to get the code to work with HiTech too, thereby allow devices which aren't supported by BoostC like the 10F range to work.

User avatar
DavidA
Matrix Staff
Posts: 1076
Joined: Fri Apr 23, 2010 2:18 pm
Location: Matrix Multimedia Ltd
Has thanked: 58 times
Been thanked: 258 times
Contact:

Re: Please Help Me

Post by DavidA »

To add to teh comments, here is a post for setting up HiTEch compiler in Flowcode 4:

http://www.matrixmultimedia.com/mmforum ... =26&t=6812

Post Reply