search for: __init_libc

Displaying 2 results from an estimated 2 matches for "__init_libc".

2014 Mar 27
2
[LLVMdev] using just llvm/clang for building mips llvm
...org/software/gdb/bugs/>... Reading symbols from /home/rkotler/richard/ellcc/bin/ecc...done. (gdb) run Starting program: /home/rkotler/richard/ellcc/bin/ecc Program received signal SIGSEGV, Segmentation fault. 0x02ee15dc in __init_tls () (gdb) bt #0 0x02ee15dc in __init_tls () #1 0x02ebde44 in __init_libc () #2 0x02ebdebc in __libc_start_main () #3 0x00416ac4 in _start () (gdb) rkotler at mipsswbrd002:~/richard/ellcc/bin$ ls FileCheck ecc-c++filt ecc-ld.bfd ecc-size ppc-elf-as arm-elf-as ecc-elfedit ecc-nm ecc-strings ppc64-elf-as ecc ecc-embedspu ecc-objcopy ecc-...
2014 Mar 27
5
[LLVMdev] using just llvm/clang for building mips llvm
In case anyone is interested.... We don't need to compile llvm/clang using gcc anymore for the building of mips hosted llvm compilers. We build a linux mips hosted compiler starting with llvm/clang on x86 linux using the normal configure scripts and then can use that resulting compiler to build further llvm/clang native compilers on the mips linux host. The cross compiler and native