Code::Blocks Forums

User forums => Embedded development => Topic started by: stahta01 on September 26, 2007, 06:26:33 pm

Title: Anyone know of documentation on Using SDCC with Code::Blocks?
Post by: stahta01 on September 26, 2007, 06:26:33 pm
FYI:

I plan to use SDCC and Code::Blocks the end of this year in a small PIC class-room project.

The only docs I found is this: http://www.midibox.org/dokuwiki/stryd_one_codeblocks

It looks OK at first glance, I will try to give beginner directions on the Code::Blocks Wiki.

Tim S

Title: Re: Anyone know of documentation on Using SDCC with Code::Blocks?
Post by: Keyla on September 27, 2007, 01:24:11 pm
I have only AVR qC experiences and no SDCC. Like you I didn't find a doc.
Do you have specific Problems on the compiling process/upload/debugging?

Nice to see that teachers would like to use FOSS in their lessons :)
Title: Re: Anyone know of documentation on Using SDCC with Code::Blocks?
Post by: stahta01 on September 27, 2007, 03:48:09 pm
I have only AVR qC experiences and no SDCC. Like you I didn't find a doc.
Do you have specific Problems on the compiling process/upload/debugging?

Nice to see that teachers would like to use FOSS in their lessons :)

Not yet, the last small project/lab of the year has the option of being PIC assembly or C.
I have not yet gotten the information on what the lab is to do.
The class is not teaching C on the PIC till right at the end(Learning Assembly on the C), I hope to do conditions in my C so it complies on both the required compiler and SDCC. It is possible it is the programmer choice of which compiler to use.

Tim S