search for: xassembler

Displaying 14 results from an estimated 14 matches for "xassembler".

Did you mean: assembler
2012 Aug 16
3
[LLVMdev] MIPS & GP register
...’". I changed it to "-ccc-host-triple" and that seemed to fix that problem, but the assembler seems to freak out something fierce. At first, it said "FATAL:/usr/bin/../libexec/as/x86_64/as: I don't understand 'G' flag!", and when I removed the offending "-Xassembler" flags, it generates hundreds of errors, I think because it's calling "/usr/bin/gcc" and then getting an x86_64 assembler instead of the MIPS cross-assembler. Adding a -v flag seems to confirm this thinking. With "-ccc-host-triple mips-sde-elf" and the -v flag, I get...
2012 Aug 16
0
[LLVMdev] MIPS & GP register
...’". I changed it to "-ccc-host-triple" and that seemed to fix that problem, but the assembler seems to freak out something fierce. At first, it said "FATAL:/usr/bin/../libexec/as/x86_64/as: I don't understand 'G' flag!", and when I removed the offending "-Xassembler" flags, it generates hundreds of errors, I think because it's calling "/usr/bin/gcc" and then getting an x86_64 assembler instead of the MIPS cross-assembler. Adding a -v flag seems to confirm this thinking. With "-ccc-host-triple mips-sde-elf" and the -v flag, I get...
2012 Aug 16
2
[LLVMdev] MIPS & GP register
...> -mtune=4kem > -msoft-float > -EL > > -Xclang -triple -Xclang mipsel-sde-elf > -Xclang -mrelocation-model -Xclang static > > -Xclang -mllvm -Xclang -mips-ssection-threshold=0 > -Xclang -mllvm -Xclang -enable-mips-delay-filler > > -Xassembler -G -Xassembler 0 -g > > -funsigned-char > -fshort-wchar > -fno-zero-initialized-in-bss > -fasynchronous-unwind-tables > -ffunction-sections > -fdata-sections > > -Oz Does that stuff looks like it makes sense? A once-over by someone with som...
2012 Aug 16
0
[LLVMdev] MIPS & GP register
On Wed, Aug 15, 2012 at 10:17 PM, Carl Norum <carl at lytro.com> wrote: >> -march=mips32r2 >> -mtune=4kem >> -msoft-float >> -EL >> >> -Xclang -triple -Xclang mipsel-sde-elf >> -Xclang -mrelocation-model -Xclang static >> >> -Xclang -mllvm -Xclang -mips-ssection-threshold=0 >> -Xclang -mllvm -Xclang
2012 Aug 17
2
[LLVMdev] MIPS & GP register
...> > -EL > > > > -Xclang -triple -Xclang mipsel-sde-elf > > -Xclang -mrelocation-model -Xclang static > > > > -Xclang -mllvm -Xclang -mips-ssection-threshold=0 > > -Xclang -mllvm -Xclang -enable-mips-delay-filler > > > > -Xassembler -G -Xassembler 0 -g > > > > -funsigned-char > > -fshort-wchar > > -fno-zero-initialized-in-bss > > -fasynchronous-unwind-tables > > -ffunction-sections > > -fdata-sections > > > > -Oz > > Does that stuff looks l...
2012 Aug 17
0
[LLVMdev] MIPS & GP register
...> > -EL > > > > -Xclang -triple -Xclang mipsel-sde-elf > > -Xclang -mrelocation-model -Xclang static > > > > -Xclang -mllvm -Xclang -mips-ssection-threshold=0 > > -Xclang -mllvm -Xclang -enable-mips-delay-filler > > > > -Xassembler -G -Xassembler 0 -g > > > > -funsigned-char > > -fshort-wchar > > -fno-zero-initialized-in-bss > > -fasynchronous-unwind-tables > > -ffunction-sections > > -fdata-sections > > > > -Oz > > Does that stuff looks...
2004 May 01
2
[LLVMdev] LLVM on Windows (cygwin?)
...rc/gcc/../winsup/include -I../../src/gcc/../winsup/cygwin/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../src/gcc -I../../src/gcc/. -I../../src/gcc/../include -DL_chkstk -xassembler-with-cpp -c ../../src/gcc/config/i386/cygwin.asm -o libgcc/./_chkstk.o gccas: /tmp/ccSFlVhW.s:1: syntax error, unexpected $undefined /tmp/ccSFlVhW.s:1: while reading token: '#' Which seems to be a libgcc problem. Any ideas where to start digging for more information on how to port the...
2004 Jun 28
1
[LLVMdev] xgcc: installation problem, cannot exec `gccas': No such file or directory
...nd/install//i586-pc-interix3/sys-include -O2 -DIN_GCC -D__INTERIX -D_ALL_SOURCE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../src/gcc -I../../src/gcc/. -I../../src/gcc/../include -DL_chkstk -xassembler-with-cpp -c ../../src/gcc/config/i386/cygwin.asm -o libgcc/./_chkstk.o xgcc: installation problem, cannot exec `gccas': No such file or directory Why is xgcc looking for gccas? I've not yet build the LLVM sources. And with my knowledge up to this point, it is not necessary - Correct me i...
2012 May 17
5
[PATCH 1/1] kbuild: sync with kernel 3.4-rc7
...;; \ + else echo "$(3)"; \ + fi; \ + rm -f "$$TMP" "$$TMPO") + # as-option -# Usage: cflags-y += $(call as-option, -Wa$(comma)-isa=foo,) +# Usage: cflags-y += $(call as-option,-Wa$(comma)-isa=foo,) + +as-option = $(call try-run,\ + $(CC) $(KBUILD_CFLAGS) $(1) -c -xassembler /dev/null -o "$$TMP",$(1),$(2)) -as-option = $(shell if $(CC) $(CFLAGS) $(1) -Wa,-Z -c -o /dev/null \ - -xassembler /dev/null > /dev/null 2>&1; then echo "$(1)"; \ - else echo "$(2)"; fi ;) +# as-instr +# Usage: cflags-y += $(call as-instr,instr,o...
2004 May 01
0
[LLVMdev] LLVM on Windows (cygwin?)
...p/include > -I../../src/gcc/../winsup/cygwin/include -DIN_GCC -W -Wall > -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem > ./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. > -I../../src/gcc -I../../src/gcc/. -I../../src/gcc/../include -DL_chkstk > -xassembler-with-cpp -c ../../src/gcc/config/i386/cygwin.asm -o > libgcc/./_chkstk.o > gccas: /tmp/ccSFlVhW.s:1: syntax error, unexpected $undefined > /tmp/ccSFlVhW.s:1: while reading token: '#' > > Which seems to be a libgcc problem. > Any ideas where to start digging for more infor...
2008 Jan 21
2
[LLVMdev] LLVM build freezes in scratchbox, ARM target
...rce/gcc -I/home/arvind/tools/llvm/llvm-gcc4.2-2.1.source/gcc/. -I/home/arvind/tools/llvm/llvm-gcc4.2-2.1.source/gcc/../include -I/home/arvind/tools/llvm/llvm-gcc4.2-2.1.source/gcc/../libcpp/include -I/home/arvind/tools/llvm/llvm-gcc4.2-2.1.source/gcc/../libdecnumber -I../libdecnumber -DL_dvmd_lnx -xassembler-with-cpp -c /home/arvind/tools/llvm/llvm-gcc4.2-2.1.source/gcc/config/arm/lib1funcs.asm -include libgcc/./_dvmd_lnx.vis -o libgcc/./_dvmd_lnx.o /home/arvind/tools/llvm/llvm_build/./gcc/xgcc -B/home/arvind/tools/llvm/llvm_build/./gcc/ -B/opt/llvm//arm-unknown-linux-gnu/bin/ -B/opt/llvm//arm-unknown-...
2010 Jul 24
2
theorarm build
...assembler .s files in ./lib/arm needed to be converted to gcc- compatible format with arm2gcc.pl script. (2) When turning off ARMV6 and ARM_HAS_NEON switches, the ARMfrag.s files had a misplaced .endif directive that needed to be relocated. (3) The CCASFLAGS options needed to be set to "-Xassembler -Iarm/" to locate dependent .s files for assembly. (4) The ARMstate.c file had a couple mismatched function parameter types which needed fixing. (5) When linking completed, the resulting libtheora.so binary was not able to load due to unresolved symbols. The missing functions were in...
2011 Feb 20
3
[LLVMdev] Build problems with llvm-gcc
...finition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../trunk/gcc -I../../trunk/gcc/. -I../../trunk/gcc/../include -I../../trunk/gcc/../libcpp/include -I../../trunk/gcc/../libdecnumber -I../libdecnumber -I/root/llvm_source/llvm/include -E -xassembler-with-cpp -; \ } | gawk -f ../../trunk/gcc/mkmap-symver.awk > libgcc/./tmp-libgcc.map mv 'libgcc/./tmp-libgcc.map' libgcc/./libgcc.map /root/llvm_gcc_source/llvm-gcc-objects/./gcc/xgcc -B/root/llvm_gcc_source/llvm-gcc-objects/./gcc/ -B/usr/local/x86_64-unknown-linux-gnu/bin/ -B/usr/loca...
2014 May 02
2
[LLVMdev] clang build (Debug+Asserts) fails with Cygwin and Mingw (ASTContext.o: File too big)
On 5/2/2014 11:41 PM, David Blaikie wrote: > Any idea what all those sections are - comdat inline functions? > No idea, as I cannot run objdump -h on a object file that I couldn't build :) Anyhow, I have an old, successful Debug+Asserts build of clang, made with Mingw also, for clang revision 206070. Apparently, the ASTContext.o file there contained 16453 sections, not 33066, as