[Openocd-development] build openocd for arm

2010-04-24 Thread Yu Li
hi,
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.

someone help me please.

My enviroment
gcc v4.3.2
openocd v0.4.0
Vmware kubuntu 9.04
___
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development


Re: [Openocd-development] arm11 seems to be broken again

2010-04-24 Thread Øyvind Harboe
merged.

Thanks!

-- 
Meet Zylin at ESC 2010 San Jose
April 26 - 30. 2010
http://www.zylin.com/events_esc2010.html


Øyvind Harboe
US toll free 1-866-980-3434 / International +47 51 63 25 00
http://www.zylin.com/zy1000.html
ARM7 ARM9 ARM11 XScale Cortex
JTAG debugger and flash programmer
___
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development


Re: [Openocd-development] [PATCH] xscale: add support for length arg to wp command

2010-04-24 Thread Øyvind Harboe
merged.

Thanks!


-- 
Meet Zylin at ESC 2010 San Jose
April 26 - 30. 2010
http://www.zylin.com/events_esc2010.html


Øyvind Harboe
US toll free 1-866-980-3434 / International +47 51 63 25 00
http://www.zylin.com/zy1000.html
ARM7 ARM9 ARM11 XScale Cortex
JTAG debugger and flash programmer
___
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development


Re: [Openocd-development] build openocd for arm

2010-04-24 Thread Jörg Fischer
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