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'.
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'.