Forum Discussion
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- I have the same problem but the message is a little bit different: aoc: Environment checks are completed successfully. You are now compiling the full flow!! aoc: Selected target board a10gx aoc: Running OpenCL parser.... aoc: OpenCL parser completed successfully. aoc: Compiling for Emulation .... Error: Linker FAILED. Refer hello_world/hello_world.log for details. I try everything to fix the linker problem but I don´t find solution. I´m using Quartus Primer Pro 17.0, windows 10 and Visual Studio Community 2017. Can somebody help me please? --- Quote End --- You could post the log but you should see if your PATH environment variable is point to: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\ (LINK.EXE is here) Replace it by this: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\amd64 Hope it solves :)