'when i run the .csh file, the ubuntu tells me src_config not found.How can i solve this problems

#!/bin/csh
src_config ./T_gen.cpp -x lu.cfg.xml -o ./gen.csh
chmod +x ./gen.csh
./gen.csh
rm -f ./src_cfg_succeed
rm -f ./gen.csh


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source