Apparently clang does not like -gstabs. mymacmini:jimtcl xiaofanc$ cat config.log Invoked as: ../../jimtcl/configure --disable-install-jim --disable-option-checking --prefix=/usr/local/Cellar/open-ocd/HEAD --enable-maintainer-mode --disable-werror --enable-ftdi --enable-jlink --enable-stlink --enable-arm-jtag-ew --enable-rlink --enable-usbprog --enable-vsllink --enable-dummy --enable-ulink --enable-buspirate --enable-osbdm "LDFLAGS=-L/usr/local/lib -lusb-1.0" --cache-file=/dev/null --srcdir=../../jimtcl Failed: cc -g -O2 -c -gstabs conftest__.c -o conftest__.o clang: error: unsupported option '-gstabs' child process exited abnormally ============ The failed code was: #include <stdlib.h> int main(void) {
return 0; } ============ -- Xiaofan ------------------------------------------------------------------------------ Own the Future-Intel® Level Up Game Demo Contest 2013 Rise to greatness in Intel's independent game demo contest. Compete for recognition, cash, and the chance to get your game on Steam. $5K grand prize plus 10 genre and skill prizes. Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d _______________________________________________ OpenOCD-devel mailing list OpenOCD-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openocd-devel