Re: WANTED: AT9155 microprocessor and GCC

Hello,

> > I've got my robot from robowatch.com and a AT9155800 microprocessor > from Atmel. I know there is a GNU compiler for AVR, but I cannot find > one for my ATM9155800. Can anyone help? > > I thank you all in advance and look forward to your responses, > > Brian

The AT9155800 is an ARM-based microcontroller, and is completely unrelated to the AVR (except obviously that Atmel makes them both). You are looking for a gcc ARM cross compiler. You can either build it yourself (it's standard for gcc), or get hold of pre-built binaries for the OS of your choice. Now that you know what you are looking for, googling for "gcc ARM windows", for example, will get you started.

Reply to
David Brown
Loading thread data ...

AT91 is ARM -based. Look for arm-elf-gcc with tools.

HTH

Tauno Voipio tauno voipio @ iki fi

Reply to
Tauno Voipio

You mean they don't offer a compiler, or at least tell you where you can get a compiler?

Reply to
Sheldon Simms

Yes - there are several (more or still more expensive), e.g. the ARM toolkit, but the OP asked for GCC.

Tauno Voipio tauno voipio @ iki fi

Reply to
Tauno Voipio

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.