CLooG/PPL is not installed in Android toolchain (android/toolchain/build)
Bug #740057 reported by
Jim Huang
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Linaro Android |
Fix Released
|
High
|
Jim Huang |
Bug Description
Currently, CLooG/PPL is not installed in Android toolchain (android/
The right way is to implement CLooG/PPL support in Android toolchain build process.
Changed in linaro-android: | |
assignee: | nobody → Jim Huang (jserv) |
status: | New → In Progress |
Changed in linaro-android: | |
importance: | Undecided → High |
milestone: | none → linaro-11.04 |
Changed in linaro-android: | |
status: | In Progress → Fix Released |
To post a comment you must log in.
It seems that cloog-ppl-0.15.10 has some libtool related bug while --disable-shared:
Linaro/ android/ toolchain/ build$ ldd ./temp- install/ bin/arm- eabi-cloog linux-gnu/ libm.so. 6 (0x00157000) Linaro/ android/ toolchain/ build/temp- install/ lib/libcloog. so.0 (0x008d9000) linux-gnu/ libc.so. 6 (0x0017d000) linux-gnu/ libgcc_ s.so.1 (0x00110000)
libm.so.6 => /lib/i386-
libcloog.so.0 => /home/jserv/
libc.so.6 => /lib/i386-
/lib/ld-linux.so.2 (0x0089a000)
libgcc_s.so.1 => /lib/i386-
It should not produce any shared library and the linkage is wrong.