Hi, I'm in the process of compiling opensolaris kernel code. I stumbled upon an error with the following message:
_ELF64 -D_DDI_STRICT -Dsun -D__sun -D__SVR4 -DDEBUG -DC2_AUDIT -I../../sparc -I../../sparc/v9 -I../../sun -Y I,../../common -c -o debug64/sysevent.o ../../common/io/sysevent.c /home/mladen/usr/src/tools/proto/opt/onbld/bin/sparc/ctfconvert -i -L VERSION debug64/sysevent.o /usr/ccs/bin/ld -r -o debug64/sysevent debug64/sysevent.o /home/mladen/usr/src/tools/proto/opt/onbld/bin/sparc/ctfmerge -L VERSION -d ../../sun4u/genunix/debug64/genunix -o debug64/sysevent debug64/sysevent.o *** Error code 1 The following command caused the error: cd sparc; pwd; dmake def dmake: Fatal error: Command failed for target `sparc' Current working directory /home/mladen/usr/src/uts The problem is that the directory 'sparc' does exist and if I do 'cd sparc; dmake def'' manually it works, but not by issuing the dmake command in the uts directory. Has anyone encountered the same problem? Regards, Mladen -- This message posted from opensolaris.org
