1. 程式人生 > >安裝xcode command line後 eclipse 除錯 ffmpeg問題的解決

安裝xcode command line後 eclipse 除錯 ffmpeg問題的解決

mac上面安裝了xcode command line tool之後 系統的gcc(/usr/bin/gcc)變成了apple llvm的gcc,之後再編譯生成的ffmpeg想使用eclipse debug的時候,eclipse 報錯無法識別binary格式。 原因就是用了gdb debug。這種情況下需要使用lldb(/Applications/Xcode.app/Contents/Developer/usr/bin/) debug。CDT 9.1有個lldb外掛,但是不支援命令列引數。幸好這個問題在20180928解決了,20181005釋出的CDT9.5沒有問題。 https://bugs.eclipse.org/bugs/show_bug.cgi?id=508610

https://git.eclipse.org/r/#/c/129823/