Using the smartcore-p5 tree:
gcc ... -o ide.o /home/roger/src/linuxbios/freebios/src/pc80/ide/ide.c /home/roger/src/linuxbios/freebios/src/pc80/ide/ide.c:27:19: timer.h: No such file or directory
I'm seeing a freebios/src/etherboot/timer.h & freebios/src/arch/ppc/include/timer.h but nothing for the i386/
Sorry, my fault. This a new version of ide.c (and .h) which I've backported from Etherboot 5.1.8.
You can just remove the #include. I'll check in the new version now.
Greg
At 1:19 PM -0700 8/6/03, roger wrote:
Using the smartcore-p5 tree:
gcc ... -o ide.o /home/roger/src/linuxbios/freebios/src/pc80/ide/ide.c /home/roger/src/linuxbios/freebios/src/pc80/ide/ide.c:27:19: timer.h: No such file or directory
I'm seeing a freebios/src/etherboot/timer.h & freebios/src/arch/ppc/include/timer.h but nothing for the i386/
--
Roger http://www.eskimo.com/~roger/index.html
Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
Actually there was some other stuff that was PPC dependent. Hopefully the version I've just checked in isn't.
Greg
At 3:03 PM -0600 8/6/03, Greg Watson wrote:
Sorry, my fault. This a new version of ide.c (and .h) which I've backported from Etherboot 5.1.8.
You can just remove the #include. I'll check in the new version now.
Greg
At 1:19 PM -0700 8/6/03, roger wrote:
Using the smartcore-p5 tree:
gcc ... -o ide.o /home/roger/src/linuxbios/freebios/src/pc80/ide/ide.c /home/roger/src/linuxbios/freebios/src/pc80/ide/ide.c:27:19: timer.h: No such file or directory
I'm seeing a freebios/src/etherboot/timer.h & freebios/src/arch/ppc/include/timer.h but nothing for the i386/
--
Roger http://www.eskimo.com/~roger/index.html
Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
Also, smartcore-p3 tree also has this error.
I get another error later on in the compilation in both smartcore-p? trees. I'll follow up shortly with a new post with that error.
On Sun, 2003-06-08 at 13:19, roger wrote:
Using the smartcore-p5 tree:
gcc ... -o ide.o /home/roger/src/linuxbios/freebios/src/pc80/ide/ide.c /home/roger/src/linuxbios/freebios/src/pc80/ide/ide.c:27:19: timer.h: No such file or directory
I'm seeing a freebios/src/etherboot/timer.h & freebios/src/arch/ppc/include/timer.h but nothing for the i386/
On 8 Jun 2003, roger wrote:
/home/roger/src/linuxbios/freebios/src/pc80/ide/ide.c:27:19: timer.h: No such file or directory
I'm seeing a freebios/src/etherboot/timer.h & freebios/src/arch/ppc/include/timer.h but nothing for the i386/
ah, greg, more portability fun :-)
ron