Stefan Hertenberger
2012-Nov-30 20:24 UTC
[LLVMdev] Error while using -fblocks with clang and mingw
Hello, i try to compile a small test programm with clang and the command line option -fblocks. clang -m32 -march=i686 -D__COCOTRON__ -DWINDOWS -D_GNU_SOURCE -D__LITTLE_ENDIAN__ -D_FORTIFY_SOURCE=1 -x objective-c -fobjc-exceptions -fconstant-string-class=NSConstantString -O2 -Wno-unknown-pragmas -fmessage-length=0 --std=c99 -pipe -Ic:/devel/tools/mingw64/lib/gcc/x86_64-w64-mingw32/4.7.1/include -I../Cocotron/headers -fblocks -c main.m x86_64-w64-mingw32-gcc.exe: error: unrecognized command line option '-fblocks' clang: error: assembler (via gcc) command failed with exit code 1 (use -v to see invocation) mingw32-make: *** [main.o] Error 1 Is this a mingw problem? Regards Stefan Hertenberger
Possibly Parallel Threads
- [LLVMdev] [cfe-dev] Need help fixing 2.7 release blockers
- [LLVMdev] -fblocks?
- [LLVMdev] __sync_add_and_fetch in objc block for global variable on ARM
- [LLVMdev] llvm-gcc debug info on mingw32msvc?
- objc object file generated for gnustep runtime for ELF target is too big