mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-23 05:37:16 -04:00
fix: extra space in command (#1730)
This commit is contained in:
parent
5716b378da
commit
e6a0d9e06a
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ python3 cva6.py --target cv32a60x --iss=$DV_SIMULATORS --iss_yaml=cva6.yaml \
|
|||
--c_tests ../tests/custom/hello_world/hello_world.c \
|
||||
--linker=../tests/custom/common/test.ld \
|
||||
--gcc_opts="-static -mcmodel=medany -fvisibility=hidden -nostdlib \
|
||||
-nostartfiles -g ../tests/custom/ common/syscalls.c \
|
||||
-nostartfiles -g ../tests/custom/common/syscalls.c \
|
||||
../tests/custom/common/crt.S -lgcc \
|
||||
-I../tests/custom/env -I../tests/custom/common"
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue