Page 1 of 1

Setting 'BuildConfiguration' of the config object to 'Specify' gives you freedom to specify the compiler and linker flag

Posted: Sat Mar 13, 2021 10:31 pm
by mamorani
Setting 'BuildConfiguration' of the config object to 'Specify' gives you freedom to specify the compiler and linker flags, However note that the '-Wl,--no-undefined' flag does not allow you to have unresolved links.This means that for compilation of the DPI shared library to be successful with this flag you need to link the library where the functions in 'svdpi.h' are defined, please refer to DPIGEN documentation for more information on how to link a library to the DPI component.Alternatively you can also remove this flag if you do not want to link the library



DPIG