Christian Kellermann wrote: > I need to build a cpu kernel from sources. Therefore I have been > following the tip of the day recipie from the wiki. Assembling the > sd*.n files fails due to the corresponding .i files already exist. > In my current setup I cannot delete those nor touch them or change > permissions. > > How can I get around this? Why are those precompiled files there > in the first place? I would not expect seeing 8c object files on > sources either... Would a removal be sensible?
I haven't looked at the Tip of the Day description recently, but I have a few folders on my local tree, where I bind the central sources into in such a way that I can have my own local files overshadowing the central ones bind -c $home/src/kernel/pc $home/src/kernel/pc bind -a /sys/src/9/pc $home/src/kernel/pc You should then be able to copy one of the central .i files into you bound location. making it read/writable for you and it overshadowing the central one. Robby
