On Wed, 2011-07-20 at 07:51 -0500, Kumar Gala wrote: > On Jul 20, 2011, at 7:43 AM, Phil Blundell wrote: > > > On Wed, 2011-07-20 at 07:31 -0500, Kumar Gala wrote: > >> configure: > >> configure: Your compiler failed the ACC conformance test - for details see > >> configure: `config.log'. Please check that log file and consider sending > >> configure: a patch or bug-report to <[email protected]>. > >> configure: Thanks for your support. > >> configure: > >> configure: error: ACC conformance test failed. Stop. > > > > Did you check config.log as it suggests? If yes, what did you find > > there?
> Here's what config.log looks like: > > http://pastebin.com/y9KzkQ5M > > Can't see anything obvious in there. Well, if you search for "ACC conformance test" in that pastebin, you will see: configure:13578: checking whether your compiler passes the ACC conformance test configure:13623: ccache powerpc64-poky-linux-gcc -mcpu=e5500 -m64 --sysroot=/local/home/galak/git/poky64/build-p5020/tmp/sysroots/p5020-ds -c -O2 -pipe -g -feliminate-unused-debug-types -I. conftest.c >&5 In file included from conftest.c:118:0: src/miniacc.h:4348:16: error: size of array '__acc_cta' is negative [...] configure:13631: result: FAILED So I think you need to inspect that part of the code and figure out what exactly it's upset about. p. _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
