search for: ipsptoolchain

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

Did you mean: psptoolchain
2008 Feb 19
1
[LLVMdev] cross compiling with the C backend
Hello, Kevin. > Well, I already use custom includes with these options: "-nostdlib > -nostdinc -Ipsptoolchain/psp/include > -Ipsptoolchain/lib/gcc/psp/4.1.0/include". But that seems not enough. > GCC has some target-specific behaviour compiled in? Well, in general - yes. However, I'm not sure up to which margin. -- WBR, Anton Korobeynikov
2008 Feb 19
0
[LLVMdev] cross compiling with the C backend
...recise > position of this field. > > In general, you will need to configure a crosscompiler, or, at least, > hack llvm-gcc to use correct system headers for your target plaform (not > for the build!). Well, I already use custom includes with these options: "-nostdlib -nostdinc -Ipsptoolchain/psp/include -Ipsptoolchain/lib/gcc/psp/4.1.0/include". But that seems not enough. GCC has some target-specific behaviour compiled in?