search for: tonyg362

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

2010 Nov 05
0
[LLVMdev] llvm-gcc conigure error
On Nov 5, 2010, at 10:38 AM, tonyg362 wrote: > > I am trying to build llvm-gcc and I keep running into a configure error: > > configure: error: You must specify valid path to your LLVM tree with > --enable-llvm=DIR > > I have an llvm directory which contains the following directories: > > llvm-2.8 llvm-i...
2010 Nov 08
0
[LLVMdev] Compiling front end for ARM target
On Nov 6, 2010, at 5:22 PM, tonyg362 wrote: > > I am trying to compile llvm-gcc for an ARm target. I usine the following > configure options: > > /home/tony/llvm/llvm-gcc/configure > --prefix=/home/tony/llvm/llvm-gcc-install/ --program-prefix=llvm-arm- > --enable-llvm=/home/tony/llvm/llvm-install/ --enable-pic...
2010 Nov 07
2
[LLVMdev] Compiling front end for ARM target
I am trying to compile llvm-gcc for an ARm target. I usine the following configure options: /home/tony/llvm/llvm-gcc/configure --prefix=/home/tony/llvm/llvm-gcc-install/ --program-prefix=llvm-arm- --enable-llvm=/home/tony/llvm/llvm-install/ --enable-pic --disable-bootstrap --target=arm-none-linux-gnueabi --enable-languages=c,c++ Then I try to make: make ENABLE_PROFILING=1 ENABLE_OPTIMIZED=1
2010 Nov 05
2
[LLVMdev] llvm-gcc conigure error
I am trying to build llvm-gcc and I keep running into a configure error: configure: error: You must specify valid path to your LLVM tree with --enable-llvm=DIR I have an llvm directory which contains the following directories: llvm-2.8 llvm-install llvm-obj llvm-gcc llvm-gcc-obj llvm-gcc-install I first configure, build, and install llvm by doing the following: configure llvm inside llvm-obj