Hi,
Yu Li schrieb:

> i want to build openocd that can run on arm9.
> i use,
> $ CC=arm-linux-gcc ./configure --prefix=/opt/arm-openocd
> --build=i686-pc-linux-gnu --host=arm-linux --target=arm-linux
> --enable-parport --enable-maintainer-mode
> $ make
> 
> but i got the error
> arm_jtag.h: 81: error: cast increases required alignment of target type.
>  even though i delete the -Werror option in Makefile, the error still
> holded.

You could try adding --disable-werror  option to the configure script...

-- J. Fischer


_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to