View Single Post
Posts: 98 | Thanked: 142 times | Joined on Mar 2011
#17
Originally Posted by szopin View Post
Trying to configure llvm on device with 4.4 and it cannot find any default includes:
checking for sys/stat.h... no
checking for stdlib.h... no
checking for string.h... no
checking for memory.h... no
checking for strings.h... no
checking for inttypes.h... no
checking for stdint.h... no
even though they are all there in /usr/include... strange.
Doing on-device compilation of LLVM will take a long, long, long time, and not really worth it. I have LLVM 2.7 compiled and installed on my scratchbox setup, which is what I reccomend (if you can compile a gcc 4.4 toolchain for it).

Also, I have lightspark running on my device, but their GLES implementation isn't working on the device, so I'm not getting an picture. I'm working with the Lightspark devs to try to resolve this.
 

The Following 2 Users Say Thank You to Sazpaimon For This Useful Post: