Displaying 4 results from an estimated 4 matches for "d__psp__".
2008 Feb 28
2
[LLVMdev] llvm-gcc and mips
...hesis/work/install/llvmgcc-mips/bin/llvm-gcc
-nostdlib -nostdinc
-I/home/kevin/Documents/School/Thesis/work/install/psptoolchain/psp/include
-I/home/kevin/Documents/School/Thesis/work/install/psptoolchain/lib/gcc/psp/4.1.0/include
-c -emit-llvm -Wall \
-D_PSP_FW_VERSION=150 -DPSP=1 -D__psp__=1 -D_PSP=1
-I/home/kevin/Documents/School/Thesis/work/install/psptoolchain/psp/sdk/include
-O1 main.c -o main.o
llvm-gcc: error trying to exec 'cc1': execvp: No such file or directory
When I ran "make -k install" it looked like every invocation of xgcc
died with an abort (after...
2008 Feb 27
0
[LLVMdev] llvm-gcc and mips
On Feb 27, 2008, at 8:38 AM, HyperQuantum wrote:
> I tried to cross-compile llvm-gcc for mips, but it crashes
> But now I'm stuck. I don't need a full cross-compiler, just generating
> LLVM code is sufficient for me.
make -k install will install a mips cross compiler for you, I believe.
If you don't want to install it, you can run it as cd gcc && ./xgcc -
B./ t.c.
2008 Feb 28
0
[LLVMdev] llvm-gcc and mips
...vm-gcc
> -nostdlib -nostdinc
> -I/home/kevin/Documents/School/Thesis/work/install/psptoolchain/psp/
> include
> -I/home/kevin/Documents/School/Thesis/work/install/psptoolchain/lib/
> gcc/psp/4.1.0/include
> -c -emit-llvm -Wall \
> -D_PSP_FW_VERSION=150 -DPSP=1 -D__psp__=1 -D_PSP=1
> -I/home/kevin/Documents/School/Thesis/work/install/psptoolchain/psp/
> sdk/include
> -O1 main.c -o main.o
> llvm-gcc: error trying to exec 'cc1': execvp: No such file or
> directory
Do:
find . -name cc1 -print
to find cc1 in the build directory. Then, c...
2008 Feb 27
2
[LLVMdev] llvm-gcc and mips
I tried to cross-compile llvm-gcc for mips, but it crashes somewhere
in the build process:
/home/kevin/Documents/School/2eLIC/Thesis/work/build/llvmgcc-mips/./gcc/xgcc
-B/home/kevin/Documents/School/2eLIC/Thesis/work/build/llvmgcc-mips/./gcc/
-B/home/kevin/Documents/School/2eLIC/Thesis/work/build/llvmgcc-mips/../../install/llvmgcc-mips/mips-unknown-linux-gnu/bin/