Closed haipnh closed 1 year ago
Hi,
Currently, if building process is interrupted and user tries to make again, it will cause:
make
ERROR: [Common 17-53] User Exception: Project already exists on disk, please use '-force' option to overwrite.
I propose to remove the Vivado project directory when execute make clean.
make clean
This solution is overlapped.
The proper usage should be make distclean.
make distclean
Hi,
Currently, if building process is interrupted and user tries to
make
again, it will cause:I propose to remove the Vivado project directory when execute
make clean
.