Difference between revisions of "VPP/Troubleshooting/BuildIssues"
From fd.io
< VPP | Troubleshooting
(Created page with "== rte_config.h not found == After a rebase or pulling latest master, a build may fail with following: <nowiki> In file included from /vpp/build-data/../vlib/vlib/vlib.h:...") |
|||
Line 4: | Line 4: | ||
<nowiki> | <nowiki> | ||
− | + | In file included from /vpp/build-data/../vlib/vlib/vlib.h:53:0, | |
from /vpp/build-data/../vlib/vlib/cli.c:40: | from /vpp/build-data/../vlib/vlib/cli.c:40: | ||
− | + | /vpp/build-data/../vlib/vlib/buffer.h:50:24: fatal error: rte_config.h: No such file or directory | |
− | + | #include <rte_config.h> | |
− | + | ^ | |
− | + | compilation terminated. | |
− | + | In file included from /vpp/build-data/../vlib/vlib/vlib.h:53:0, | |
− | + | from /vpp/build-data/../vlib/vlib/counter.c:40: | |
− | + | /vpp/build-data/../vlib/vlib/buffer.h:50:24: fatal error: rte_config.h: No such file or directory | |
− | + | #include <rte_config.h></nowiki> |
Revision as of 13:41, 28 April 2016
rte_config.h not found
After a rebase or pulling latest master, a build may fail with following:
In file included from /vpp/build-data/../vlib/vlib/vlib.h:53:0, from /vpp/build-data/../vlib/vlib/cli.c:40: /vpp/build-data/../vlib/vlib/buffer.h:50:24: fatal error: rte_config.h: No such file or directory #include <rte_config.h> ^ compilation terminated. In file included from /vpp/build-data/../vlib/vlib/vlib.h:53:0, from /vpp/build-data/../vlib/vlib/counter.c:40: /vpp/build-data/../vlib/vlib/buffer.h:50:24: fatal error: rte_config.h: No such file or directory #include <rte_config.h>