search for: kursh

Displaying 3 results from an estimated 3 matches for "kursh".

2010 Apr 11
2
[LLVMdev] how to compile llvm-gcc whith lto support for ARM
i try compile with options: binutils 2.20.1 ../configure --target=arm-unknown-linux-gnueabi --program-prefix=arm- --prefix=/home/kursh/arm --enable-gold --enable-plugins --with-sysroot=/home/kursh/arms/sys-root make && make install LLVM: CXXFLAGS="-fPIC" ../configure \ --enable-jit \ --enable-optimized \ --enable-shared\ --enable-pic\ --with-pic\ --disable-muiltilib\ --pref...
2010 Apr 11
0
[LLVMdev] how to compile llvm-gcc whith lto support for ARM
Hello >  ../configure  --target=arm-unknown-linux-gnueabi --program-prefix=arm- > --prefix=/home/kursh/arm --enable-gold --enable-plugins > --with-sysroot=/home/kursh/arms/sys-root It seems you've configured binutils with gold... > /home/kursh/arm/arm-unknown-linux-gnueabi/bin/ranlib ./libgcc_eh.a > /home/kursh/arm/bin/arm-ld: error: libgcc/./_udivsi3_s.o: unsupported reloc > 40 aga...
2012 Mar 13
3
[LLVMdev] MC JIT on ARM can't generate valid code for external functions call
Hello. We found the following problem with MC JIT, on ARM it can't generate valid code for instruction "bl <external_function>" like: bl printf Because the ELF file in memory generated by MC JIT does not have the .plt section, but we need to have the following code to be emitted in it: .plt:00008290 STR LR, [SP,#-4]! .plt:00008294