Installing the C compiler for LC3

34 Views Asked by At

I want to install the C compiler for the LC3. I am following this guide:

https://users.ece.utexas.edu/~ryerraballi/ConLC3.html

I am on the part where it is written:

At the command prompt (shown as $) type in (Do not type the dollar)
      $ cd c:lc3/lcc-1.3
to change directory to the directory that you previously downloaded the lcc software to.
Run these three commands in order. Do not worry about warnings
      $ ./configure --installdir /bin
      $ make
      $ make install
These commands will take a few minutes to complete at the end of which you will have the software built and installed

The specific part I am having trouble with is the command:

$ ./configure --installdir /bin

When I run it this happens:

/cygdrive/c/lc3/lcc-1.3 
$ ./configure --installdir /bin 
Cannot locate make binary.

I have removed my computer name from the start.

Do you know how to fix this?

0

There are 0 best solutions below