Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix missing blazesym head file #258

Merged
merged 1 commit into from
Mar 8, 2024
Merged

Commits on Mar 8, 2024

  1. fix missing blazesym head file

    There're some updates in Makefile in commit 4b20731. But it's not
    synchronized into CMakeLists.txt. It causes the error in below.
    
     77%] Building C object CMakeFiles/profile.dir/profile.c.o
    libbpf-bootstrap/examples/c/profile.c:17:10: fatal error: blazesym.h: No such file or directory
       17 | #include "blazesym.h"
          |          ^~~~~~~~~~~~
    compilation terminated.
    make[2]: *** [CMakeFiles/profile.dir/build.make:84: CMakeFiles/profile.dir/profile.c.o] Error 1
    make[1]: *** [CMakeFiles/Makefile2:520: CMakeFiles/profile.dir/all] Error 2
    make: *** [Makefile:91: all] Error 2
    
    Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
    hzhuang1 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    3a0be0a View commit details
    Browse the repository at this point in the history