[Etherboot-developers] compile errors with -DAOUT_IMAGE
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2003-03-17 03:48:21
|
Eric, did you mean for astate and members from aout_loader.c to be visible to freebsd_loader.c? Not sure how you intended to split things up. In file included from core/osloader.c:92: arch/i386/core/freebsd_loader.c: In function `aout_freebsd_probe': arch/i386/core/freebsd_loader.c:348: structure has no member named `a_midmag' arch/i386/core/freebsd_loader.c:354: `info' undeclared (first use in this function) arch/i386/core/freebsd_loader.c: In function `aout_freebsd_boot': arch/i386/core/freebsd_loader.c:367: warning: assignment makes pointer from integer without a cast arch/i386/core/freebsd_loader.c:370: `entry' undeclared (first use in this function) |