- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have download and installed Quartus Prime 18.1 Standard Edition / Microsoft Visual Studio 2010 / Model Sim - Intel FPGA Starter Edition and followed the steps given in HLS Compiler Getting Started Guide.
I have installed and initialize HLS compiler on Windows as it is given in guide. I have set environment variables as mentioned in guide. However, when I try to run a HLS Design Example and Run the build.bat test-x86-64.
I got the following error;
I have checked the directories;
- D:\intelFPGA\18.1\hls\host\windows64\bin\perl\lib and there exists Dynaloader.pm
- D:\intelFPGA\18.1\hls\host\windows64\bin\perl\lib and there exists Win32.pm
- D:/intelFPGA/18.1/hls/host/windows64/bin/perl/lib/MSWin32-x64-multi-thread/ and there exists Cwd.pm
I have checked forum and could not find any solution, on internet it is said that the Perl can be checked. I have checked and there exists Perl 5.28.1 exe and other documents under D:\intelFPGA\18.1\hls\host\windows64\bin\perl\bin .
- Tags:
- Hls
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
- Run the command perl --version on your command prompt, if it gives you an error message you probably need to add an entry to your PATH environment variable.My Computer and select "Properties", then click on the "Advanced" tab and select "Environment Variables". Under your User variables, click "New", and create a variable named Path with the value C:\strawberry\perl\bin
- Also try by installing latest version of perl.
Let me know if this has helped resolve the issue you are facing or if you need any further assistance.
Regards
Anand

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page