Port-arm archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
compliling NetBSD 8 userland for evbarm error
Hi all,
I'm trying to compile NetBSD 8 userland for evbarm with cygwin. I use the following command:
./build.sh -j 2 -u -U -m evbarm release
I get the following error message when it compiles libiberty:
# create sh/show.d
CC=/home/urlhajo/usr/src/obj/tooldir.CYGWIN_NT-10.0-2.10.0-x86_64/bin/arm--netbsdelf-eabi-gcc /home/urlhajo/usr/src/obj/tooldir.CYGWIN_NT-10.0-2.10.0-x86_64/bin/nbmkdep -f show.d.tmp -- -std=gnu99 --sysroot=/home/urlhajo/usr/src/obj/destdir.evbarm -DSHELL -I. -I/home/urlhajo/usr/src/bin/sh -DUSE_LRAND48 /home/urlhajo/usr/src/bin/sh/show.c && mv show.d.tmp show.d
--- dependall-external ---
/home/urlhajo/usr/src/external/gpl3/gcc/dist/libiberty/pex-unix.c:59:21: fatal error: process.h: No such file or directory
compilation terminated.
nbmkdep: compile failed.
*** [pex-unix.d] Error code 1
The header is indeed missing under the destdir (destdir.evbarm/usr/include). Is this a bug?
Home |
Main Index |
Thread Index |
Old Index