These lines reference host.cpp in the wrong directory (should be ../src/host.cpp)
|
g++ -g -std=c++17 -Wall -O0 ../../src/host.cpp -o ./app.exe -I$XILINX_XRT/include/ -L$XILINX_XRT/lib -lxrt_coreutil -pthread |
|
g++ -g -std=c++17 -Wall -O0 ../../src/host.cpp -o ./app.exe -I$XILINX_XRT/include/ -L$XILINX_XRT/lib -lxrt_coreutil -pthread |
|
g++ -g -std=c++17 -Wall -O0 ../../src/host.cpp -o ./app.exe -I$XILINX_XRT/include/ -L$XILINX_XRT/lib -lxrt_coreutil -pthread |
Likewise for u250.cfg here
|
v++ -l -t hw --platform xilinx_u250_gen3x16_xdma_4_1_202210_1 --config ../../src/u250.cfg ./hw/vadd.xo -o ./hw/vadd.xclbin |
u250_hls.cfg doesn't exist. It should be ../src/u250.cfg
|
v++ -c --mode hls --platform xilinx_u250_gen3x16_xdma_4_1_202210_1 --config ./u250_hls.cfg --work_dir hw_emu |
|
v++ -c --mode hls --platform xilinx_u250_gen3x16_xdma_4_1_202210_1 --config ./u250_hls.cfg --work_dir hw |
Whenever ./app.exe is invoked, it throws a runtime error because the xclbin file is not in the present directory.
These lines reference host.cpp in the wrong directory (should be
../src/host.cpp)Vitis-Tutorials/Getting_Started/Vitis/Part4-data_center.md
Line 60 in 6cc013d
Vitis-Tutorials/Getting_Started/Vitis/Part4-data_center.md
Line 132 in 6cc013d
Vitis-Tutorials/Getting_Started/Vitis/Part4-data_center.md
Line 160 in 6cc013d
Likewise for u250.cfg here
Vitis-Tutorials/Getting_Started/Vitis/Part4-data_center.md
Line 162 in 6cc013d
u250_hls.cfg doesn't exist. It should be
../src/u250.cfgVitis-Tutorials/Getting_Started/Vitis/Part4-data_center.md
Line 134 in 6cc013d
Vitis-Tutorials/Getting_Started/Vitis/Part4-data_center.md
Line 161 in 6cc013d
Whenever ./app.exe is invoked, it throws a runtime error because the xclbin file is not in the present directory.
Vitis-Tutorials/Getting_Started/Vitis/Part4-data_center.md
Line 95 in 6cc013d
Vitis-Tutorials/Getting_Started/Vitis/Part4-data_center.md
Line 142 in 6cc013d
Vitis-Tutorials/Getting_Started/Vitis/Part4-data_center.md
Line 172 in 6cc013d