36 lines
1.8 KiB
Groff
36 lines
1.8 KiB
Groff
|
+ date
|
||
|
Mit Jul 24 11:57:31 CEST 2019
|
||
|
+ cd /home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4
|
||
|
+ make
|
||
|
make -C src/ clean
|
||
|
make[1]: Entering directory '/home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4/src'
|
||
|
rm -f *.sdnet *.tbl .sdnet_switch_info.dat
|
||
|
make[1]: Leaving directory '/home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4/src'
|
||
|
make -C testdata/ clean
|
||
|
make[1]: Entering directory '/home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4/testdata'
|
||
|
rm -f *.pcap *.txt *.pyc *.axi config_writes.* *_reg_defines.py
|
||
|
make[1]: Leaving directory '/home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4/testdata'
|
||
|
rm -rf nf_sume_sdnet_ip/
|
||
|
rm -f
|
||
|
rm -f sw/config_tables.c
|
||
|
make -C src/
|
||
|
make[1]: Entering directory '/home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4/src'
|
||
|
p4c-sdnet -o minip4.sdnet --sdnet_info .sdnet_switch_info.dat minip4_solution.p4
|
||
|
actions_egress.p4(62): error: Could not find declaration for ROUTING_TABLE_SIZE
|
||
|
size = ROUTING_TABLE_SIZE;
|
||
|
^^^^^^^^^^^^^^^^^^
|
||
|
actions_egress.p4(78): error: Could not find declaration for ROUTING_TABLE_SIZE
|
||
|
size = ROUTING_TABLE_SIZE;
|
||
|
^^^^^^^^^^^^^^^^^^
|
||
|
actions_nat64_generic.p4(169): error: Could not find declaration for NAT64_TABLE_SIZE
|
||
|
size = NAT64_TABLE_SIZE;
|
||
|
^^^^^^^^^^^^^^^^
|
||
|
actions_nat64_generic.p4(184): error: Could not find declaration for NAT64_TABLE_SIZE
|
||
|
size = NAT64_TABLE_SIZE;
|
||
|
^^^^^^^^^^^^^^^^
|
||
|
Makefile:34: recipe for target 'all' failed
|
||
|
make[1]: *** [all] Error 1
|
||
|
make[1]: Leaving directory '/home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4/src'
|
||
|
Makefile:31: recipe for target 'frontend' failed
|
||
|
make: *** [frontend] Error 2
|