Hi ,
i already design my model for LTE-Sim s/w and i tested under the eclipse successfully, however since i'm using mysql for my model then i was able to add mysqlcppconn to C++ linker form the setting
Now when i want to compile my model under the LTE-Sim s/w i get an error message (which is the same message i got from eclipse when i didn't add the mysqlcppconn to the C++ linker), the error message is :
undefined reference to `get_driver_instance'
which is related to mysql because i didn't include the {mysqlcppconn} during the {make}
So my Question how to do include {mysqlcppconn} library during the execution of {make } of LTE-Sim
thanks for help