Forum Discussion
Manusch
New Contributor
4 years agoHLS Error Message when I run the generated .exe
Hello
I am a MSc student and completely new to FPGA and HLS, so apologies if this is a stupid question.
I am currently trying to get one of the examples (that comes with the hls packages -> counter) ...
Manusch
New Contributor
4 years agoHello, it is me again. We found the reason for the error, and I thought I document it here for others.
The problem was that the project folder had a folder in its path that had an empty space in its name,
Something like C:\folder\folder\problem folder\folder\...\counter
To fix the issue, call the problem folder "problem_folder" with an underscore and make sure you don't have any spaces in the names.