I am trying to convert C code into shell code using shellforge
so I have extracted the shellforge
, but when I am trying to do conversion using
./sf.py examples/hello.c
I am getting error-
##[ERROR]## compiler reported error 127 while compiling /tmp/sfIKzb4Y/hello.c
##[ERROR]## sh: 1: gcc34: not found
and I tried to find solution but I didn't find it anywhere. Can anyone please help me to resolve this.
TIA