Important
If you have exercised the steps to perform software emulation on x86 process, please make sure to follow below guidelines. If not, you can skip this step and proceed to compiling an AI Engine graph step directly.
Set back the
SYSROOT
andCXX
variables as mentioned in the Introduction.Clean the Working directory to remove all the files that are related to the software emulation by running the following command
make clean
Copy back the original Makefile to run hardware emulation and hardware using below command.
cp Makefile.org Makefile