search for: collect_gcc_opt

Displaying 20 results from an estimated 31 matches for "collect_gcc_opt".

2013 Feb 21
4
[LLVMdev] make error building llvm/clang 3.2 on Linux
...enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu Thread model: posix gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) COLLECT_GCC_OPTIONS='-E' '-v' '-mtune=generic' '-march=i686' /usr/lib/gcc/i686-linux-gnu/4.6/cc1 -E -quiet -v -imultilib . -imultiarch i386-linux-gnu - -mtune=generic -march=i686 -fstack-protector ignoring nonexistent directory "/usr/local/include/i386-linux-gnu" ignoring...
2011 Mar 22
4
[LLVMdev] -emit-llvm on ubuntu is broken
...--enable-gold --with-plugin-ld=ld.gold --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu Thread model: posix gcc version 4.5.1 (Ubuntu/Linaro 4.5.1-7ubuntu2) COLLECT_GCC_OPTIONS='-fplugin=/usr/lib/gcc/i686-linux-gnu/4.5/plugin/dragonegg.so' '-emit-llvm' '-S' '-v' '-mtune=generic' '-march=i686' /usr/lib/gcc/i686-linux-gnu/4.5.1/cc1 -quiet -v -iplugindir=/usr/lib/gcc/i686-linux-gnu/4.5.1/plugin hello.c -D_FORTIFY_SOURCE=2...
2011 Mar 22
0
[LLVMdev] -emit-llvm on ubuntu is broken
...d=ld.gold --enable-objc-gc --enable-targets=all > --disable-werror --with-arch-32=i686 --with-tune=generic > --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu > --target=i686-linux-gnu > Thread model: posix > gcc version 4.5.1 (Ubuntu/Linaro 4.5.1-7ubuntu2) > COLLECT_GCC_OPTIONS='-fplugin=/usr/lib/gcc/i686-linux-gnu/4.5/plugin/dragonegg.so' > '-emit-llvm' '-S' '-v' '-mtune=generic' '-march=i686' > /usr/lib/gcc/i686-linux-gnu/4.5.1/cc1 -quiet -v > -iplugindir=/usr/lib/gcc/i686-linux-gnu/4.5.1/plugin hello.c > -...
2013 Feb 26
0
[LLVMdev] make error building llvm/clang 3.2 on Linux
...ue-object --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu > Thread model: posix > gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) > COLLECT_GCC_OPTIONS='-E' '-v' '-mtune=generic' '-march=i686' > /usr/lib/gcc/i686-linux-gnu/4.6/cc1 -E -quiet -v -imultilib . -imultiarch i386-linux-gnu - -mtune=generic -march=i686 -fstack-protector > ignoring nonexistent directory "/usr/local/include/i386-linux-gnu&quo...
2013 Feb 26
2
[LLVMdev] make error building llvm/clang 3.2 on Linux
...e/../mpfr --with-mpc=/home/youngmj/DevTools/Gnu_Compiler_Collection-gcc/Version_4.7.2/source/../mpc --enable-languages=c,c++,java --with-pkgversion=''\''MJY_Build__2013/02/22_04:52'\''' Thread model: posix gcc version 4.7.2 ('MJY_Build__2013/02/22_04:52') COLLECT_GCC_OPTIONS='-v' '-isystem' '/usr/include/i386-linux-gnu' '-L/usr/lib/i386-linux-gnu' '-mtune=generic' '-march=pentiumpro' /home/youngmj/DevTools/Gnu_Compiler_Collection-gcc/Version_4.7.2/install/libexec/gcc/i686-pc-linux-gnu/4.7.2/cc1 -quiet -v -isystem /...
2011 Mar 22
2
[LLVMdev] -emit-llvm on ubuntu is broken
...-gc --enable-targets=all >> --disable-werror --with-arch-32=i686 --with-tune=generic >> --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu >> --target=i686-linux-gnu >> Thread model: posix >> gcc version 4.5.1 (Ubuntu/Linaro 4.5.1-7ubuntu2) >> COLLECT_GCC_OPTIONS='-fplugin=/usr/lib/gcc/i686-linux-gnu/4.5/plugin/dragonegg.so' >> '-emit-llvm' '-S' '-v' '-mtune=generic' '-march=i686' >> /usr/lib/gcc/i686-linux-gnu/4.5.1/cc1 -quiet -v >> -iplugindir=/usr/lib/gcc/i686-linux-gnu/4.5.1/plugin he...
2013 Feb 24
0
[LLVMdev] make error building llvm/clang 3.2 on Linux
I'm continuing this here in llvm-dev since the thread was started here, but, in hindsight, it may have been better in cfe-dev, because the problem seems to be related to clang. I turned on "verbose" mode in make (VERBOSE=1 TOOL_VERBOSE=1) and found that it is clang, not gcc, that is being used at this point in the make. Based on the command issued (particularly with the --sysroot
2018 Jan 03
0
Regression tests
...uilddir/build/BUILD/gcc-4.8.5-20150702/obj-x8 >> 6_64-redhat-linux/cloog-install --enable-gnu-indirect-function >> --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux >> Modèle de thread: posix >> gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) >> COLLECT_GCC_OPTIONS='-v' '-funwind-tables' '-std=c++11' '-D' >> '_LIBCPP_DISABLE_AVAILABILITY' '-D' 'LIBCXXABI_NO_TIMER' '-nostdinc++' '-I' >> '/dsk/l1/misc/vusontuan/llvm/projects/libcxx/include' '-I' >> '...
2011 Mar 22
0
[LLVMdev] -emit-llvm on ubuntu is broken
On Mar 21, 2011, at 6:36 PM, stackunderflow wrote: > > I try to generate a human readable .ll file on Linux. I installed llvm-gcc > but as I see it can generate only assembly code (-S option). Is there any > way to get something like what is generated by llvm online compiler? > > That's what I get with llvm-gcc -S -emit-llvm hello.c on Ubuntu 10.10: llvm-gcc -v ? -eric
2011 Mar 22
1
[LLVMdev] -emit-llvm on ubuntu is broken
...gc --enable-targets=all >> --disable-werror --with-arch-32=i686 --with-tune=generic >> --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu >> --target=i686-linux-gnu >> Thread model: posix >> gcc version 4.5.1 (Ubuntu/Linaro 4.5.1-7ubuntu2) >> COLLECT_GCC_OPTIONS='-fplugin=/usr/lib/gcc/i686-linux-gnu/4.5/plugin/dragonegg.so' >> '-emit-llvm' '-S' '-v' '-mtune=generic' '-march=i686' >> /usr/lib/gcc/i686-linux-gnu/4.5.1/cc1 -quiet -v >> -iplugindir=/usr/lib/gcc/i686-linux-gnu/4.5.1/plugin he...
2017 Dec 26
2
Regression tests
Hello, I have just built LLVM with CMake by following these instructions https://llvm.org/docs/GettingStarted.html#getting-started-quickly-a-summary and I am trying to run the regression tests using "make check-all" but there are some unexpected failures in libcxx and libcxxabi. Here's the test log: Expected Passes : 40745 Expected Failures : 258 Unsupported Tests : 1594
2012 Jul 18
0
[LLVMdev] Setting up a cross-compiler for cortex-m3
...tdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) COLLECT_GCC_OPTIONS='-v' '-c' '-o' 'testReference.o' '-shared-libgcc' '-mtune=generic' '-march=x86-64' as --64 -o testReference.o /tmp/testReference-Shww7Y.s /tmp/testReference-Shww7Y.s: Assembler messages: /tmp/testReference-Shww7Y.s:1: Error: unknown pseud...
2011 Mar 22
2
[LLVMdev] -emit-llvm on ubuntu is broken
I try to generate a human readable .ll file on Linux. I installed llvm-gcc but as I see it can generate only assembly code (-S option). Is there any way to get something like what is generated by llvm online compiler? That's what I get with llvm-gcc -S -emit-llvm hello.c on Ubuntu 10.10: .file "hello.c" .ident "GCC: (Ubuntu/Linaro 4.5.1-7ubuntu2) 4.5.1 LLVM: "
2012 Jul 18
3
[LLVMdev] Setting up a cross-compiler for cortex-m3
On 18 July 2012 14:57, salvatore benedetto <salvatore.benedetto at gmail.com> wrote: > $ clang -march=armv7-m -mfloat-abi=soft -ccc-host-triple > armv7m-none-gnueabi testReference.cpp -c > fatal error: error in backend: CPU: 'cortex-m3' does not support ARM > mode execution! Ah, yes! Try: $ clang -ccc-host-triple thumbv7m-none-gnueabi testReference.cpp -c Cross
2012 Jun 18
1
[LLVMdev] MinGW 4.7.0-compiled Clang Mis-compiles Simple Programs
...,ada,fortran,objc,obj-c++ --disable-sjlj-exceptions --with-dwarf2 --enable-shared --enable-libgomp --disable-win32-registry --enable-libstdcxx-debug --disable-build-poststage1-with-cxx --enable-version-specific-runtime-libs --build=mingw32 --prefix=/mingw Thread model: win32 gcc version 4.7.0 (GCC) COLLECT_GCC_OPTIONS='-O0' '-v' '-c' '-o' 'C:/Users/JHOLEW~1/AppData/Local/Temp/test1-017385.o' '-shared-libgcc' '-mtune=i386' '-march=i386' c:/mingw/bin/../lib/gcc/mingw32/4.7.0/../../../../mingw32/bin/as.exe -o C:/Users/JHOLEW~1/AppData/Local/Temp/t...
2012 Jul 18
0
[LLVMdev] Setting up a cross-compiler for cortex-m3
...tdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) COLLECT_GCC_OPTIONS='-v' '-c' '-o' 'testReference.o' '-shared-libgcc' '-mtune=generic' '-march=x86-64' as --64 -o testReference.o /tmp/testReference-IcBmdF.s /tmp/testReference-IcBmdF.s: Assembler messages: /tmp/testReference-IcBmdF.s:1: Error: unknown pseud...
2012 Jul 18
2
[LLVMdev] Setting up a cross-compiler for cortex-m3
On 18 July 2012 15:24, salvatore benedetto <salvatore.benedetto at gmail.com> wrote: > I'm not sure how to interpret the above output, but I don't understand > why if say -triple armv4t-none--gnueabi . Ok, we're getting there... ;) I think these errors are due to Clang not finding the libraries/includes/etc for the target you're building. If you have
2012 Jul 18
2
[LLVMdev] Setting up a cross-compiler for cortex-m3
...-time=yes --enable-plugin > --enable-objc-gc --disable-werror --with-arch-32=i686 > --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu > --host=x86_64-linux-gnu --target=x86_64-linux-gnu > Thread model: posix > gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) > COLLECT_GCC_OPTIONS='-v' '-c' '-o' 'testReference.o' '-shared-libgcc' > '-mtune=generic' '-march=x86-64' > as --64 -o testReference.o /tmp/testReference-Shww7Y.s > /tmp/testReference-Shww7Y.s: Assembler messages: > /tmp/testReference-Shww7Y.s:1:...
2011 Sep 21
1
[LLVMdev] question on clang c++ support
...able-ld=default --with-plugin-ld=ld.gold --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu Thread model: posix gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4) COLLECT_GCC_OPTIONS='-v' '-fsyntax-only' '-mtune=generic' '-march=i686' cc1plus -quiet -v -D_GNU_SOURCE /dev/null -D_FORTIFY_SOURCE=2 -quiet -dumpbase null -mtune=generic -march=i686 -auxbase null -version -fsyntax-only -o /dev/null -fstack-protector gcc: error trying to exec '...
2012 Jul 22
3
[LLVMdev] Setting up a cross-compiler for cortex-m3
...ly when I moved to compile my firmware and got the following /tmp/startup-EFUAJp.s: Assembler messages: /tmp/startup-EFUAJp.s:84: Error: width suffixes are invalid in ARM mode -- `ldr.w sp,[r0]' Using the -v options produce the following gcc version 4.6.3 (Sourcery CodeBench Lite 2012.03-57) COLLECT_GCC_OPTIONS='-ffunction-sections' '-fno-common' '-fno-exceptions' '-fno-rtti' '-v' '-nostdlib' '-nodefaultlibs' '-Wall' '-stdlib=libc++' '-I' '/home/emitrax/bin/llvm/lib/c++/v1' '-std=c++11' '-I' '/h...