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
trying to include a file named action_netfpga_dummy.p4 fails with an error claiming that the file does not exist, while it actually exists. Changing the include as follows, makes my code compile:
#include "action_netfpga_dummy.p4"
#include "netpfga.p4"
So I wonder, if there is any information on the maximum filename length of includes?l
The text was updated successfully, but these errors were encountered:
Hello,
trying to include a file named action_netfpga_dummy.p4 fails with an error claiming that the file does not exist, while it actually exists. Changing the include as follows, makes my code compile:
So I wonder, if there is any information on the maximum filename length of includes?l
The text was updated successfully, but these errors were encountered: