OT: Boostc Debug Mode .."printf" and other...

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

Moderator: Benj

Post Reply
Rudi
Posts: 666
Joined: Mon Feb 10, 2014 4:59 am
Has thanked: 493 times
Been thanked: 187 times

OT: Boostc Debug Mode .."printf" and other...

Post by Rudi »

Hi
how is this mean in boostc pdf under #ifdef // #ifndef description.

example:

Code: Select all


#ifndef DEBUG
printf(“Debug disabled !”);
#else
printf(“Reached test point #1”);
#endif
where / how i can use printf ;-) ....

I have a future question for theme in alternate pic compiler.
the math issues in boostc...
can it be eliminated or is this a bug eternity,
Any News to this?..is there perhabs a way to go on with microchip hitec next patches... versions?..
BoostC is lacking in a few areas such as new device support and floating point maths.
will it give a maintance update in FC6 with change the pic compiler from boostc in other?


Thank you!
Best wishes
Rudi

hyperion007
Posts: 528
Joined: Sat Dec 01, 2012 1:23 pm
Location: Sweden
Has thanked: 49 times
Been thanked: 101 times
Contact:

Re: OT: Boostc Debug Mode .."printf" and other...

Post by hyperion007 »

Hi Rudi,

Ben and I have both registered on the BoostC forum and raised the question about native float support (some others have chipped in as well) but it seems to me that BoostC staff just ignore it really. Ben also told me that they are in fact looking at switching to the microchip compiler but I don't know how that work is progressing. Maybe Ben will update us on that.

Post Reply