okay i've been every corner of internet , cannot solve this. had java installation on eclipse juno , installed cdt plugin develop c++ applications it. binary not found error, installed xcode , command line tools , still cannot run applications. have no idea else try. manually point eclipse gcc compiler can't figure out xcode installs it.
can me figure out?
first of all, recent versions of xcode come clang/llvm default instead of gcc, might looking compiler that's not installed on system!
if want use gcc, have install first. recommend using package manager, such macports or homebrew. @ point, make sure gcc in path, or edit eclipse settings , you're go.
the other option stick clang. can refer this question setting eclipse use clang/llvm. you'll have use llvm plugin eclipse cdt.
Comments
Post a Comment