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

From Terasic Wiki

(Difference between revisions)
Jump to: navigation, search
(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 ...")
 
Line 1: Line 1:
-
<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 (try using -rpath or -rpath-link)'''",when compiling the Host Program during using the DE1-SoC OpenCL BSP,see the screenshot below:<br/><br/>
+
<font size="4"><font face="Arial">Q: 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:<br/><br/>
[[File:warning.png]]
[[File: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: <br/><br/>
+
A: The warning has no effect on compilation, however, you can have a try to modify the Makefile as follows to eliminate this warning: <br/><br/>
'''AOCL_LINK_CONFIG := $(shell aocl link-config --arm) -lacl_emulator_kernel_rt'''
'''AOCL_LINK_CONFIG := $(shell aocl link-config --arm) -lacl_emulator_kernel_rt'''

Latest revision as of 17:06, 27 April 2017

Q: 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

A: 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