On Sun, 31 Mar 2013 15:11:59 +0800 Yabin Zheng <[email protected]> wrote:
> Hi, > I've read previous mails about getting start to set a tool-chain > for ARM board. > Now I face the same problem as Chuck Zhao faced. I can't do > anything to get the configure proceed the HWLOC check (on Ubuntu > 12.04). I tried many version of hwloc, they all failed. However, it > dose work with the default option of configure script. But when I add > the "--host=arm-timesys-linux-gnueabi" option, it failed. This is most likely a bug in the ./configure script. I don't think anybody is actively checking a cross compilation (where build != host) environment presently. Intel, PowerPC and ARM are all checked natively. The other sort of cross compilation where host != target is handled in the pocl device drivers (i.e. tce and spu, and possibly/hopefully some GPUs soon :) ). The hwloc shipped with Ubuntu 12.04 is sufficient for pocl. So it is the setting of the host that messes up something. Have a look at the file config.log, it should contain clues on what is failing, and why. kalle ------------------------------------------------------------------------------ Own the Future-Intel(R) Level Up Game Demo Contest 2013 Rise to greatness in Intel's independent game demo contest. Compete for recognition, cash, and the chance to get your game on Steam. $5K grand prize plus 10 genre and skill prizes. Submit your demo by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2 _______________________________________________ pocl-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pocl-devel
