You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed the version of tag 0.1-alpha. Is it the version of the PLDI paper?
I run the Double-strncmp experiment, and use:
sudo scripts/experiment.sh | tee blowup.csv
but meet error:
sed: read error on stdin: Is a directory
/bin/sh: 1: clang: not found
/bin/sh: 1: llc: not found
make: *** [Makefile:33: objects/1.o] Error 127
Could not find relevant section!
1,please specify a section available sections:,Could not find relevant section!
please specify a section available sections:,Could not find relevant section!
please specify a section
available sections:
How to deal with this problem?
The text was updated successfully, but these errors were encountered:
I use the version you suggested, but still meet similar problem when running:
sudo scripts/experiment.sh | tee blowup.csv
the error log is:
sed: read error on stdin: Is a directory
/bin/sh: 1: clang: not found
/bin/sh: 1: llc: not found
make: *** [Makefile:33: objects/1.o] Error 127
Can't find or process ELF file objects/1.o
1,,Can't find or process ELF file objects/1.o
,Can't find or process ELF file objects/1.o
clang and llc are already in my system environment and path.
I have installed the version of tag 0.1-alpha. Is it the version of the PLDI paper?
I run the Double-strncmp experiment, and use:
sudo scripts/experiment.sh | tee blowup.csv
but meet error:
sed: read error on stdin: Is a directory
/bin/sh: 1: clang: not found
/bin/sh: 1: llc: not found
make: *** [Makefile:33: objects/1.o] Error 127
Could not find relevant section!
1,please specify a section available sections:,Could not find relevant section!
please specify a section available sections:,Could not find relevant section!
please specify a section
available sections:
How to deal with this problem?
The text was updated successfully, but these errors were encountered: