The ADuC7000 series and linux/GCC

Hi,

anyone w/ experience using linux/GCC and the Analog Devices uC and Blackfin? I use Debian.

Hi

I am using ADuC702X but with Windows dev. tools only.

i’m trying to get up and running w/ the ADUC70xx series - i got their dev kit which comes with a crippled version of the keil compiler. i want to switch to arm-gcc, but cant find any aduc-specific docs or libs. Any pointers would be appreciated.

thx,

reza

In the Keil’s uVision you can use the GCC or Keil.

FWIW, I found this book to be informative; it is Linux through and through. I wasn’t aware that most ARM compilers are really GNU based (including Keil).

http://tinyurl.com/yg98ty

The book covers choosing the right architecture and development hardware to fit the project; choosing an operating system and developing a toolchain; evaluating software licenses and how they affect a project; step-by-step building instructions for gcc, binutils, gdb and newlib for the ARM7 core used in the case study project; prototyping techniques using a custom printed circuit board; debugging tips; and portability considerations.

My ADuC7020 dev board from digikey is in the mail, mainly because Oimex was out of the boards as of yesterday. Olimex told me they will have the board in November. I plan on ordering the JTAG wiggler from Olimex however.

I am coming from avr-gcc; the 8 bit GNU toolchain using Debian Linux.

sonos:
Hi,

anyone w/ experience using linux/GCC and the Analog Devices uC and Blackfin? I use Debian.

I the GNU tools set up here on ubunutu, along with my own header files, makefile, and serial downloader. I’m using the ADuC7020.

Hi

I am using the ADuC7026 on the development board from olimex under WinXP.

Does someone can help me with the config file for OpenOCD for JTAG debugging? I really don’t know how to set it right.

Christoph