search for: embedspu

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

Did you mean: embeds
2014 Mar 27
2
[LLVMdev] using just llvm/clang for building mips llvm
...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-strip sparc-elf-as ecc++ ecc-gdb ecc-objdump i386-elf-as x86_64-elf-as ecc-addr2line ecc-gprof ecc-ranlib microblaze-elf-as ecc-ar ecc-ld ecc-readelf mips-elf-as rkotler at mipsswbrd002:~/richard/ellcc/bin$ ./ecc Segmentation fault rkot...
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