robotology / blockfactory

A tiny framework to wrap algorithms for dataflow programming
https://robotology.github.io/blockfactory
GNU Lesser General Public License v2.1
40 stars 16 forks source link

I encountered the same problem as #70 #78

Closed rcone11 closed 3 months ago

rcone11 commented 3 months ago
          I encountered the same problem and followed the instructions on the webpage export BLOCKFACTORY_PLUGIN_PATH=/home/han/blockfactory/example/build. “SUCCESS: Block ‘SignalMath’ found and loaded from plugin ‘ExampleToolbox’” appeared, but I still received an error in Simulink: Error reported by S-function ‘BlockFactory’ in ‘Model/w// mask’: Failed to create factory. Factory error (2): ExampleToolbox: cannot open shared object file: No such file or directory. Failed to get factory object (className=SignalMath, libName=ExampleToolbox). Failed to get the factory.

Originally posted by @rcone11 in https://github.com/robotology/blockfactory/issues/70#issuecomment-2095141825

traversaro commented 3 months ago

@rcone11 did you solved the problem? Note that the issue is closed at the moment.