Rate This Document
Findability
Accuracy
Completeness
Readability

Troubleshooting

An Error Is Reported When SMOKE Is Run

Symptom

Possible causes

The code space of fitrxref.f:192 is too long.

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Run the following command to switch to the directory in which the Makefileinclude file is stored:
    cd $SMK_HOME/subsys/smoke/src
  3. Modify the Makefileinclude file.
    1. Open Makefileinclude.
      vi Makefileinclude
    2. Press i to enter the insert mode and modify the file as follows:
      EFLAG = -ffixed-line-length-132 -fno-backslash
    3. Press Esc, type :wq!, and press Enter to save the file and exit.