Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Please help me compile on Mac!!
Please help me compile on Mac!! [message #1563506] Wed, 14 January 2015 08:33
Cary Munves is currently offline Cary MunvesFriend
Messages: 3
Registered: January 2015
Junior Member
I'm running a simple program that works perfectly on visual studio. I'm on a Mac and I installed eclipse and llvm. Here is my error:

03:31:08 **** Incremental Build of configuration Debug for project pointClass ****
Info: Internal Builder is used for build
clang++ -v -native -o pointClass test.bc point.bc
clang: error: unknown argument: '-native'
Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin14.0.0
Thread model: posix

03:31:08 Build Finished (took 78ms)

How can I fix this? Also, how can I permanently include iostream in every project (instead of adding the path to each individual project)?

Many thanks.
Previous Topic:CDT Day in March in San Francisco
Next Topic:Open Beta for Maestrosoft Studio plugin
Goto Forum:
  


Current Time: Fri Apr 26 15:19:33 GMT 2024

Powered by FUDForum. Page generated in 0.03429 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top