Displaying 8 results from an estimated 8 matches for "sunilsaggar".
2012 Oct 25
2
[LLVMdev] Error building llvm on AIX 7.1
On 10/25/2012 4:40 AM, sunilsaggar wrote:
> Any idea how to fix this makefile issue .. i am stuck here .. It seems i am
> missing some config paramter here .. If i copy the library to the
> respective location, the compilation proceeds further .. but there are
> multiple libraries which needs to be copied ..
>
> P...
2012 Oct 25
0
[LLVMdev] llvm-config is broken ?
On Thu, Oct 25, 2012 at 01:24:23PM -0700, sunilsaggar wrote:
> I am trying to compile llvm in AIX 7.1 machine..
>
> I was able to run "gmake libs-only" and it worked well. However, gmake
> failed with the following error ..
>
> # pwd
> /usr/llvm/llvm-3.1.src/tools
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
seems you're bui...
2012 Oct 26
1
[LLVMdev] llvm-config is broken ?
thanks for the reply ..I tried building it from outside ...but got a similar
error ..
# ls /llvm/src ==> src directory
llvm-3.1.src
# pwd
/llvm/build ==> build directory
#gmake libs-only
...
...
gmake[2]: Leaving directory `/llvm/build/lib/DebugInfo'
gmake[1]: Leaving directory `/llvm/build/lib'
gmake[1]: Entering directory `/llvm/build/tools/llvm-config'
2012 Oct 25
3
[LLVMdev] llvm-config is broken ?
I am trying to compile llvm in AIX 7.1 machine..
I was able to run "gmake libs-only" and it worked well. However, gmake
failed with the following error ..
# pwd
/usr/llvm/llvm-3.1.src/tools
#gmake
gmake[2]: Leaving directory `/usr/llvm/llvm-3.1.src/tools/llvm-config'
gmake[2]: Entering directory `/usr/llvm/llvm-3.1.src/tools/opt'
gmake[2]: *** No rule to make target
2012 Oct 25
0
[LLVMdev] Error building llvm on AIX 7.1
Any idea how to fix this makefile issue .. i am stuck here .. It seems i am
missing some config paramter here .. If i copy the library to the
respective location, the compilation proceeds further .. but there are
multiple libraries which needs to be copied ..
Please advise.
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/llvm/llvm-3.1.src/tools/llvm-config'
2012 Oct 25
0
[LLVMdev] Error building llvm on AIX 7.1
Pardon my ignorance but i didn't understand what it means by building it from
separate directory ..
# pwd
/usr/llvm/llvm-3.1.src ===> entire source code is extracted here ..
#gmake
...
gmake[2]: Entering directory `/usr/llvm/llvm-3.1.src/tools/llvm-config'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/llvm/llvm-3.1.src/tools/llvm-config'
2012 Oct 24
2
[LLVMdev] Error building llvm on AIX 7.1
I googled and found that there was a bug raised with similar issue.
http://llvm.org/bugs/show_bug.cgi?id=2210
I applied the code changes mentioned in the bug and it worked. Now, i am
stuck at the following error. Working overit ..
llvm[2]: Compiling SmallVectorTest.cpp for Release+Asserts build
llvm[2]: Compiling SparseBitVectorTest.cpp for Release+Asserts build
llvm[2]: Compiling
2012 Oct 24
0
[LLVMdev] Error building llvm on AIX 7.1
AIX 7.1 & Power5
I have downloaded the llvm source and ran the following steps:
1. ./configure --enable-targets=powerpc
2. gmake
Apart from it, i had to make a few changes.
i. dladdr code has been commented for the time being and using the default
constructor code for that method
ii. In Makefile.config, 2 changes were done.
+153 # Linker flags.
+154 LDFLAGS+=-Wl,-G,-bexpfull
+211