1:BUILD_BY[name] student5 1:BUILD_ENVIRONMENT[operating system 32 vs 64] 1:END_BUILD_ENVIRONMENT 1:DEPENDENCIES[list of dependencies with where to get them] 1:END_DEPENDENCIES 1:NOTES[notes on attempted build] config file returned an error after following instructions given in the INSTALL.txt student@ubuntu:~/Downloads/builds/from emails/pldi12-zhang/PLTimingSim/simpleutils-990811$ ./configure –host=$HOST –with-gnu-as –with-gnu-ld –prefix=$IDIR *** Can only configure for one host and one target at a time. *** Can only configure for one host and one target at a time. *** Can only configure for one host and one target at a time. *** Can only configure for one host and one target at a time. Usage: configure [OPTIONS] [HOST] 1:END_NOTES 2:BUILD_BY[name] student8 2:BUILD_ENVIRONMENT[operating system 32 vs 64] Ubuntu 12.04 64-bit 2:END_BUILD_ENVIRONMENT 2:DEPENDENCIES[list of dependencies with where to get them] 2:END_DEPENDENCIES 2:NOTES[notes on attempted build] $ tar -xzf PLTimingSim.tar.gz $ cd PLTimingSim $ export HOST=i686-pc-linux $ export IDIR=/lhome/student/repro_lab/ZhangAM12/PLTimingSim $ export TARGET=sslittle-na-sstrix $ cd simpleutils-990811/ $ ./configure --host=$HOST --target=$TARGET --with-gnu-as --with-gnu-ld --prefix=$IDIR $ make $ sudo make install $ cd ../simplesim-3.0 $ make config-pisa $ make $ cd ../gcc-2.7.2.3/ $ touch * $ ./configure --host=$HOST --target=$TARGET --with-gnu-as --with-gnu-ld --prefix=$IDIR $ sudo cp $IDIR/ar-ranlib/ar $IDIR/sslittle-na-sstrix/bin $ sudo cp $IDIR/ar-ranlib/ranlib $IDIR/sslittle-na-sstrix/bin Added line breaks (‘\’) after each of the three FIXME (line 675, 750 and 823) in the insn-output.c Changed the Makefile at line 130, by appending -I./usr/include to the end of the line $ make LANGUAGES="c c++" CFLAGS="-O" CC="gcc" $ sudo make install $ cd ../tests/ $ ./run.sh rm: cannot remove `hello.o': No such file or directory rm: cannot remove `log1': No such file or directory rm: cannot remove `log2': No such file or directory rm: cannot remove `out1': No such file or directory rm: cannot remove `out2': No such file or directory unmodified sim_cycle 24804 # total simulation time in cycles modified sim_cycle 25053 # total simulation time in cycles The script tried to do some cleaning up. But since there was no file to clean at the first run, there were some "No such file or directory" errors. I ran for the second time and did not get those errors. $ ./run.sh unmodified sim_cycle 24804 # total simulation time in cycles modified sim_cycle 25053 # total simulation time in cycles This is the expected output according to the file INSTALL. 2:END_NOTES