Subject: installboot compile problems
To: None <port-pmax@netbsd.org>
From: None <mcmahill@mtl.mit.edu>
List: port-pmax
Date: 06/21/2000 16:21:42
when I try to compile the installboot program I get:


loadbootstrap.c: In function `load_bootstrap':
loadbootstrap.c:74: `ELFMAG' undeclared (first use in this function)
loadbootstrap.c:74: (Each undeclared identifier is reported only once
loadbootstrap.c:74: for each function it appears in.)
loadbootstrap.c:74: `SELFMAG' undeclared (first use in this function)
loadbootstrap.c:75: `EI_CLASS' undeclared (first use in this function)
loadbootstrap.c:75: `ELFCLASS32' undeclared (first use in this function)
loadbootstrap.c:79: `uint32_t' undeclared (first use in this function)
loadbootstrap.c:79: syntax error before `0xffffffffUL'
loadbootstrap.c:86: `PT_LOAD' undeclared (first use in this function)

I wonder if the "uint32_t" should be "u_int32_t", but the rest I don't
know about.

Any ideas?

Thanks

-Dan