When compiling on cygwin (32-bit) I get compile a warning.
I had to use the attached patch to compile error-free on cygwin
Index: src/target/arm_disassembler.c
===================================================================
--- src/target/arm_disassembler.c       (revision 2571)
+++ src/target/arm_disassembler.c       (working copy)
@@ -3522,7 +3522,7 @@
        case 3:
                if (rt == 0xf) {
                        immed = opcode & 0xfff;
-                       sprintf(cp, "PLI\t[r%d, #%d]\t; %#3.3" PRIx32,
+                       sprintf(cp, "PLI\t[r%d, #%d]\t; %#3.3x",
                                        rn, immed, immed);
                        return ERROR_OK;
                }
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to