Warning:libacl emulator kernel rt.so needed by...not found

From Terasic Wiki

(Difference between revisions)
Jump to: navigation, search
Jmlei (Talk | contribs)
(Created page with "<font size="4"><font face="Arial">If you encountered the warning:"'''libac l_emulator_kernel_rt.so,needed by C:\altera\16.0\hld\board\de1soc\arm32\lib/libalteracl.so,not found ...")
Newer edit →

Revision as of 17:05, 27 April 2017

If you encountered the warning:"libac l_emulator_kernel_rt.so,needed by C:\altera\16.0\hld\board\de1soc\arm32\lib/libalteracl.so,not found (try using -rpath or -rpath-link)",when compiling the Host Program during using the DE1-SoC OpenCL BSP,see the screenshot below:

Warning.png

the warning has no effect on compilation, however, you can have a try to modify the Makefile as follows to eliminate this warning:

AOCL_LINK_CONFIG := $(shell aocl link-config --arm) -lacl_emulator_kernel_rt

Personal tools