Learning Goal: I’m working on a c programming multi-part question and need an explanation and answer to help me learn.
- . Refer to CSIM manual: ( for my help )
- CSIM20 Quick Start Guide for C
- CSIM20 User’s Guide for C
- http://www.mesquite.com/documentation/
I will need your help to show me the steps below ( i will do the work i need only help ) in this steps using PUTTY for Willow server
-
- Compilation & Run:
- csim64.gcc ex1.c –o ex1
- ./ex14. Compile and run the example files (i.e., ex1.c, ex2.c, and ex3.c) uploaded in the Blackboard and turn-in their outputs. You should submit 3 output files, e.g., ex1.out, ex2.out, and csim.out.
- For ex1.c and ex2.c, please make output file names as ex1.out and ex2.out, respectively. For example, you can save the scrolled output into a file, “./ex1 > ex1.out�. You can display the content of file, “cat ex1.out�.
- For ex3.c, the output file name is already fixed in the program, “csim.out�.
- Compilation & Run: