Rate This Document
Findability
Accuracy
Completeness
Readability

"ngx_murmurhash.c" Displayed When Compiling and Installing Tengine

Symptom

During the Tengine compilation and installation, the message "src/core/ngx_murmurhash.c" is displayed.

Key Process and Cause Analysis

The compilation fails due to alarm information.

Conclusion and Solution

  1. Open the Makefile file.
    vim objs/Makefile
  2. Press i to enter the insert mode and delete -Werror from CFLAGS.
  3. Press Esc, type :wq!, and press Enter to save the file and exit.
  4. Run the command for compiling and installing the Tengine again.
    make && make install