We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using the command from the README 4.1.2 Compile step-by-step:
./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
The vectorAdd symbol is missing:
llvm-readelf -s vecadd.riscv | grep vectorAdd ( no result)
The text was updated successfully, but these errors were encountered:
--init vectorAdd
Merge pull request #155 from wenhu1024/fix/readme
248085f
fix: add `--init vectorAdd` to README linking example #156
Successfully merging a pull request may close this issue.
Description
When using the command from the README 4.1.2 Compile step-by-step:
The vectorAdd symbol is missing:
llvm-readelf -s vecadd.riscv | grep vectorAdd ( no result)
The text was updated successfully, but these errors were encountered: