loadfile_machdep.h misssing in -current?
Frank Wennmohs <[email protected]> Tue, 25 Nov 2003 06:53:46 +0100
| Newsgroups | gmane.os.netbsd.ports.acorn32 |
|---|---|
| Message-ID | <[email protected]> |
Hello! I tried to build -current on acorn32 1.6ZB with sources from 22. November. The build stops as follows: # create loadfile.d CC=/usr/current/src/tooldir.NetBSD-1.6ZB-arm/bin/arm--netbsdelf-gcc /usr/current/src/tooldir.NetBSD-1.6ZB-arm/bin/nbmkdep -f loadfile.d -- -I/usr/current/src/sys/arch/acorn32/stand/boot32/../../../../lib/libsa -D_STANDALONE -I../../. -I/usr/current/src/sys/arch/acorn32/stand/boot32/../../.. -I/usr/current/src/sys/arch/acorn32/stand/boot32/../../../.. -I/usr/current/src/sys/arch/acorn32/stand/boot32/../lib -DLIBSA_NO_RAW_ACCESS -DLIBSA_SINGLE_FILESYSTEM=riscos -DLIBSA_NO_FS_WRITE -DLIBSA_USE_MEMCPY -DLIBSA_USE_MEMSET -DHEAP_VARIABLE -nostdinc -isystem /usr/current/acorn32/usr/include -DCOMPAT_UFS -D__INTERNAL_LIBSA_CREAD -nostdinc -isystem /usr/current/acorn32/usr/include /usr/current/src/sys/arch/acorn32/stand/boot32/../../../../lib/libsa/loadfile.c In file included from /usr/current/src/sys/lib/libsa/loadfile.c:90: /usr/current/src/sys/lib/libsa/loadfile.h:74:34: machine/loadfile_machdep.h: No such file or directory nbmkdep: compile failed. Has anyone noticed something like this when cross-compiling from i386? Frank