Problem building openocd for AT91RM9200

Hi,

I tried to build openocd to support an AT91RM9200 board

supplying the --enable-at91rm9200 flag to configure,

but checking the config.log I saw that at91rm9200.c

was not compiled.

Looking at ‘configure’ I saw that this flag "–enable-at91rm9200’

is only considered when the ‘host_cpu’ variable is ‘arm’.

Why is that ?

Best regards,

Claudio.

As far as I know, this is to run OpenOCD on the AT91RM9200, not

to debug the AT91RM9200. That should work without any special configuration.

/Magnus