I was auditing Stanford cs107 and unable to get the assignment files (which could be found here http://see.stanford.edu/see/materials/icsppcs107/assignments.aspx) working on my Mac or PC. I tried to run it on Ubuntu through VM, it didn’t work either.
In assignment 1, the file rsg-sample-linux shows not executable, unlike it is on the assignment PDF file. After I used chmod to change it to be executable, the terminal on my Mac says “cannot execute binary file”, and Ubuntu says “no such file directory” something like that.
I really want to go through all the assignments while auditing this class
Thanks!
Since these are binary files there is no guarantee that they run on your system.
rsg-sample-linuxis for 32 Bit systems, so if you have a 64 Bit system and missing some compatibility library, it won’t work.Therefore you cannot avoid typing in
makeand built thersgon your own.