We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea97b09 + 380a6dc commit 248085fCopy full SHA for 248085f
README.md
@@ -124,7 +124,7 @@ Then, run the commands listed as follows under the same directory.
124
Linking `crt0` and `libclc`
125
All the libclc workitem functions' implementation is included in `riscv32clc.o`
126
```sh
127
-./install/bin/ld.lld -o vecadd.riscv -T utils/ldscripts/ventus/elf32lriscv.ld vecadd.o ./install/lib/crt0.o ./install/lib/riscv32clc.o -L./install/lib -lworkitem --gc-sections
+./install/bin/ld.lld -o vecadd.riscv -T utils/ldscripts/ventus/elf32lriscv.ld vecadd.o ./install/lib/crt0.o ./install/lib/riscv32clc.o -L./install/lib -lworkitem --gc-sections --init vectorAdd
128
```
129
130
##### 4.1.3 Compile assembly code to object file (`.s` to `.o`)
0 commit comments