Hi all
I have been playing with openembedded the past few days, trying to see if I can get it to at least build a workable image which I can then play with and customize.
However, in the process of building, it seems that the source for various packages gets corrupted along the way. It has happened twice now building gcc (once on the 'gcc-cross-initial' package and once on 'gcc-cross'), and once on ipkg. The compile fails with various error messages centering around 1 or 2 lines in a specific file, complaining about various things being undefined. When I look at the file that the compile fails on, the line above the one that's being complained about always has a string of about 50 occurences of '^@^@^@^@". This seems to happen on random lines, in random files. I haven't dug deep enough to find out whether those lines are ones modified by the various oe patches for these packages, but in any case this corruption is a PAIN.
I still haven't figured out how to consistently force a complete rebuild of the package that errors out (including re-downloading the source, extracting it, patching it then building) without deleting my entire build directory first. So each time it's just trial-and-error, which is not a good situation.
Has anyone else experienced this problem? Any advice?
TIA
Dave