Xilinx / Vitis_Libraries

Vitis Libraries
https://docs.xilinx.com/r/en-US/Vitis_Libraries
Apache License 2.0
897 stars 357 forks source link

No matching function for call to 'lzMultiByteDecompressLL' #163

Open zinob15 opened 1 year ago

zinob15 commented 1 year ago

Hi, I'm trying to build 'Vitis_Libraries/data_compression/L2/tests/snappy_dualcore_decompress'.

I'm using Vitis 2021.2.1, and I changed Makefile like below. TARGET ?= sw_emu -> TARGET ?= hw VPP_FLAGS += -D NUM_CORES=2 -D MULTIPLE_BYTES=8 -> VPP_FLAGS += -D NUM_CORES=2 -D MULTIPLE_BYTES=16

I got this error message. ERROR: [v++ 207-3334] no matching function for call to 'lzMultiByteDecompressLL' (/Vitis_Libraries/data_compression/L1/include/hw/snappy_decompress_details.hpp:363:5)

I couldn't find the definition of the function 'lzMultiByteDecompressLL'.