My first venture into linux due to uni work:
Currently I have set up debian on vmware and that all works fine. I have installed a thing called pintos and currently trying to patch something called bochs.
Now to do this I am in the root terminal as the notes say i need to be
I am typing:
debian:/home/nick/Desktop/pintos/src/misc# env SRCDIR=/home/nick/Desktop PINTOSDIR=home/nick/Desktop/pintos DSTDIR=/usr/local sh ./bochs-2.2.6-build.sh
and get this mass of errors:
tar: /home/nick/Desktop/bochs-2.2.6.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
cat: home/nick/Desktop/pintos/src/misc/bochs-2.2.6-ms-extensions.patch: No such file or directory
cat: home/nick/Desktop/pintos/src/misc/bochs-2.2.6-big-endian.patch: No such file or directory
cat: home/nick/Desktop/pintos/src/misc/bochs-2.2.6-jitter.patch: No such file or directory
cat: home/nick/Desktop/pintos/src/misc/bochs-2.2.6-triple-fault.patch: No such file or directory
cat: home/nick/Desktop/pintos/src/misc/bochs-2.2.6-solaris-tty.patch: No such file or directory
cat: home/nick/Desktop/pintos/src/misc/bochs-2.2.6-page-fault-segv.patch: No such file or directory
cat: home/nick/Desktop/pintos/src/misc/bochs-2.2.6-paranoia.patch: No such file or directory
cat: home/nick/Desktop/pintos/src/misc/bochs-2.2.6-gdbstub-ENN.patch: No such file or directory
./bochs-2.2.6-build.sh: line 31: ../configure: No such file or directory
./bochs-2.2.6-build.sh: line 37: ../configure: No such file or directory
Simple really, I have the directories wrong....but I dont. Im staring at the files in those positions right now. I have downloaded nothing but pintos and bochs and shoved them on the desktop.
I've tried farting around and removing the 'Desktop' bit but no change really, just says its missing different things.
Any ideas where im going wrong?
Currently I have set up debian on vmware and that all works fine. I have installed a thing called pintos and currently trying to patch something called bochs.
Now to do this I am in the root terminal as the notes say i need to be
I am typing:
debian:/home/nick/Desktop/pintos/src/misc# env SRCDIR=/home/nick/Desktop PINTOSDIR=home/nick/Desktop/pintos DSTDIR=/usr/local sh ./bochs-2.2.6-build.sh
and get this mass of errors:
tar: /home/nick/Desktop/bochs-2.2.6.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
cat: home/nick/Desktop/pintos/src/misc/bochs-2.2.6-ms-extensions.patch: No such file or directory
cat: home/nick/Desktop/pintos/src/misc/bochs-2.2.6-big-endian.patch: No such file or directory
cat: home/nick/Desktop/pintos/src/misc/bochs-2.2.6-jitter.patch: No such file or directory
cat: home/nick/Desktop/pintos/src/misc/bochs-2.2.6-triple-fault.patch: No such file or directory
cat: home/nick/Desktop/pintos/src/misc/bochs-2.2.6-solaris-tty.patch: No such file or directory
cat: home/nick/Desktop/pintos/src/misc/bochs-2.2.6-page-fault-segv.patch: No such file or directory
cat: home/nick/Desktop/pintos/src/misc/bochs-2.2.6-paranoia.patch: No such file or directory
cat: home/nick/Desktop/pintos/src/misc/bochs-2.2.6-gdbstub-ENN.patch: No such file or directory
./bochs-2.2.6-build.sh: line 31: ../configure: No such file or directory
./bochs-2.2.6-build.sh: line 37: ../configure: No such file or directory
Simple really, I have the directories wrong....but I dont. Im staring at the files in those positions right now. I have downloaded nothing but pintos and bochs and shoved them on the desktop.
I've tried farting around and removing the 'Desktop' bit but no change really, just says its missing different things.
Any ideas where im going wrong?