Skip to content

Instantly share code, notes, and snippets.

@agentzh

agentzh/a.txt Secret

Created February 1, 2021 01:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agentzh/421221c5118c21890a9d52d61d4ddc22 to your computer and use it in GitHub Desktop.
Save agentzh/421221c5118c21890a9d52d61d4ddc22 to your computer and use it in GitHub Desktop.
# '/tmp/stapkzpbiy/stap_33ba72adb30873cb9ba9b96be2c2e8d3_10958_src.c: In function ‘function___global__stp_sign_extend16__overload_0’:
# /tmp/stapkzpbiy/stap_33ba72adb30873cb9ba9b96be2c2e8d3_10958_src.c:1601:18: error: implicit declaration of function ‘__stp_sign_extend16’ [-Werror=implicit-function-declaration]
# 1601 | STAP_RETVALUE = __stp_sign_extend16(STAP_ARG_value);
# | ^~~~~~~~~~~~~~~~~~~
# /tmp/stapkzpbiy/stap_33ba72adb30873cb9ba9b96be2c2e8d3_10958_src.c: In function ‘function___global__stp_sign_extend32__overload_0’:
# /tmp/stapkzpbiy/stap_33ba72adb30873cb9ba9b96be2c2e8d3_10958_src.c:1649:18: error: implicit declaration of function ‘__stp_sign_extend32’; did you mean ‘sign_extend32’? [-Werror=implicit-function-declaration]
# 1649 | STAP_RETVALUE = __stp_sign_extend32(STAP_ARG_value);
# | ^~~~~~~~~~~~~~~~~~~
# | sign_extend32
# /tmp/stapkzpbiy/stap_33ba72adb30873cb9ba9b96be2c2e8d3_10958_src.c: In function ‘function___global__stp_sign_extend8__overload_0’:
# /tmp/stapkzpbiy/stap_33ba72adb30873cb9ba9b96be2c2e8d3_10958_src.c:1697:18: error: implicit declaration of function ‘__stp_sign_extend8’ [-Werror=implicit-function-declaration]
# 1697 | STAP_RETVALUE = __stp_sign_extend8(STAP_ARG_value);
# | ^~~~~~~~~~~~~~~~~~
# cc1: all warnings being treated as errors
# make[1]: *** [scripts/Makefile.build:279: /tmp/stapkzpbiy/stap_33ba72adb30873cb9ba9b96be2c2e8d3_10958_src.o] Error 1
# make: *** [Makefile:1806: /tmp/stapkzpbiy] Error 2
# WARNING: kbuild exited with status: 2
# Pass 4: compilation failed. [man error::pass4]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment