I installed cvsup and ran cvsup -g -L 2 cvsup-file-src (my configuration file). Afterwards, I began the compile process using
make clean && make depend && make && make install .
However, when the commands were running, this returned:

rm -f bsd
ld -Ttext 0xD0200120 -e start -N -S -x -o bsd ${SYSTEM_OBJ} vers.o
text           data           bss           dec           hex
5298463   217920   867984      6384367   616aef
rm -f    /obsd
ln    /bsd   /obsd
ln:   /obsd: Operation not permitted
***   Error code 1

Reply via email to