maesfahani / gpuocelot

Automatically exported from code.google.com/p/gpuocelot
0 stars 0 forks source link

-locelotTrace compile failed #77

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. cd gpuocelot/ocelot; sudo ./build.py --install
2. cd gpuocelot/trace-generator; libtoolize; aclocal; autoconfi; automake; 
./configure; make; sudo make install
3. cd gpuocelot; sudo ./build.py --test_level=basic --test_lists=cuda3.2
4. add '-locelotTrace' at the LIBS of gpuocelot/tests/cuda3.2/SConscript file.
5. cd gpuocelot/.release_build/tests/cuda3.2; ldd Nbody |sort
    /lib64/ld-linux-x86-64.so.2 (0x00007f16850ff000)
    libboost_system.so.1.46.1 => /usr/lib/libboost_system.so.1.46.1 (0x00007f1682308000)
    libboost_thread.so.1.46.1 => /usr/lib/libboost_thread.so.1.46.1 (0x00007f16820ef000)
    libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f1682cbf000)
    libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f1681eeb000)
    libdrm.so.2 => /usr/lib/x86_64-linux-gnu/libdrm.so.2 (0x00007f1680a59000)
    libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f168307e000)
    libglapi.so.0 => /usr/lib/x86_64-linux-gnu/libglapi.so.0 (0x00007f1681abd000)
    libGLEW.so.1.5 => /usr/lib/libGLEW.so.1.5 (0x00007f168388f000)
    libGL.so.1 => /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1 (0x00007f1682a5e000)
    libGLU.so.1 => /usr/lib/x86_64-linux-gnu/libGLU.so.1 (0x00007f1684c34000)
    libglut.so.3 => /usr/lib/x86_64-linux-gnu/libglut.so.3 (0x00007f1684ea2000)
    libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f1683294000)
    libocelot.so => /usr/local/lib/libocelot.so (0x00007f1683ae5000)
    libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f1682841000)
    librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f1681ce2000)
    libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f168358f000)
    libX11.so.6 => /usr/lib/x86_64-linux-gnu/libX11.so.6 (0x00007f168250d000)
    libX11-xcb.so.1 => /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1 (0x00007f168129f000)
    libXau.so.6 => /usr/lib/x86_64-linux-gnu/libXau.so.6 (0x00007f1680855000)
    libxcb-glx.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0 (0x00007f1681088000)
    libxcb.so.1 => /usr/lib/x86_64-linux-gnu/libxcb.so.1 (0x00007f1680e6a000)
    libXdamage.so.1 => /usr/lib/x86_64-linux-gnu/libXdamage.so.1 (0x00007f16816a8000)
    libXdmcp.so.6 => /usr/lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007f168064f000)
    libXext.so.6 => /usr/lib/x86_64-linux-gnu/libXext.so.6 (0x00007f16818ab000)
    libXfixes.so.3 => /usr/lib/x86_64-linux-gnu/libXfixes.so.3 (0x00007f16814a2000)
    libXxf86vm.so.1 => /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1 (0x00007f1680c64000)
    linux-vdso.so.1 =>  (0x00007fffc4dff000)

What is the expected output? What do you see instead?
Here, I expected that the libocelotTrace.so is shown. but it is not. How can I 
fix this issue? Thank you very much.

I have tried the Ubuntu 12.04 and 11.10, gpuocelot is directly downloaded from 
svn. But the llvm from svn does not work. So I manually download src of 
llvm-3.1.src, and then build it. 

Thanks in advance for the help.

Long

Original issue reported on code.google.com by chenlong...@gmail.com on 14 Oct 2012 at 4:51