search for: simpledma_spu

Displaying 5 results from an estimated 5 matches for "simpledma_spu".

2009 May 07
2
[LLVMdev] obtaining IR for CellBE code
...e. However i >> was not able to compile with llvm-gcc. > > Can you give a couple examples of error messages you're getting? llvm-gcc -emit-llvm -S -W -Wall -Winline -Wno-main -I. -I /opt/cell/sysroot/usr/spu/include -I /opt/cell/sysroot/opt/cell/sdk/usr/spu/include -O3 -c simpleDMA_spu.c simpleDMA_spu.c:42:23: error: spu_mfcio.h: No such file or directory simpleDMA_spu.c: In function ‘main’: simpleDMA_spu.c:60: warning: implicit declaration of function ‘mfc_tag_reserve’ simpleDMA_spu.c:60: error: ‘MFC_TAG_INVALID’ undeclared (first use in this function) simpleDMA_spu.c:60: error:...
2009 May 07
0
[LLVMdev] obtaining IR for CellBE code
On Thu, May 7, 2009 at 9:03 AM, Kshitiz Garg <ksh.cseiitk at gmail.com> wrote: >    I was trying to extract out the IR for some CELLBE code. However i > was not able to compile with llvm-gcc. Can you give a couple examples of error messages you're getting? -Eli
2009 May 07
3
[LLVMdev] obtaining IR for CellBE code
Hello, I was trying to extract out the IR for some CELLBE code. However i was not able to compile with llvm-gcc. Has someone who has tried this shed some light on the changes required to use llvm-gcc instead of gcc or xlc. A simple replacement of gcc with llvm-gcc -emit-llvm -S or marking $CC as llvm-gcc in the makefile did not work for me. I am using the standard makefile format supplied
2009 May 07
2
[LLVMdev] obtaining IR for CellBE code
...seiitk at gmail.com> wrote: >>> Can you give a couple examples of error messages you're getting? >>  llvm-gcc -emit-llvm -S        -W -Wall -Winline -Wno-main  -I.  -I >> /opt/cell/sysroot/usr/spu/include -I >> /opt/cell/sysroot/opt/cell/sdk/usr/spu/include  -O3 -c simpleDMA_spu.c >> simpleDMA_spu.c:42:23: error: spu_mfcio.h: No such file or directory > > Sorry for the extremely low-level question, but did you compile > llvm-gcc as a cross-compiler targeting Cell?  Assuming you did, I'm > not sure what the issue is; llvm-gcc should be providing that h...
2009 May 07
0
[LLVMdev] obtaining IR for CellBE code
...z Garg <ksh.cseiitk at gmail.com> wrote: >> Can you give a couple examples of error messages you're getting? >  llvm-gcc -emit-llvm -S        -W -Wall -Winline -Wno-main  -I.  -I > /opt/cell/sysroot/usr/spu/include -I > /opt/cell/sysroot/opt/cell/sdk/usr/spu/include  -O3 -c simpleDMA_spu.c > simpleDMA_spu.c:42:23: error: spu_mfcio.h: No such file or directory Sorry for the extremely low-level question, but did you compile llvm-gcc as a cross-compiler targeting Cell? Assuming you did, I'm not sure what the issue is; llvm-gcc should be providing that header. -Eli