On 26 Apr 2013 00:12:57 +0200 "Holger Sebert" <holger.seb...@ruhr-uni-bochum.de> wrote: > Hi, > > I have tried to re-build the kernel on the Raspberry Pi > along the lines as documented here: > > http://plan9.bell-labs.com/wiki/plan9/compiling_kernels/index.html > > Concretely, I did the following: > > % cd /sys/src/9/bcm > % mk 'CONF=pi' > > The build starts, but soon exists with an error: > > fpi.c:2 5c: '../omap/fpi.c' does not exist: ../omap/fpi.c > > In ../omap there is a file called fpiarm.c, maybe that is > what is needed here? Is there an argument to mk missing?
There should be a port/fpi.c. If you have a bcm/fpi.c, delete it.