On Fri, Oct 30, 2009 at 9:56 AM, Jerry Ling <jerry_l...@draytek.com> wrote: > FYI, the following is the compiler options that really executed from my > environment > > $ gcc -mno-cygwin -std=gnu99 -g -O0 -Wall -Wstrict-prototypes > -Wformat-security -Wextra -Wno-unused-parameter -Wbad-function-cast > -Wcast-align -Wredundant-decls -Werror ./bin2char.c -o bin2char.exe
This is wrong when building under Cygwin -mno-cygwin should not be present for build OS, only for host OS. -- Øyvind Harboe 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