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 #1796476] Sun, 14 October 2018 16:23 Go to next message
Eclipse UserFriend
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 https://www.minimilitia.mobi/ https://www.applock.ooo/ https://www.7zip.vip/

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.

[Updated on: Sun, 14 October 2018 20:23] by Moderator

Report message to a moderator

Re: Please help me compile on Mac!!??? [message #1796798 is a reply to message #1796476] Fri, 19 October 2018 05:12 Go to previous messageGo to next message
Marc-André Laperle is currently offline Marc-André LaperleFriend
Messages: 256
Registered: July 2009
Senior Member
How did you create your project? You should just be able to select MacOSX GCC as the toolchain and it should work. I recommend not selecting the LLVM toolchains, they are buggy and should probably be removed.
Re: Please help me compile on Mac!!??? [message #1863291 is a reply to message #1796476] Wed, 24 January 2024 10:08 Go to previous message
polin kuer is currently offline polin kuerFriend
Messages: 1
Registered: January 2024
Junior Member
I would love to be involved every step of the way with your project
Quick Draw

[Updated on: Sat, 27 January 2024 02:04]

Report message to a moderator

Previous Topic:Indexer marking method "Invalid Arguments"...
Next Topic:"could not be resolved" errors, but Go To Definition works!
Goto Forum:
  


Current Time: Fri Apr 26 23:45:22 GMT 2024

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

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

Back to the top