search for: abortado

Displaying 7 results from an estimated 7 matches for "abortado".

2008 Jul 07
3
[LLVMdev] Trying to compile llvm-gcc to mips
Hi, well, I downloaded the head revision of llvm and llvm-gcc. As you said it hangs at: Formal argument #0 has unhandled type f32 /home/julio/trunk/llvm-gcc/gcc/libgcc2.c:1765: internal compiler error: Abortado Please submit a full bug report, with preprocessed source if appropriate. Actually, I don't need fp, there is any way to disable? By the way, I'm working with a MIPS coprocessor with vectorial reconfigurable units (similar to RSVP). My future work will be autovectorize loops (I've alr...
2006 Apr 16
1
Crash in de()
.../usr/lib64/libgfortran.so.1.0.0 3bbc986000-3bbca85000 ---p 00086000 fd:00 4550714 /usr/lib64/libgfortran.so.1.0.0 3bbca85000-3bbca87000 rw-p 00085000 fd:00 4550714 /usr/lib64/libgfortran.so.1.0.0 3bbcb00000-3bbcced000 r-xp 00000000 fd:00 5177879 Abortado
2008 Jul 06
0
[LLVMdev] Trying to compile llvm-gcc to mips
Hi Julio, On Sun, Jul 6, 2008 at 1:58 PM, Julio <julio.martin.hidalgo at gmail.com> wrote: > Hello, I'm trying to compile llvm-gcc to crosscompile mips. I have already > modified a config.gcc to add mips as a target with llvm, but it gives me > "Did not get a target machine!" (from llvm-backend.cpp). > > I thought that I had to modify TargetMachOWriterInfo.h
2008 Jul 06
2
[LLVMdev] Trying to compile llvm-gcc to mips
Hello, I'm trying to compile llvm-gcc to crosscompile mips. I have already modified a config.gcc to add mips as a target with llvm, but it gives me "Did not get a target machine!" (from llvm-backend.cpp). I thought that I had to modify TargetMachOWriterInfo.h with MIPS info, but now the problem is that I don't know where can I get the <mach/machine.h> (I don't have it
2008 Jul 07
0
[LLVMdev] Trying to compile llvm-gcc to mips
...l work? 2008/7/7 Julio <julio.martin.hidalgo at gmail.com>: > Hi, well, I downloaded the head revision of llvm and llvm-gcc. As you said > it hangs at: > > Formal argument #0 has unhandled type f32 > /home/julio/trunk/llvm-gcc/gcc/libgcc2.c:1765: internal compiler error: > Abortado > Please submit a full bug report, > with preprocessed source if appropriate. > > Actually, I don't need fp, there is any way to disable? > > By the way, I'm working with a MIPS coprocessor with vectorial > reconfigurable units (similar to RSVP). My future work will be...
2006 Nov 03
1
data.entry(), de() fail in FC6-x86_64
.../usr/lib64/libreadline.so.5.1 3d4143c000-3d4143d000 rw-p 3d4143c000 00:00 0 3d41600000-3d41744000 r-xp 00000000 16:42 779765 /lib64/libc-2.5.so 3d41744000-3d41944000 ---p 00144000 16:42 779765 /lib64/libc-2.5.so 3d41944000-3d4194 Process R abortado at Fri Nov 3 11:53:57 2006
2014 Jun 06
0
Vanitygen on centos linux
...lloc? make: *** [pattern.o] Error 1 that will be fixed with: Code:[root at localhost vanitygen]# yum install pcre-devel Second error: Code:[windows at localhost vanitygen]$ ./vanitygen 1BTC Difficulty: 77178 vanitygen: pattern.c:164: vg_exec_context_init: Assertion `vxcp->vxc_key' failed. Abortado that was a little bit hard to fix, but i fond the solution: Code:mkdir ~/devel cd ~/devel wget http://openssl.org/source/openssl-1.0.1g.tar.gz tar xfz openssl-1.0.1g.tar.gz cd openssl-1.0.1g ./config --prefix=/opt/openssl-1.0.1g zlib-dynamic shared make sudo make install_sw Now we download vani...