Flash Magic Forum

Archive => Old Topics => Topic started by: Adi on April 14, 2004, 10:33:03 PM

Title: Compiler
Post by: Adi on April 14, 2004, 10:33:03 PM
Hi,

i am looking for a free compiler SOftware.  I
Title: Re: Compiler
Post by: erikm on April 15, 2004, 05:50:43 AM
>>i am looking for a free compiler SOftware. I
Title: Re: Compiler
Post by: Rons on April 15, 2004, 01:53:15 PM
What development environments do you use?
Title: Re: Compiler
Post by: Adi on April 15, 2004, 10:53:08 PM
i use uVision2 demo and Borland 4.5 full. Borland doesn
Title: Re: Compiler
Post by: erikm on April 16, 2004, 05:18:11 AM
i use uVision2 demo and Borland 4.5 full. Borland doesn
Title: Re: Compiler
Post by: Rons on April 16, 2004, 10:04:44 AM
I have used a free C compiler that runs on linux platform.
It also creates the intel hex file.
Title: Re: Compiler
Post by: Andy Ayre on April 16, 2004, 10:10:06 AM
Adi:

Note that Intel Hex files are just a specific format for packaging data. They are not specific to 8051s or any other achitecture. If you want to use an 8051, then you need a compiler (which can run on a Windows, Linux, whatever) that targets an 8051.

Title: Re: Compiler
Post by: Parag Barangale on May 18, 2004, 10:33:11 PM
Adi:
SDCC is a free c compiler for uC. you can try that.

Parry