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

From Terasic Wiki

Revision as of 17:05, 27 April 2017 by Jmlei (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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