Navigation

    全志在线开发者论坛

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • 在线文档
    • 社区主页
    1. Home
    2. yang_wang
    Y
    • Profile
    • Following 0
    • Followers 0
    • my integral 157
    • Topics 1
    • Posts 2
    • Best 0
    • Groups 0

    yang_wangLV 2

    @yang_wang

    157
    integral
    0
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    yang_wang Unfollow Follow

    Latest posts made by yang_wang

    • Reply: perf如何配置Makefile文件链接 libunwind-riscv.so

      @yuzukitsuru 怎么样才可以跳过啊?为什么要跳过? 我现在就是需要在RISC-V上的perf链接linunwind这个库

      posted in D1系列-RISC-V
      Y
      yang_wang
    • perf如何配置Makefile文件链接 libunwind-riscv.so

      在tina-d1-h中给perf连上 linunwind 库。 目前,我修改了 /home/allwinner/tina-d1-h/package/libs/libunwind 和 /home/allwinner/tina-d1-h/package/devel/perf 这两个目录下的Makefile. 将生成的perf, 通过 ldd -r perf ; 并未发现链接上 linunwind库(我用的是libunwind-riscv.so).

      d7d75b19-2dba-4d0c-a540-b23c8eb4901a-92f739f663821b4cfd7d0bf0df24470.png

      edc9fe33-c608-444f-8764-1da5f6ff781c-fc970c165a219557ba5f8ab6d807065.png

      PKG_NAME:=libunwind
      PKG_VERSION:=1.6.2
      PKG_RELEASE:=2
      libunwind版本是 1.6.2, 支持 Linux RISC-V 64-bit
      https://github.com/libunwind/libunwind

      372a336e-4497-467c-a3bf-5ffe7668132a-libunwind编译出的图.png

      posted in D1系列-RISC-V
      Y
      yang_wang