Troubleshooting
An Error Is Reported When SMOKE Is Run
Symptom

Possible causes
The code space of fitrxref.f:192 is too long.
Procedure
- Use PuTTY to log in to the server as the root user.
- Run the following command to switch to the directory in which the Makefileinclude file is stored:
cd $SMK_HOME/subsys/smoke/src
- Modify the Makefileinclude file.
- Open Makefileinclude.
vi Makefileinclude
- Press i to enter the insert mode and modify the file as follows:
EFLAG = -ffixed-line-length-132 -fno-backslash
- Press Esc, type :wq!, and press Enter to save the file and exit.
- Open Makefileinclude.
Parent topic: SMOKE 4.7 Porting Guide (CentOS 7.6)