From: Spencer O. <sp...@sp...> - 2013-03-27 14:41:05
|
On 27 March 2013 13:51, Xiaofan Chen <xia...@gm...> wrote: > 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; > } > ============ > can i see the full config.log ? Spen |