EmbeddedRelated.com
Forums

wtd: CPU32 compiler

Started by hamilton May 18, 2011
Does anyone know of a pre-configured C compiler using gcc/cygwin ??

hamilton
On May 17, 8:37=A0pm, hamilton <hamil...@nothere.com> wrote:
> Does anyone know of a pre-configured C compiler using gcc/cygwin ?? > > hamilton
Yes. Why do you ask?
On 5/18/2011 4:31 PM, NeedCleverHandle wrote:
> On May 17, 8:37 pm, hamilton<hamil...@nothere.com> wrote: >> Does anyone know of a pre-configured C compiler using gcc/cygwin ?? >> >> hamilton > > Yes. Why do you ask?
I have picked up a couple 68332 boards and would like to know where to get a pre-configured C compiler. Please share any links you my have. Thank you h
On May 18, 7:49=A0pm, hamilton <hamil...@nothere.com> wrote:
> On 5/18/2011 4:31 PM, NeedCleverHandle wrote: > > > On May 17, 8:37 pm, hamilton<hamil...@nothere.com> =A0wrote: > >> Does anyone know of a pre-configured C compiler using gcc/cygwin ?? > > >> hamilton > > > Yes. =A0Why do you ask? > > I have picked up a couple 68332 boards and would like to know where to > get a pre-configured C compiler. > > Please share any links you my have. > > Thank you > > h
<http://www.google.com/search?q=3D68332+gcc&ie=3Dutf-8>
On 5/19/2011 3:25 PM, NeedCleverHandle wrote:
> On May 18, 7:49 pm, hamilton<hamil...@nothere.com> wrote: >> On 5/18/2011 4:31 PM, NeedCleverHandle wrote: >> >>> On May 17, 8:37 pm, hamilton<hamil...@nothere.com> wrote: >>>> Does anyone know of a pre-configured C compiler using gcc/cygwin ?? >> >>>> hamilton >> >>> Yes. Why do you ask? >> >> I have picked up a couple 68332 boards and would like to know where to >> get a pre-configured C compiler. >> >> Please share any links you my have. >> >> Thank you >> >> h > > <http://www.google.com/search?q=68332+gcc&ie=utf-8>
Thanks for that. I am not interested in compiling the compiler. ( why would anyone want to do that??) That's why I asked for a pre-configured C compiler. On the Robominds Yahoo group one of the kinder people there suggested: http://motorobots.sourceforge.net/downloads.php I am testing it now. Getting free hardware and a free compiler is not a bad combination. h
On May 19, 4:02=A0pm, hamilton <hamil...@nothere.com> wrote:
> On 5/19/2011 3:25 PM, NeedCleverHandle wrote: > > > > > > > > > > > On May 18, 7:49 pm, hamilton<hamil...@nothere.com> =A0wrote: > >> On 5/18/2011 4:31 PM, NeedCleverHandle wrote: > > >>> On May 17, 8:37 pm, hamilton<hamil...@nothere.com> =A0 =A0wrote: > >>>> Does anyone know of a pre-configured C compiler using gcc/cygwin ?? > > >>>> hamilton > > >>> Yes. =A0Why do you ask? > > >> I have picked up a couple 68332 boards and would like to know where to > >> get a pre-configured C compiler. > > >> Please share any links you my have. > > >> Thank you > > >> h > > > <http://www.google.com/search?q=3D68332+gcc&ie=3Dutf-8> > > Thanks for that. > > I am not interested in compiling the compiler. ( why would anyone want > to do that??) > > That's why I asked for a pre-configured C compiler. > > On the Robominds Yahoo group one of the kinder people there suggested: > > http://motorobots.sourceforge.net/downloads.php > > I am testing it now. > > Getting free hardware and a free compiler is not a bad combination. > > h
Funny, on the 1st page of hits I found two different pre-built versions. I guess knowing how to use Google is a learned skill.
On 5/19/2011 5:27 PM, NeedCleverHandle wrote:

> > Funny, on the 1st page of hits I found two different pre-built > versions. > > I guess knowing how to use Google is a learned skill. > > >
Please help a newbe, which two links has a pre-configured compiler available for download ?? Thank you H
On 20.05.2011 01:02, hamilton wrote:

> I am not interested in compiling the compiler. ( why would anyone want > to do that??) > > That's why I asked for a pre-configured C compiler.
A big part of the problem with that is that, possibly without being aware of it, you asked for something else than what you actually wanted. To anyone who ever built their own GCC, "pre-configured" would indicate that you want help with the "configure" step of the build process. In other words, you appeared to be asking for a build script. The answers you got fit that understanding, not yours.
hamilton wrote:

> Does anyone know of a pre-configured C compiler using gcc/cygwin ?? > > hamilton
I am successfully using an older RTEMS cross toolchain for an MC68360 on Linux. The latest cygwin version seems to be in http://www.rtems.org/ftp/pub/rtems/cygwin/4.11/rtems-4.11-m68k-rtems4.11-* Hope that this helps Kurt
On 5/20/2011 2:47 AM, Hans-Bernhard Br&#4294967295;ker wrote:
> On 20.05.2011 01:02, hamilton wrote: > >> I am not interested in compiling the compiler. ( why would anyone want >> to do that??) >> >> That's why I asked for a pre-configured C compiler. > > A big part of the problem with that is that, possibly without being > aware of it, you asked for something else than what you actually wanted. > > To anyone who ever built their own GCC, "pre-configured" would indicate > that you want help with the "configure" step of the build process. In > other words, you appeared to be asking for a build script. The answers > you got fit that understanding, not yours. >
Ahhh, I see. I am not interested in building the compiler, just using it. So, I would like to know if there is a recent build of a GCC compiler for WinXP for the 68332 ? Something I can download and just use. I hope I am clear now. Thanks hamilton