View Single Post
  #9 (permalink)  
Old 02-28-2007, 01:16 PM
isamu49's Avatar
isamu49
PPCGeeks Regular
Offline
 
Join Date: Dec 2006
Posts: 60
Reputation: 0
isamu49 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Just a couple things,

At that part of the build, I don't think a UUID conflict is possible since they're all dumped into the same directory right before the hives are built using rgucomp and packages.sof. Also that last UUID that is showing isn't really indicative of anything other then that's the last sorted dsm/rgu file being built into the cab file.

I suspect you might get that sort of error if you try to build the hives with rgu files without matching dsm files. Most rgu compile errors are usually a little more descriptive.

That being said, I use a batch script to automatically compile/verify all the rgu's in the oem directories (this assumes all the components of the kitchen are verified).

Oh yeah, and of course, I try to avoid using createos if at all possible. I find it to be an unnecessarily cumbersome process.
Reply With Quote