Hi Khem,
On Aug 9, 2012, at 1:23 AM, Khem Raj wrote:
Elvis
I think gcc 4.6 is retired in toolchain-layer in meta-openembedded
repo. I think first thing
I would suggest is use that layer and use gcc 4.6 this might work
better. I think 4.6 should still
work with master or we can kind of fix it if need be.
Then if you are still unlucky then use 4.5.1
Ok, just reconfigured all my layers to use the latest poky and meta-openembedded updates, and set the preferred versions for gcc to 4.6, and will give it a try.
I just have one question though.
The current kernel that I'm using is linux-3.3.0 from the xilinx repo. The poky master branch build is using linux-libc-headers_3.4.3.bb.
Should I ensure that the version of the kernel and the linux-libc-headers match, by creating a linux-libc-headers_3.3.0.bb recipe and setting the preferred_versions accordingly? Would this mismatch cause issues?
Elvis Dowson