p4lang / tdi

Table-Driven Interface (TDI) for a P4-programmable backend device.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error building TDI

Dscano opened this issue · comments

Hi,

I'm trying to build TDI but i get this error, do you have any clue to solve it?
Screenshot from 2022-08-08 17-56-04

Look like your environment missing the expat lib.

  1. for fedora, dnf install expat-devel.
  2. for ubuntu, apt-get instal libexpat1-dev.

or run the python tools/setup/install_dep.py for all the missing packages in your build machine.
Regards,
Weiqian

Thank you so muck, it works!