lnls-dig / halcs

Hardware Abstraction Layer for Control Systems
GNU General Public License v3.0
1 stars 4 forks source link

[gradle] Missing smio_exp_ops symbol on libhalcsclient #144

Closed lerwys closed 7 years ago

lerwys commented 7 years ago

Problem: On usigin the libhalcslclient it complains about a smip_exp_ops missing symbol:

/usr/local/lib/libhalcsclient.so: undefined reference to `smio_exp_ops'

It's likely that we just forgot to include the file "core/sm_io/src/sm_io/c/modules/sm_io_codes.c" into libhalcsclient. Actually, we should remove this file dependency to decouple the library logic.

lerwys commented 7 years ago

Fixed in commit f8d9c7419b8f8c202c4aaea3b25e303c7754bea9