You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The flowlet switching example returns the following error on compiling to the bm2 target:
[flow:p4c]$ ./build/p4c-bm2-ss ./testdata/p4_16_samples/flowlet_switching.p4
libc++abi.dylib: terminating with uncaught exception of type Util::CompilerBug: COMPILER BUG: ../backends/bmv2/jsonconverter.cpp:1659
/Users/ngsrinivas/p4c/p4include/v1model.p4(89): <Type_Enum>(123446): type not yet handled on this target
extern void digest<T>(in bit<32> receiver, in T data);
^
Abort trap: 6
The text was updated successfully, but these errors were encountered:
Hi,
The flowlet switching example returns the following error on compiling to the bm2 target:
The text was updated successfully, but these errors were encountered: