XUANTIE-RV / openc910

OpenXuantie - OpenC910 Core
Apache License 2.0
1.16k stars 306 forks source link

Srec2vmem is binary with no executable permissions #10

Open LucienMP opened 3 years ago

LucienMP commented 3 years ago

The binary in smart_run/tests/bin/Srec2vmem is not executable after "git clone" During compile the work/*.log shows the following: make: execvp: ../tests/bin/Srec2vmem: Permission denied

Suggest adding "chmod a+rx" in Makefile/Setup scripts, or using python script instead. See: https://github.com/T-head-Semi/wujian100_open/pull/46

Also where is source to Srec2vmem?