There are some warnings in dsp563xx.c that I'd like to see fixed. The problem is that some host compilers give warnings about increase in alignment requirements.
Is there a way to enable this warning by default in x86 gcc? Anyone? src/target/dsp563xx.c: In function 'dsp563xx_read_memory_core': src/target/dsp563xx.c:1396: warning: cast increases required alignment of target type src/target/dsp563xx.c:1412: warning: cast increases required alignment of target type src/target/dsp563xx.c: In function 'dsp563xx_read_memory': src/target/dsp563xx.c:1469: warning: cast increases required alignment of target type src/target/dsp563xx.c:1469: warning: cast increases required alignment of target type src/target/dsp563xx.c:1470: warning: cast increases required alignment of target type src/target/dsp563xx.c:1470: warning: cast increases required alignment of target type src/target/dsp563xx.c: In function 'dsp563xx_write_memory': src/target/dsp563xx.c:1590: warning: cast increases required alignment of target type src/target/dsp563xx.c:1590: warning: cast increases required alignment of target type src/target/dsp563xx.c:1591: warning: cast increases required alignment of target type src/target/dsp563xx.c:1591: warning: cast increases required alignment of target type -- Øyvind Harboe Can Zylin Consulting help on your project? US toll free 1-866-980-3434 / International +47 51 87 40 27 http://www.zylin.com/zy1000.html ARM7 ARM9 ARM11 XScale Cortex JTAG debugger and flash programmer _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
