Anybody else getting errors when compiling src/target/xscale_debug.S?

When using cygwin or MinGW-64, I'm getting the following:

libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..
-I../../src/helper -I../../src/jtag -I../../src/xsvf -Wa,-I../../src/target
-I/usr/local/include -MT libtarget_la-xscale_debug.lo -MD -MP -MF
.deps/libtarget_la-xscale_debug.Tpo-c xscale_debug.S -o
libtarget_la-xscale_debug.o
xscale_debug.S: Assembler messages:
xscale_debug.S:7: Warning: .size pseudo-op used outside of .def/.endef
ignored.
xscale_debug.S:7: Error: junk at end of line, first unrecognized character
is `x'
xscale_debug.S:13: Warning: .size pseudo-op used outside of .def/.endef
ignored.
xscale_debug.S:13: Error: junk at end of line, first unrecognized character
is `x'

And if I try embedding the .size within .def ;endef:

xscale_debug.S: Assembler messages:
xscale_debug.S:7: Error: junk at end of line, first unrecognized character
is `x'
xscale_debug.S:7: Warning: unexpected storage class 0
xscale_debug.S:13: Error: junk at end of line, first unrecognized character
is `x'
xscale_debug.S:13: Warning: unexpected storage class 0

Any ideas how to fix that?

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

Reply via email to