aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcacharle <me@cacharle.xyz>2020-11-15 17:00:20 +0100
committerGitHub <noreply@github.com>2020-11-15 17:00:20 +0100
commit702390105f4982590b739508df6b7e8b933b0a84 (patch)
tree9db814c59c2f4ed45fa773f5982e0d90240eef0f /README.md
parent55bb3e6f8b88cab1a06e8c5b8adb91040dc49265 (diff)
downloadlibasm_test-702390105f4982590b739508df6b7e8b933b0a84.tar.gz
libasm_test-702390105f4982590b739508df6b7e8b933b0a84.tar.bz2
libasm_test-702390105f4982590b739508df6b7e8b933b0a84.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index c215344..24e1336 100644
--- a/README.md
+++ b/README.md
@@ -25,11 +25,13 @@ Set the environment variable `LIBASM_TEST_BONUS` to `yes`.
$ echo 'export LIBASM_TEST_BONUS=yes' >> ~/.zshrc
```
-## Help, ft\_write and ft\_read crash for no reason
+## Common issues
+
+### ft\_write and ft\_read crash
<https://stackoverflow.com/c/42network/questions/1494>
-## Compilation on linux with gcc
+### Compilation on linux with gcc
To fix the `relocation R_X86_64_PC32 against symbol` error you can add inside your
libasm source code `wrt ..plt` after a call to a libc function, like example below:
@@ -40,4 +42,4 @@ libasm source code `wrt ..plt` after a call to a libc function, like example bel
...
```
-Now you should be able to compile with `gcc` \ No newline at end of file
+Now you should be able to compile with `gcc`