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
Following instructions for building IDCT example, I have a build issue:
$ make run TARGET=sw_emu
Makefile:90: [WARNING]: g++ version older. Using g++ provided by the tool : /opt/Xilinx/Vivado/2021.2/tps/lnx64/gcc-6.2.0/bin/g++
mkdir -p ./build_sw_emu
/opt/Xilinx/Vivado/2021.2/tps/lnx64/gcc-6.2.0/bin/g++ -I./includes/xcl2 -I/opt/xilinx/xrt/include/ -I/opt/Xilinx/Vivado/2021.2/include/ -I./src -O0 -g -Wall -fmessage-length=0 -std=c++11 ./includes/xcl2/xcl2.cpp -o build_sw_emu/host.exe ./src/host.cpp ./src/idct.cpp -L/opt/xilinx/xrt/lib/ -lOpenCL -lpthread -lrt -lstdc++ -lxilinxopencl
In file included from ./src/host.cpp:39:0:
./src/types.hpp:35:20: fatal error: ap_int.h: No such file or directory
#include <ap_int.h>
^
compilation terminated.
In file included from ./src/idct.hpp:45:0,
from ./src/idct.cpp:40:
./src/types.hpp:35:20: fatal error: ap_int.h: No such file or directory
#include <ap_int.h>
^
compilation terminated.
make: *** [build_sw_emu/host.exe] Error 1
The text was updated successfully, but these errors were encountered:
Following instructions for building IDCT example, I have a build issue:
$ make run TARGET=sw_emu
Makefile:90: [WARNING]: g++ version older. Using g++ provided by the tool : /opt/Xilinx/Vivado/2021.2/tps/lnx64/gcc-6.2.0/bin/g++
mkdir -p ./build_sw_emu
/opt/Xilinx/Vivado/2021.2/tps/lnx64/gcc-6.2.0/bin/g++ -I./includes/xcl2 -I/opt/xilinx/xrt/include/ -I/opt/Xilinx/Vivado/2021.2/include/ -I./src -O0 -g -Wall -fmessage-length=0 -std=c++11 ./includes/xcl2/xcl2.cpp -o build_sw_emu/host.exe ./src/host.cpp ./src/idct.cpp -L/opt/xilinx/xrt/lib/ -lOpenCL -lpthread -lrt -lstdc++ -lxilinxopencl
In file included from ./src/host.cpp:39:0:
./src/types.hpp:35:20: fatal error: ap_int.h: No such file or directory
#include <ap_int.h>
^
compilation terminated.
In file included from ./src/idct.hpp:45:0,
from ./src/idct.cpp:40:
./src/types.hpp:35:20: fatal error: ap_int.h: No such file or directory
#include <ap_int.h>
^
compilation terminated.
make: *** [build_sw_emu/host.exe] Error 1
The text was updated successfully, but these errors were encountered: