Re: [Sdcc-user] documentation & open source generally

2008-09-05 Thread JBarbosa
me 'C' programmer . I learned C programming by WRITING CODE to make a PC based CNC control for our gantry robots, about 15 years ago. The control system includes some I/O boards with CAN, based on the Atmel AT89C51CC01, with code produced with SDCC, and all works OK - because the code was writ

[Sdcc-user] Ok! lets try to setup a Code::blocks project -> attempt

2008-08-31 Thread JBarbosa
1 - Create an empty project, File -> new -> project -> create an empty project 2 - Give it a name:MyApp Folder to create in: C:\SDCC-MM\MyApp(C:\SDCC-MM is my working dir for SDCC work) Resulting filename; C:\SDCC-MM\MyApp\MyApp.cbp next > 3C

Re: [Sdcc-user] documentation & open source generally

2008-08-30 Thread JBarbosa
Below is a link to the Code::Blocks site and some chunks of text from the opening page. I 'm working exclusively with Windows. SDCC is called by means of a .bat file containing the command lines, C::B allows us to set a tool to invoke that .bat and 'voila'! If your PC has more than one core, they

Re: [Sdcc-user] Virus in SDCC-2.8.0-setup.exe - MD5 etc

2008-08-29 Thread JBarbosa
Regarding the IDE thing, I must say that in my work I use and I am very satisfied with CodeBlocks. Has almost everything that I need from an IDE. It works with a lot of languages and it includes SDCC. With it I make code for T89C51CC01 from Atmel for our home made boards. I make also code for PC