Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit 22943a8

Browse files
authored
Avoid linkage failure with libelf (#9)
1 parent 526ac83 commit 22943a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $ sudo apt-get install libelf-dev
1010

1111
How to compile it:
1212
```shell
13-
$ gcc -O3 -Wall -lelf emu-rv32i.c -o emu-rv32i
13+
$ gcc -O3 -Wall emu-rv32i.c -o emu-rv32i -lelf
1414
```
1515

1616
Run RV32I compliance tests.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /