You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
2.9 KiB
56 lines
2.9 KiB
+ date |
|
Mit Jul 24 11:52:56 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(27): error: Could not find declaration for controller_debug |
|
controller_debug; |
|
^^^^^^^^^^^^^^^^ |
|
actions_egress.p4(28): error: Could not find declaration for controller_reply |
|
controller_reply; |
|
^^^^^^^^^^^^^^^^ |
|
actions_egress.p4(29): error: Could not find declaration for controller_debug_table_id |
|
controller_debug_table_id; |
|
^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
actions_egress.p4(32): error: Could not find declaration for ROUTING_TABLE_SIZE |
|
size = ROUTING_TABLE_SIZE; |
|
^^^^^^^^^^^^^^^^^^ |
|
actions_egress.p4(34): error: Could not find declaration for controller_debug_table_id |
|
default_action = controller_debug_table_id(TABLE_V6_NETWORKS); |
|
^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
actions_egress.p4(44): error: Could not find declaration for controller_debug |
|
controller_debug; |
|
^^^^^^^^^^^^^^^^ |
|
actions_egress.p4(45): error: Could not find declaration for controller_debug_table_id |
|
controller_debug_table_id; |
|
^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
actions_egress.p4(48): error: Could not find declaration for ROUTING_TABLE_SIZE |
|
size = ROUTING_TABLE_SIZE; |
|
^^^^^^^^^^^^^^^^^^ |
|
actions_egress.p4(49): error: Could not find declaration for controller_debug_table_id |
|
default_action = controller_debug_table_id(TABLE_V4_NETWORKS); |
|
^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
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
|
|
|