search for: targetmachowriterinfo

Displaying 4 results from an estimated 4 matches for "targetmachowriterinfo".

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 in /usr/include). Any suggestions? Thanks for helping a noob ;) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/...
2008 Jul 06
0
[LLVMdev] Trying to compile llvm-gcc to mips
...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 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 in /usr/include). > > Any suggestions? Are you using the llvm-gcc top-of-tree(TOT) ? the TOT contains mips crosscompile support, btw, you wont be able to p...
2008 Jul 07
3
[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 in /usr/include). > > > > Any suggestions? > > Are you using the llvm-gcc top-of-tree(TOT) ? the TOT contains mips > cros...
2008 Jul 07
0
[LLVMdev] Trying to compile llvm-gcc to mips
...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 in /usr/include). >> > >> > Any suggestions? >> >> Are you using the llvm-gcc top-of-tree(TOT) ?...