Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build error - ERROR: [HLS 207-3776] use of undeclared identifier 'FNS_ROCE_STACK_MAX_QPS' #21

Open
vasyaa opened this issue Apr 1, 2024 · 1 comment

Comments

@vasyaa
Copy link

vasyaa commented Apr 1, 2024

Trying to build project but getting errors

Vitis 2022.1
Ubuntu 22.04
u50 platform - xilinx_u50_gen3x16_xdma_5_202210_1

Steps to reproduce -

  1. git clone https://github.com/fpgasystems/Vitis_with_100Gbps_TCP-IP.git
  2. cd Vitis_with_100Gbps_TCP-IP
  3. git submodule update --init --recursive
  4. git branch
    -> branch is vitis_2022_1
  5. mkdir build && cd build
  6. cmake .. -DFDEV_NAME=u50 -DTCP_STACK_EN=1
  7. make ip

Error:

ERROR: [HLS 207-3776] use of undeclared identifier 'FNS_ROCE_STACK_MAX_QPS' (/home/test/source/learn/xilinx/tcp-ip/Vitis_with_100Gbps_TCP-IP/fpga-network-stack/hls/arp_server_subnet/../fns_config.hpp:5:26)
INFO: [HLS 200-111] Finished Command csynth_design CPU user time: 7.22 seconds. CPU system time: 0.77 seconds. Elapsed time: 6.72 seconds; current allocated memory: -1030.672 MB.
 
    while executing
"source /home/test/source/learn/xilinx/tcp-ip/Vitis_with_100Gbps_TCP-IP/build/fpga-network-stack/hls/arp_server_subnet/arp_server_subnet_synthesis.tcl"
    ("uplevel" body line 1)
    invoked from within
"uplevel \#0 [list source $arg] "
@ezchips
Copy link

ezchips commented Apr 4, 2024

I have the same error. And this undeclared identifier 'FNS_ROCE_STACK_MAX_QPS' is not the only issue. There are quite some other cmake error too. I think the update on March 4, 2024 is broken. I had to go back to the last working code from October 24, 2022. Hopefully they will fix the build issues soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants