User forums > Help

Erorr while trying to compile in Mac Os -(mfpmath=sse)

(1/1)

saharz:
This is the error that i get when trying to compile and run the code:

-------------- Build: Debug in hw0 (compiler: GNU GCC Compiler)---------------

gcc -Wall -Werror -pedantic -ansi -W -mfpmath=sse -msse2 -O -g  -c /Users/saharzada/Documents/hw0a/hw0/hw0q1.c -o obj/Debug/hw0q1.o

clang: error: argument unused during compilation: '-mfpmath=sse'

Process terminated with status 1 (0 minute(s), 0 second(s))
0 error(s), 0 warning(s) (0 minute(s), 0 second(s))


anyone can help me with that?

tnx
 

MortenMacFly:

--- Quote from: saharz on October 28, 2013, 11:06:34 am ---clang: error: argument unused during compilation: '-mfpmath=sse'

--- End quote ---
Remove that flag from your build options (compiler/project/target level... dunno where you added this).

Navigation

[0] Message Index

Go to full version