> > I tried to run validate-abi.sh on BSD but ran into errors. If there is a > > way to check against BSD please let me know. > > > The ABI checker should work on BSD as far as I know, since it only relies > on > dwarf information in the output binary. What errors are you seeing? >
dpdk-bsd:/home/rkerur/dpdk-validate-abi-1/dpdk # sh ./scripts/validate-abi.sh v2.0.0-rc3 v2.0.0-abi x86_64-native-bsdapp-clang mktemp: illegal option -- p usage: mktemp [-d] [-q] [-t prefix] [-u] template ... mktemp [-d] [-q] [-u] -t prefix Cant find abi-compliance-checker utility abi-compliance-checker is installed as shown below. dpdk-bsd:/home/rkerur/dpdk-validate-abi-1/dpdk # pkg install devel/abi-compliance-checker Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. Checking integrity... done (0 conflicting) The most recent version of packages are already installed > > Neil > >