Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17268 Discussions

compilation error (kernel32.lib) on Visual Stdio 2012

Altera_Forum
Honored Contributor II
1,539 Views

When I run the OpenCL 13.1 project on Visual Stdio 2012 on Terasic's DE5-Net board, the compilation error shows up: link : fatal error lnk1181: cannot open input file 'kernel32.lib'; no compilation error on Visual Stdio 2010.

0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
806 Views

Go into the Visual Studio linker settings and remove kernel32.lib from the library list. I'm guessing Microsoft removed that library or they moved it to a different location that isn't being referenced. This assumes you do not rely on anything that is contained in kernel32.lib

0 Kudos
Reply