When I try to compile a QT project it gives this error: g++: fatal error: cannot execute ‘d21’: execvp: No such file or directory I have also tried to include full path of file while compiling but same error occured. Just to be sure of version mismatch I looked for both gcc and g++ version but both are same, gcc/g++ version: 9.4.0.
When I try to compile a QT project it gives this error: g++: fatal error: cannot execute ‘d21’: execvp: No such file or directory.
d21 is the D programming language GCC driver. You need to install GDC, D programming language support in GCC.