lvc / kernel-abi-tracker

A tool to monitor and analyze ABI changes in new versions of the Linux kernel

Home Page:https://abi-laboratory.pro/tracker/timeline/linux/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kernel abi tracker

vittalll opened this issue · comments

Hi all,
i am currently working on kernel abi tracker,
when i gave abi-monitor tool it is download all kernels and install all kernels using below command
abi-monitor -get -build linux.json
this above command inside kernel-abi-tracker/installed/linux/version/vmlinux particular binary vmlinux will be generated
after that i am using abi-tracker command
abi-tracker -build linux.json
when i pass the above command its showing below error
ERROR: can't find __ksymtab or __ksymtab_gpl sections in the object
ERROR: can't create ABI dump
anyone no this ERROR plz help me .