DPCT2001#

Message#

You can link with more libraries by adding them here.

Detailed Help#

When the build script Makefile.dpct is generated, the warning message is inserted into the build script Makefile.dpct, as shown in the following example:

1#content of Makefile.dpct
2...
3warning: #DPCT2001:228: You can link with more libraries by adding them here.
4LIB :=
5...

Suggestions to Fix#

For example, if an application needs to link the OpenCV libraries in link time, fix the LIB variable as follows:

1LIB :=  -lopencv_core -lopencv_imgcodecs