... | @@ -71,6 +71,8 @@ java -jar SyncSim.jar --mips |
... | @@ -71,6 +71,8 @@ java -jar SyncSim.jar --mips |
|
```
|
|
```
|
|
If SyncSim starts successfully, congratulations, you are ready to start working on [lab0a](https://vesuvio-git.neteq.ltu.se/d0013e-microcomputer-engineering/lab0a). If it doesn't, let us know on Discord or at a lab session.
|
|
If SyncSim starts successfully, congratulations, you are ready to start working on [lab0a](https://vesuvio-git.neteq.ltu.se/d0013e-microcomputer-engineering/lab0a). If it doesn't, let us know on Discord or at a lab session.
|
|
|
|
|
|
|
|
NOTE: For us to be able to help you we need to know what you're trying to do and what response you're getting from the computer. "It's not working" is difficult to work with, instead tell us which command you're trying to run and what output you are getting.
|
|
|
|
|
|
|
|
|
|
## Windows
|
|
## Windows
|
|
|
|
|
... | @@ -98,7 +100,7 @@ You also need some sort of Java Runtime Environment to run SyncSim. You can get |
... | @@ -98,7 +100,7 @@ You also need some sort of Java Runtime Environment to run SyncSim. You can get |
|
|
|
|
|
You can verify JDK has been installed successfully by running
|
|
You can verify JDK has been installed successfully by running
|
|
```bash
|
|
```bash
|
|
java -v
|
|
java
|
|
```
|
|
```
|
|
in a terminal.
|
|
in a terminal.
|
|
|
|
|
... | @@ -113,7 +115,6 @@ java -jar SyncSim.jar --mips |
... | @@ -113,7 +115,6 @@ java -jar SyncSim.jar --mips |
|
```
|
|
```
|
|
If SyncSim starts successfully, congratulations, you are ready to start working on [lab0a](https://vesuvio-git.neteq.ltu.se/d0013e-microcomputer-engineering/lab0a). If it doesn't, let us know on Discord or at a lab session.
|
|
If SyncSim starts successfully, congratulations, you are ready to start working on [lab0a](https://vesuvio-git.neteq.ltu.se/d0013e-microcomputer-engineering/lab0a). If it doesn't, let us know on Discord or at a lab session.
|
|
|
|
|
|
|
|
|
|
### SDE toolchain (legacy)
|
|
### SDE toolchain (legacy)
|
|
In case the above steps do not work, you can try using the tried and true (albeit deprecated) SDE toolchain. The instructions below should work under Ubuntu Linux (so, also default WSL), and similar Debian based distributions.
|
|
In case the above steps do not work, you can try using the tried and true (albeit deprecated) SDE toolchain. The instructions below should work under Ubuntu Linux (so, also default WSL), and similar Debian based distributions.
|
|
|
|
|
... | | ... | |